Lines Matching refs:FPUNames
193 if (FPUNames[FPUKind].FPUVer >= Info.MinVersion && in getFPUFeatures()
194 FPUNames[FPUKind].Restriction <= Info.MaxRestriction) in getFPUFeatures()
210 if (FPUNames[FPUKind].NeonSupport >= Info.MinSupportLevel) in getFPUFeatures()
221 for (const auto &F : FPUNames) { in parseFPU()
231 return FPUNames[FPUKind].NeonSupport; in getFPUNeonSupportLevel()
254 return FPUNames[FPUKind].Name; in getFPUName()
260 return FPUNames[FPUKind].FPUVer; in getFPUVersion()
266 return FPUNames[FPUKind].Restriction; in getFPURestriction()
370 const ARM::FPUName &InputFPU = ARM::FPUNames[InputFPUKind]; in findDoublePrecisionFPU()
379 for (const ARM::FPUName &CandidateFPU : ARM::FPUNames) { in findDoublePrecisionFPU()
397 const ARM::FPUName &InputFPU = ARM::FPUNames[InputFPUKind]; in findSinglePrecisionFPU()
406 for (const ARM::FPUName &CandidateFPU : ARM::FPUNames) { in findSinglePrecisionFPU()