LLVM 17.0.0git
llvm::VPWidenMemoryInstructionRecipe Member List

This is the complete list of members for llvm::VPWidenMemoryInstructionRecipe, including all inherited members.

addOperand(VPValue *Operand)llvm::VPUserinline
classof(const VPDef *D)llvm::VPRecipeBaseinlinestatic
classof(const VPUser *U)llvm::VPRecipeBaseinlinestatic
const_operand_iterator typedefllvm::VPUser
const_operand_range typedefllvm::VPUser
const_reverse_self_iterator typedefllvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >protected
const_self_iterator typedefllvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >protected
definedValues()llvm::VPDefinline
definedValues() constllvm::VPDefinline
dump() constllvm::VPDef
eraseFromParent()llvm::VPRecipeBase
execute(VPTransformState &State) overridellvm::VPWidenMemoryInstructionRecipevirtual
getAddr() constllvm::VPWidenMemoryInstructionRecipeinline
getIngredient() constllvm::VPWidenMemoryInstructionRecipeinline
getIterator()llvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >inline
getIterator() constllvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >inline
getMask() constllvm::VPWidenMemoryInstructionRecipeinline
getNextNode()llvm::ilist_node_with_parent< VPRecipeBase, VPBasicBlock >inline
getNextNode() constllvm::ilist_node_with_parent< VPRecipeBase, VPBasicBlock >inline
getNumDefinedValues() constllvm::VPDefinline
getNumOperands() constllvm::VPUserinline
getOperand(unsigned N) constllvm::VPUserinline
getParent()llvm::VPRecipeBaseinline
getParent() constllvm::VPRecipeBaseinline
getPrevNode()llvm::ilist_node_with_parent< VPRecipeBase, VPBasicBlock >inline
getPrevNode() constllvm::ilist_node_with_parent< VPRecipeBase, VPBasicBlock >inline
getReverseIterator()llvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >inline
getReverseIterator() constllvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >inline
getStoredValue() constllvm::VPWidenMemoryInstructionRecipeinline
getUnderlyingInstr()llvm::VPRecipeBaseinline
getUnderlyingInstr() constllvm::VPRecipeBaseinline
getVPDefID() constllvm::VPDefinline
getVPSingleValue()llvm::VPDefinline
getVPSingleValue() constllvm::VPDefinline
getVPUserID() constllvm::VPUserinline
getVPValue(unsigned I)llvm::VPDefinline
getVPValue(unsigned I) constllvm::VPDefinline
ilist_node_impl()=defaultllvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >protected
ilist_node_with_parent()=defaultllvm::ilist_node_with_parent< VPRecipeBase, VPBasicBlock >protected
insertAfter(VPRecipeBase *InsertPos)llvm::VPRecipeBase
insertBefore(VPRecipeBase *InsertPos)llvm::VPRecipeBase
insertBefore(VPBasicBlock &BB, iplist< VPRecipeBase >::iterator IP)llvm::VPRecipeBase
isConsecutive() constllvm::VPWidenMemoryInstructionRecipeinline
isPhi() constllvm::VPRecipeBaseinline
isReverse() constllvm::VPWidenMemoryInstructionRecipeinline
isSentinel() constllvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >inline
isStore() constllvm::VPWidenMemoryInstructionRecipeinline
mayHaveSideEffects() constllvm::VPRecipeBase
mayReadFromMemory() constllvm::VPRecipeBase
mayReadOrWriteMemory() constllvm::VPRecipeBaseinline
mayWriteToMemory() constllvm::VPRecipeBase
moveAfter(VPRecipeBase *MovePos)llvm::VPRecipeBase
moveBefore(VPBasicBlock &BB, iplist< VPRecipeBase >::iterator I)llvm::VPRecipeBase
onlyFirstLaneUsed(const VPValue *Op) const overridellvm::VPWidenMemoryInstructionRecipeinlinevirtual
op_begin()llvm::VPUserinline
op_begin() constllvm::VPUserinline
op_end()llvm::VPUserinline
op_end() constllvm::VPUserinline
operand_iterator typedefllvm::VPUser
operand_range typedefllvm::VPUser
operands()llvm::VPUserinline
operands() constllvm::VPUserinline
operator=(const VPUser &)=deletellvm::VPUser
print(raw_ostream &O, const Twine &Indent, VPSlotTracker &SlotTracker) const overridellvm::VPWidenMemoryInstructionRecipevirtual
printOperands(raw_ostream &O, VPSlotTracker &SlotTracker) constllvm::VPUserprotected
removeFromParent()llvm::VPRecipeBase
removeLastOperand()llvm::VPUserinline
reverse_self_iterator typedefllvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >protected
self_iterator typedefllvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >protected
setOperand(unsigned I, VPValue *New)llvm::VPUserinline
usesScalars(const VPValue *Op) constllvm::VPUserinlinevirtual
VPDef(const unsigned char SC)llvm::VPDefinline
VPRecipeBase(const unsigned char SC, ArrayRef< VPValue * > Operands)llvm::VPRecipeBaseinline
VPRecipeBase(const unsigned char SC, iterator_range< IterT > Operands)llvm::VPRecipeBaseinline
VPRecipeTy typedefllvm::VPDef
VPUser(ArrayRef< VPValue * > Operands, VPUserID ID)llvm::VPUserinlineprotected
VPUser(std::initializer_list< VPValue * > Operands, VPUserID ID)llvm::VPUserinlineprotected
VPUser(iterator_range< IterT > Operands, VPUserID ID)llvm::VPUserinlineprotected
VPUser()=deletellvm::VPUser
VPUser(const VPUser &)=deletellvm::VPUser
VPUserID enum namellvm::VPUser
VPWidenMemoryInstructionRecipe(LoadInst &Load, VPValue *Addr, VPValue *Mask, bool Consecutive, bool Reverse)llvm::VPWidenMemoryInstructionRecipeinline
VPWidenMemoryInstructionRecipe(StoreInst &Store, VPValue *Addr, VPValue *StoredValue, VPValue *Mask, bool Consecutive, bool Reverse)llvm::VPWidenMemoryInstructionRecipeinline
~VPDef()llvm::VPDefinlinevirtual
~VPRecipeBase()=defaultllvm::VPRecipeBasevirtual
~VPUser()llvm::VPUserinlinevirtual