Home
last modified time | relevance | path

Searched defs:VPValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.h17 class VPValue; global() variable
H A DVPlanValue.h89 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV, nullptr) {} VPValue() function
91 VPValue(VPDef *Def, Value *UV = nullptr) : VPValue(VPVRecipeSC, UV, Def) {} VPValue() function
93 VPValue(Value *UV, VPDef *Def) : VPValue(VPValueSC, UV, Def) {} VPValue() function
309 friend class VPValue; global() variable
[all...]
H A DVPlan.cpp83 VPValue::VPValue(const unsigned char SC, Value *UV, VPDef *Def) VPValue() function in VPValue
1133 remapOperands(VPBlockBase * Entry,VPBlockBase * NewEntry,DenseMap<VPValue *,VPValue * > & Old2NewVPValues) remapOperands() argument
[all...]
H A DVPlan.h1657 VPSingleDefRecipe(VPDefID,ArrayRef<VPValue * > (),UnderlyingInstr,DL) VPSingleDefRecipe() argument
1843 VPSingleDefRecipe(VPDef::VPWidenPHISC,ArrayRef<VPValue * > (),Phi) VPSingleDefRecipe() argument
[all...]