Home
last modified time | relevance | path

Searched defs:FMFs (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h945 FastMathFlagsTy FMFs; global() member
2380 VPScalarIVStepsRecipe(VPValue * IV,VPValue * Step,Instruction::BinaryOps Opcode,FastMathFlags FMFs) VPScalarIVStepsRecipe() argument
[all...]
H A DVPlanRecipes.cpp268 VPInstruction(unsigned Opcode,std::initializer_list<VPValue * > Operands,FastMathFlags FMFs,DebugLoc DL,const Twine & Name) VPInstruction() argument
H A DLoopVectorize.cpp9133 std::optional<FastMathFlags> FMFs = adjustRecipesForReductions() local