Searched refs:FPUNames (Results 1 – 5 of 5) sorted by relevance
195 if (FPUNames[FPUKind].FPUVer >= Info.MinVersion && in getFPUFeatures()196 FPUNames[FPUKind].Restriction <= Info.MaxRestriction) in getFPUFeatures()212 if (FPUNames[FPUKind].NeonSupport >= Info.MinSupportLevel) in getFPUFeatures()223 for (const auto &F : FPUNames) { in parseFPU()233 return FPUNames[FPUKind].NeonSupport; in getFPUNeonSupportLevel()256 return FPUNames[FPUKind].Name; in getFPUName()262 return FPUNames[FPUKind].FPUVer; in getFPUVersion()268 return FPUNames[FPUKind].Restriction; in getFPURestriction()372 const ARM::FPUName &InputFPU = ARM::FPUNames[InputFPUKind]; in findDoublePrecisionFPU()381 for (const ARM::FPUName &CandidateFPU : ARM::FPUNames) { in findDoublePrecisionFPU()[all …]
128 return FPUNames[FPUKind].getName(); in getFPUName()134 return FPUNames[FPUKind].FPUVer; in getFPUVersion()
161 static const FPUName FPUNames[] = { variable
185 static constexpr FPUName FPUNames[] = { variable
789 const bool FPUSupportsNeon = (llvm::ARM::FPUNames[FPUKind].NeonSupport == in getARMTargetFeatures()791 (llvm::ARM::FPUNames[FPUKind].NeonSupport == in getARMTargetFeatures()