Home
last modified time | relevance | path

Searched refs:setFast (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h194 FMF.setFast(); in getFast()
238 void setFast(bool B = true) { B ? set() : clear(); }
255 void setFast(bool B) { in setFast() function
H A DInstruction.h409 void setFast(bool B);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp190 void Instruction::setFast(bool B) { in setFast() function in Instruction
192 cast<FPMathOperator>(this)->setFast(B); in setFast()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h195 case lltok::kw_fast: FMF.setFast(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1048 FMF.setFast(); in expandDivRem32()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1140 FMF.setFast(); in getDecodedFastMathFlags()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp15487 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()
15893 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()