LLVM
8.0.1
|
VPReplicateRecipe replicates a given instruction producing multiple scalar copies of the original scalar type, one per lane, instead of producing a single copy of widened type for all lanes. More...
#include "Transforms/Vectorize/VPlan.h"
Public Member Functions | |
VPReplicateRecipe (Instruction *I, bool IsUniform, bool IsPredicated=false) | |
~VPReplicateRecipe () override=default | |
void | execute (VPTransformState &State) override |
Generate replicas of the desired Ingredient. More... | |
void | setAlsoPack (bool Pack) |
void | print (raw_ostream &O, const Twine &Indent) const override |
Print the recipe. More... | |
Public Member Functions inherited from llvm::VPRecipeBase | |
VPRecipeBase (const unsigned char SC) | |
virtual | ~VPRecipeBase ()=default |
unsigned | getVPRecipeID () const |
VPBasicBlock * | getParent () |
const VPBasicBlock * | getParent () const |
void | insertBefore (VPRecipeBase *InsertPos) |
Insert an unlinked recipe into a basic block immediately before the specified recipe. More... | |
iplist< VPRecipeBase >::iterator | eraseFromParent () |
This method unlinks 'this' from the containing basic block and deletes it. More... | |
Public Member Functions inherited from llvm::ilist_node_with_parent< VPRecipeBase, VPBasicBlock > | |
VPRecipeBase * | getPrevNode () |
const VPRecipeBase * | getPrevNode () const |
Get the previous node, or nullptr for the list head. More... | |
VPRecipeBase * | getNextNode () |
Get the next node, or nullptr for the list tail. More... | |
const VPRecipeBase * | getNextNode () const |
Get the next node, or nullptr for the list tail. More... | |
Public Member Functions inherited from llvm::ilist_node_impl< ilist_detail::compute_node_options< VPRecipeBase, Options... >::type > | |
self_iterator | getIterator () |
const_self_iterator | getIterator () const |
reverse_self_iterator | getReverseIterator () |
const_reverse_self_iterator | getReverseIterator () const |
bool | isSentinel () const |
Check whether this is the sentinel node. More... | |
Static Public Member Functions | |
static bool | classof (const VPRecipeBase *V) |
Method to support type inquiry through isa, cast, and dyn_cast. More... | |
VPReplicateRecipe replicates a given instruction producing multiple scalar copies of the original scalar type, one per lane, instead of producing a single copy of widened type for all lanes.
If the instruction is known to be uniform only one copy, per lane zero, will be generated.
|
inline |
Definition at line 847 of file VPlan.h.
References llvm::Value::use_empty().
|
overridedefault |
|
inlinestatic |
Method to support type inquiry through isa, cast, and dyn_cast.
Definition at line 861 of file VPlan.h.
References llvm::VPRecipeBase::getVPRecipeID().
|
overridevirtual |
Generate replicas of the desired Ingredient.
Replicas will be generated for all parts and lanes unless a specific part and lane are specified in the State
.
Implements llvm::VPRecipeBase.
Definition at line 6996 of file LoopVectorize.cpp.
References llvm::VectorType::get(), llvm::UndefValue::get(), llvm::VPTransformState::ILV, llvm::VPTransformState::Instance, llvm::InnerLoopVectorizer::packScalarIntoVectorValue(), llvm::InnerLoopVectorizer::scalarizeInstruction(), llvm::VectorizerValueMap::setVectorValue(), llvm::VPTransformState::UF, llvm::RegState::Undef, llvm::VPTransformState::ValueMap, and llvm::VPTransformState::VF.
|
overridevirtual |
|
inline |
Definition at line 870 of file VPlan.h.
References Indent, llvm::RISCVFenceField::O, and print().