Home
last modified time | relevance | path

Searched defs:getFastMathFlags (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h201 FastMathFlags getFastMathFlags() const { return FMF; } getFastMathFlags() function
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h495 mlir::arith::FastMathFlags getFastMathFlags() const { return fastMathFlags; } getFastMathFlags() function
/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h297 FastMathFlags getFastMathFlags() const { return FMF; } getFastMathFlags() function
299 FastMathFlags &getFastMathFlags() { return FMF; } getFastMathFlags() function
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp1269 static unsigned getFastMathFlags(const MachineInstr &I) { getFastMathFlags() function
/llvm-project/llvm/lib/IR/
H A DInstruction.cpp610 FastMathFlags Instruction::getFastMathFlags() const { getFastMathFlags() function in Instruction
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp256 FastMathFlags VPRecipeWithIRFlags::getFastMathFlags() const { getFastMathFlags() function in VPRecipeWithIRFlags
[all...]
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp509 static FastMathFlags getFastMathFlags(Instruction *Inst) { getFastMathFlags() function in __anon5e2d3a8a0111::LowerMatrixIntrinsics