Searched refs:FPUNames (Results 1 – 2 of 2) sorted by relevance
198 if (FPUNames[FPUKind].FPUVer >= Info.MinVersion && in getFPUFeatures()199 FPUNames[FPUKind].Restriction <= Info.MaxRestriction) in getFPUFeatures()214 if (FPUNames[FPUKind].NeonSupport >= Info.MinSupportLevel) in getFPUFeatures()254 for (const auto F : FPUNames) { in parseFPU()264 return FPUNames[FPUKind].NeonSupport; in getFPUNeonSupportLevel()344 return FPUNames[FPUKind].getName(); in getFPUName()350 return FPUNames[FPUKind].FPUVer; in getFPUVersion()356 return FPUNames[FPUKind].Restriction; in getFPURestriction()461 const ARM::FPUName &InputFPU = ARM::FPUNames[InputFPUKind]; in findDoublePrecisionFPU()477 for (const ARM::FPUName &CandidateFPU : ARM::FPUNames) { in findDoublePrecisionFPU()
174 static const FPUName FPUNames[] = { variable