Searched refs:setFast (Results 1 – 11 of 11) sorted by relevance
52 FMF.setFast(); in getFast()96 void setFast(bool B = true) { B ? set() : clear(); }
205 void setFast(bool B) {
601 LLVM_ABI void setFast(bool B);
309 [&Inst] { Inst.setFast(!Inst.getFastMathFlags().all()); }); in mutate()312 [&Inst] { Inst.setFast(!Inst.getFastMathFlags().none()); }); in mutate()
574 void Instruction::setFast(bool B) { in setFast() function in Instruction576 cast<FPMathOperator>(this)->setFast(B); in setFast()
196 void Instruction::setFast(bool B) { in setFast() function in llvm::sandboxir::Instruction199 GenericSetter<&Instruction::isFast, &Instruction::setFast>>(this); in setFast()200 cast<llvm::Instruction>(Val)->setFast(B); in setFast()
797 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()1247 Builder.getFastMathFlags().setFast(); in EmitPPCBuiltinExpr()
245 case lltok::kw_fast: FMF.setFast(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
1397 FMF.setFast(); in expandDivRem32()
244 LLVM_ABI void setFast(bool B);
1402 FMF.setFast(); in getDecodedFastMathFlags()