Searched refs:VPRecipeWithIRFlags (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 964 class VPRecipeWithIRFlags : public VPSingleDefRecipe { 1028 void transferFlags(VPRecipeWithIRFlags &Other) { in transferFlags() 1035 VPRecipeWithIRFlags(const unsigned char SC, IterT Operands, DebugLoc DL = {}) 1042 VPRecipeWithIRFlags(const unsigned char SC, IterT Operands, Instruction &I) in VPRecipeWithIRFlags() function 1072 VPRecipeWithIRFlags(const unsigned char SC, IterT Operands, 1078 VPRecipeWithIRFlags(const unsigned char SC, IterT Operands, 1084 VPRecipeWithIRFlags(const unsigned char SC, IterT Operands, 1090 VPRecipeWithIRFlags(const unsigned char SC, IterT Operands, 1097 VPRecipeWithIRFlags(const unsigned char SC, IterT Operands, 1229 class VPInstruction : public VPRecipeWithIRFlags { [all …]
|
H A D | LoopVectorizationPlanner.h | 159 VPRecipeWithIRFlags::WrapFlagsTy WrapFlags, 179 VPRecipeWithIRFlags::DisjointFlagsTy(false), DL, Name));
|
H A D | VPlanTransforms.cpp | 983 if (auto *RecWithFlags = dyn_cast<VPRecipeWithIRFlags>(U)) { in clearReductionWrapFlags() 1152 if (auto *VPW = dyn_cast<VPRecipeWithIRFlags>(&R)) in truncateToMinimalBitwidths() 1556 if (auto *RecWithFlags = dyn_cast<VPRecipeWithIRFlags>(CurRec)) { in dropPoisonGeneratingRecipes()
|
H A D | VPlanRecipes.cpp | 316 FastMathFlags VPRecipeWithIRFlags::getFastMathFlags() const { in getFastMathFlags() 333 : VPRecipeWithIRFlags(VPDef::VPInstructionSC, ArrayRef<VPValue *>({A, B}), in VPInstruction() 343 : VPRecipeWithIRFlags(VPDef::VPInstructionSC, Operands, FMFs, DL), in VPInstruction() 996 VPRecipeWithIRFlags::FastMathFlagsTy::FastMathFlagsTy( in FastMathFlagsTy() 1008 void VPRecipeWithIRFlags::printFlags(raw_ostream &O) const { in printFlags()
|