Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h193 FMF.setFast(); in getFast()
237 void setFast(bool B = true) { B ? set() : clear(); }
254 void setFast(bool B) { in setFast() function
H A DInstruction.h395 void setFast(bool B);
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp169 void Instruction::setFast(bool B) { in setFast() function in Instruction
171 cast<FPMathOperator>(this)->setFast(B); in setFast()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h210 case lltok::kw_fast: FMF.setFast(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1021 FMF.setFast(); in expandDivRem32()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1172 FMF.setFast(); in getDecodedFastMathFlags()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp15121 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()