Lines Matching defs:FMF
91 FastMathFlags FMF,
577 FastMathFlags FMF) {
613 if (FMF.noInfs())
629 return (FMF.noInfs() && FMF.noNaNs()) ||
677 FastMathFlags FMF = FPOp->getFastMathFlags();
678 B.setFastMathFlags(FMF);
685 if (FMF.none())
688 FMF.approxFunc());
690 if (FMF.none())
693 FMF.approxFunc());
695 if (FMF.none())
698 FMF.approxFunc());
700 if (FMF.none())
703 FMF.approxFunc());
705 if (FMF.none())
708 FMF.approxFunc());
1225 FastMathFlags FMF = FPOp->getFastMathFlags();
1226 FMF.setAllowContract(true);
1231 Sqrt->setFastMathFlags(FMF);
1232 RSqrt->setFastMathFlags(FMF);
1315 AMDGPULibCalls::insertSinCos(Value *Arg, FastMathFlags FMF, IRBuilder<> &B,
1398 FastMathFlags FMF = FPOp->getFastMathFlags();
1427 FMF &= OtherOp->getFastMathFlags();
1436 B.setFastMathFlags(FMF);
1441 auto [Sin, Cos, SinCos] = insertSinCos(CArgVal, FMF, B, FSinCos);