Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DOperator.h83 FastMathFlags getFastMathFlags() const { in getFastMathFlags() function
H A DInstruction.h305 FastMathFlags getFastMathFlags() const { in getFastMathFlags() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h227 FastMathFlags getFastMathFlags() const { return FMF; } in getFastMathFlags() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h334 FastMathFlags getFastMathFlags() const { return FMF; } in getFastMathFlags() function
336 FastMathFlags &getFastMathFlags() { return FMF; } in getFastMathFlags() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp664 FastMathFlags Instruction::getFastMathFlags() const { in getFastMathFlags() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp1971 static unsigned getFastMathFlags(const MachineInstr &I) { in getFastMathFlags() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp560 static FastMathFlags getFastMathFlags(Instruction *Inst) { in getFastMathFlags() function in __anon821fcdb70111::LowerMatrixIntrinsics
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp396 FastMathFlags VPIRFlags::getFastMathFlags() const { in getFastMathFlags() function in VPIRFlags