Searched refs:AllowInaccurateRcp (Results 1 – 3 of 3) sorted by relevance
1113 const bool AllowInaccurateRcp = HasUnsafeFPMath || DivFMF.approxFunc(); in visitFDiv() local1114 if (!RsqOp && AllowInaccurateRcp) in visitFDiv()
4786 bool AllowInaccurateRcp = MI.getFlag(MachineInstr::FmAfn) || in legalizeFastUnsafeFDIV() local4790 if (!AllowInaccurateRcp && ResTy != LLT::scalar(16)) in legalizeFastUnsafeFDIV()4824 if (!AllowInaccurateRcp && (ResTy != LLT::scalar(16) || in legalizeFastUnsafeFDIV()4848 bool AllowInaccurateRcp = MF.getTarget().Options.UnsafeFPMath || in legalizeFastUnsafeFDIV64() local4851 if (!AllowInaccurateRcp) in legalizeFastUnsafeFDIV64()
10452 bool AllowInaccurateRcp = Flags.hasApproximateFuncs() || in lowerFastUnsafeFDIV() local10459 if (!AllowInaccurateRcp && VT != MVT::f16) in lowerFastUnsafeFDIV()10488 if (!AllowInaccurateRcp && (VT != MVT::f16 || !Flags.hasAllowReciprocal())) in lowerFastUnsafeFDIV()