Searched refs:setAllowReciprocal (Results 1 – 20 of 20) sorted by relevance
199 void setAllowReciprocal() { Flags |= AllowReciprocal; } in setAllowReciprocal() function205 setAllowReciprocal(); in setUnsafeAlgebra()
181 FMF.setAllowReciprocal(); in TEST_F()199 FMF.setAllowReciprocal(); in TEST_F()317 FMF.setAllowReciprocal(); in TEST_F()
112 flags.setAllowReciprocal(); /* arcp */ in ac_create_builder()
437 setAllowReciprocal(LO.AllowRecip); in FPOptions()
228 void setAllowReciprocal(bool B = true) {
539 FMF.setAllowReciprocal(); in TEST_F()557 FMF.setAllowReciprocal(); in TEST_F()713 FMF.setAllowReciprocal(); in TEST_F()
195 case lltok::kw_arcp: FMF.setAllowReciprocal(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
228 case lltok::kw_arcp: FMF.setAllowReciprocal(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
214 case lltok::kw_arcp: FMF.setAllowReciprocal(); Lex.Lex(); continue; in EatFastMathFlagsIfPresent()
517 flags.setAllowReciprocal(!options.xla_cpu_fast_math_honor_division()); in GetCpuFastMathFlags()
397 setAllowReciprocal(FPMO.hasAllowReciprocal());433 void setAllowReciprocal(bool b) {
390 setAllowReciprocal(FPMO.hasAllowReciprocal());403 void setAllowReciprocal(bool b) { AllowReciprocal = b; }
361 void setAllowReciprocal(bool b) { AllowReciprocal = b; }
80 FMF.setAllowReciprocal(); in CodeGenFunction()
128 FMF.setAllowReciprocal(FPFeatures.getAllowReciprocal()); in SetFastMathFlags()
1171 FMF.setAllowReciprocal(); in getDecodedFastMathFlags()
896 FMF.setAllowReciprocal(); in getDecodedFastMathFlags()
1177 FMF.setAllowReciprocal(); in getDecodedFastMathFlags()
2622 Flags.setAllowReciprocal(FMF.allowReciprocal()); in visitBinary()