Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFMF.h52 FMF.setFast(); in getFast()
96 void setFast(bool B = true) { B ? set() : clear(); }
H A DOperator.h205 void setFast(bool B) {
H A DInstruction.h601 LLVM_ABI void setFast(bool B);
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp309 [&Inst] { Inst.setFast(!Inst.getFastMathFlags().all()); }); in mutate()
312 [&Inst] { Inst.setFast(!Inst.getFastMathFlags().none()); }); in mutate()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp574 void Instruction::setFast(bool B) { in setFast() function in Instruction
576 cast<FPMathOperator>(this)->setFast(B); in setFast()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp196 void Instruction::setFast(bool B) { in setFast() function in llvm::sandboxir::Instruction
199 GenericSetter<&Instruction::isFast, &Instruction::setFast>>(this); in setFast()
200 cast<llvm::Instruction>(Val)->setFast(B); in setFast()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DPPC.cpp797 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()
1247 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h245 case lltok::kw_fast: FMF.setFast(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1397 FMF.setFast(); in expandDivRem32()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h244 LLVM_ABI void setFast(bool B);
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1402 FMF.setFast(); in getDecodedFastMathFlags()