Lines Matching refs:SoftFloat
4598 unsigned SoftFloat : 1; member in __anond4862fe70111::ARMTargetInfo
4966 SoftFloat = SoftFloatABI = false; in handleTargetFeatures()
4974 SoftFloat = true; in handleTargetFeatures()
5054 .Case("softfloat", SoftFloat) in hasFeature()
5056 .Case("neon", (FPU & NeonFPU) && !SoftFloat) in hasFeature()
5183 if ((!SoftFloat && !SoftFloatABI) || ABI == "aapcs-vfp" || in getTargetDefines()
5187 if (SoftFloat) in getTargetDefines()
5228 if ((FPU & NeonFPU) && !SoftFloat && ArchVersion >= 7) { in getTargetDefines()
6375 bool SoftFloat; member in __anond4862fe70111::SparcTargetInfo
6378 : TargetInfo(Triple), SoftFloat(false) {} in SparcTargetInfo()
6391 SoftFloat = true; in handleTargetFeatures()
6400 if (SoftFloat) in getTargetDefines()
6406 .Case("softfloat", SoftFloat) in hasFeature()
7117 HardFloat, SoftFloat enumerator
7329 case SoftFloat: in getTargetDefines()
7518 FloatABI = SoftFloat; in handleTargetFeatures()