Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFMF.h54 FMF.setFast(); in getFast()
98 void setFast(bool B = true) { B ? set() : clear(); }
H A DOperator.h172 void setFast(bool B) { in setFast() function
H A DInstruction.h393 void setFast(bool B);
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp199 void Instruction::setFast(bool B) { in setFast() function in Instruction
201 cast<FPMathOperator>(this)->setFast(B); in setFast()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp555 FAdd->setFast(true); in TEST_F()
565 FMF.setFast(); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h206 case lltok::kw_fast: FMF.setFast(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1068 FMF.setFast(); in expandDivRem32()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1282 FMF.setFast(); in getDecodedFastMathFlags()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp15863 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()
16313 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()