This is the complete list of members for llvm::VPTransformState, including all inherited members.
AC | llvm::VPTransformState | |
Builder | llvm::VPTransformState | |
CFG | llvm::VPTransformState | |
CurrentParentLoop | llvm::VPTransformState | |
Data | llvm::VPTransformState | |
get(const VPValue *Def, bool IsScalar=false) | llvm::VPTransformState | |
get(const VPValue *Def, const VPLane &Lane) | llvm::VPTransformState | |
hasScalarValue(const VPValue *Def, VPLane Lane) | llvm::VPTransformState | inline |
hasVectorValue(const VPValue *Def) | llvm::VPTransformState | inline |
Lane | llvm::VPTransformState | |
LI | llvm::VPTransformState | |
packScalarIntoVectorizedValue(const VPValue *Def, Value *WideValue, const VPLane &Lane) | llvm::VPTransformState | |
Plan | llvm::VPTransformState | |
reset(const VPValue *Def, Value *V) | llvm::VPTransformState | inline |
reset(const VPValue *Def, Value *V, const VPLane &Lane) | llvm::VPTransformState | inline |
set(const VPValue *Def, Value *V, bool IsScalar=false) | llvm::VPTransformState | inline |
set(const VPValue *Def, Value *V, const VPLane &Lane) | llvm::VPTransformState | inline |
setDebugLocFrom(DebugLoc DL) | llvm::VPTransformState | |
TTI | llvm::VPTransformState | |
TypeAnalysis | llvm::VPTransformState | |
VF | llvm::VPTransformState | |
VPDT | llvm::VPTransformState | |
VPTransformState(const TargetTransformInfo *TTI, ElementCount VF, LoopInfo *LI, DominatorTree *DT, AssumptionCache *AC, IRBuilderBase &Builder, VPlan *Plan, Loop *CurrentParentLoop, Type *CanonicalIVTy) | llvm::VPTransformState | |