Home
last modified time | relevance | path

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

/freebsd-14.2/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.h175 void setFast(bool B) { in setFast() function
H A DInstruction.h514 void setFast(bool B);
/freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp275 [&Inst] { Inst.setFast(!Inst.getFastMathFlags().all()); }); in mutate()
278 [&Inst] { Inst.setFast(!Inst.getFastMathFlags().none()); }); in mutate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp444 void Instruction::setFast(bool B) { in setFast() function in Instruction
446 cast<FPMathOperator>(this)->setFast(B); in setFast()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h235 case lltok::kw_fast: FMF.setFast(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1375 FMF.setFast(); in expandDivRem32()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1328 FMF.setFast(); in getDecodedFastMathFlags()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp17138 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()
17587 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()