Searched defs:VPValue (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlanValue.h | 96 VPValue(Value *UV = nullptr) : VPValue(VPValueSC, UV, nullptr) {} VPValue() function |
H A D | VPlanAnalysis.h | 17 class VPValue; global() variable |
H A D | VPlan.cpp | 79 VPValue::VPValue(const unsigned char SC, Value *UV, VPDef *Def) VPValue() function in VPValue |
H A D | VPlan.h | 1496 VPSingleDefRecipe(VPDefID,ArrayRef<VPValue * > (),UnderlyingInstr,DL) VPSingleDefRecipe() argument |