Searched refs:FPUNames (Results 1 – 2 of 2) sorted by relevance
205 if (FPUNames[FPUKind].FPUVer >= Info.MinVersion && in getFPUFeatures()206 FPUNames[FPUKind].Restriction <= Info.MaxRestriction) in getFPUFeatures()222 if (FPUNames[FPUKind].NeonSupport >= Info.MinSupportLevel) in getFPUFeatures()262 for (const auto &F : FPUNames) { in parseFPU()272 return FPUNames[FPUKind].NeonSupport; in getFPUNeonSupportLevel()354 return FPUNames[FPUKind].getName(); in getFPUName()360 return FPUNames[FPUKind].FPUVer; in getFPUVersion()366 return FPUNames[FPUKind].Restriction; in getFPURestriction()471 const ARM::FPUName &InputFPU = ARM::FPUNames[InputFPUKind]; in findDoublePrecisionFPU()487 for (const ARM::FPUName &CandidateFPU : ARM::FPUNames) { in findDoublePrecisionFPU()
188 static const FPUName FPUNames[] = { variable