Lines Matching refs:FPFeatures
264 FPOptions FPFeatures; member
724 CodeGenFunction::CGFPOptionsRAII FPOptsRAII(CGF, Op.FPFeatures); in EmitBinAdd()
743 CodeGenFunction::CGFPOptionsRAII FPOptsRAII(CGF, Op.FPFeatures); in EmitBinSub()
834 CodeGenFunction::CGFPOptionsRAII FPOptsRAII(CGF, Op.FPFeatures); in EmitBinMul()
856 if (Op.FPFeatures.getComplexRange() == LangOptions::CX_Basic || in EmitBinMul()
857 Op.FPFeatures.getComplexRange() == LangOptions::CX_Improved || in EmitBinMul()
858 Op.FPFeatures.getComplexRange() == LangOptions::CX_Promoted) in EmitBinMul()
1037 CodeGenFunction::CGFPOptionsRAII FPOptsRAII(CGF, Op.FPFeatures); in EmitBinDiv()
1048 if (Op.FPFeatures.getComplexRange() == LangOptions::CX_Improved || in EmitBinDiv()
1049 (Op.FPFeatures.getComplexRange() == LangOptions::CX_Promoted && in EmitBinDiv()
1052 else if (Op.FPFeatures.getComplexRange() == LangOptions::CX_Basic || in EmitBinDiv()
1053 Op.FPFeatures.getComplexRange() == LangOptions::CX_Promoted) in EmitBinDiv()
1057 else if (Op.FPFeatures.getComplexRange() == LangOptions::CX_Full) { in EmitBinDiv()
1211 Ops.FPFeatures = E->getFPFeaturesInEffect(CGF.getLangOpts()); in EmitBinOps()
1227 OpInfo.FPFeatures = E->getFPFeaturesInEffect(CGF.getLangOpts()); in EmitCompoundAssignLValue()
1228 CodeGenFunction::CGFPOptionsRAII FPOptsRAII(CGF, OpInfo.FPFeatures); in EmitCompoundAssignLValue()