Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFMF.h53 FMF.setFast(); in getFast()
97 void setFast(bool B = true) { B ? set() : clear(); }
H A DOperator.h207 void setFast(bool B) {
H A DInstruction.h549 void setFast(bool B);
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp276 [&Inst] { Inst.setFast(!Inst.getFastMathFlags().all()); }); in mutate()
279 [&Inst] { Inst.setFast(!Inst.getFastMathFlags().none()); }); in mutate()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp520 void Instruction::setFast(bool B) { in setFast() function in Instruction
522 cast<FPMathOperator>(this)->setFast(B); in setFast()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h242 case lltok::kw_fast: FMF.setFast(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1380 FMF.setFast(); in expandDivRem32()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1387 FMF.setFast(); in getDecodedFastMathFlags()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp17563 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()
18013 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()