Searched refs:FPUKind (Results 1 – 3 of 3) sorted by relevance
160 bool ARM::getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features) { in getFPUFeatures() argument162 if (FPUKind >= FK_LAST || FPUKind == FK_INVALID) in getFPUFeatures()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()261 ARM::NeonSupportLevel ARM::getFPUNeonSupportLevel(unsigned FPUKind) { in getFPUNeonSupportLevel() argument262 if (FPUKind >= FK_LAST) in getFPUNeonSupportLevel()264 return FPUNames[FPUKind].NeonSupport; in getFPUNeonSupportLevel()341 StringRef ARM::getFPUName(unsigned FPUKind) { in getFPUName() argument342 if (FPUKind >= FK_LAST) in getFPUName()[all …]
117 enum FPUKind { enum166 FPUKind ID;221 StringRef getFPUName(unsigned FPUKind);222 FPUVersion getFPUVersion(unsigned FPUKind);223 NeonSupportLevel getFPUNeonSupportLevel(unsigned FPUKind);224 FPURestriction getFPURestriction(unsigned FPUKind);227 bool getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features);
74 ARM::FPUKind::ARCH_FPU, \