Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFMF.h54 FMF.setFast(); in getFast()
98 void setFast(bool B = true) { B ? set() : clear(); }
H A DOperator.h175 void setFast(bool B) { in setFast() function
H A DInstruction.h416 void setFast(bool B);
/openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/
H A DIRMutator.cpp268 [&Inst] { Inst.setFast(!Inst.getFastMathFlags().all()); }); in mutate()
271 [&Inst] { Inst.setFast(!Inst.getFastMathFlags().none()); }); in mutate()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp249 void Instruction::setFast(bool B) { in setFast() function in Instruction
251 cast<FPMathOperator>(this)->setFast(B); in setFast()
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLParser.h224 case lltok::kw_fast: FMF.setFast(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1070 FMF.setFast(); in expandDivRem32()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1298 FMF.setFast(); in getDecodedFastMathFlags()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp16194 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()
16644 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()