Searched refs:FPUKind (Results 1 – 5 of 5) sorted by relevance
152 if (FPUKind >= FK_LAST || FPUKind == FK_INVALID) in getFPUFeatures()224 if (FPUKind >= FK_LAST) in getFPUNeonSupportLevel()226 return FPUNames[FPUKind].NeonSupport; in getFPUNeonSupportLevel()247 if (FPUKind >= FK_LAST) in getFPUName()249 return FPUNames[FPUKind].Name; in getFPUName()253 if (FPUKind >= FK_LAST) in getFPUVersion()255 return FPUNames[FPUKind].FPUVer; in getFPUVersion()259 if (FPUKind >= FK_LAST) in getFPURestriction()420 unsigned FPUKind; in appendArchExtFeatures() local428 FPUKind = ARM::FK_NONE; in appendArchExtFeatures()[all …]
124 StringRef CSKY::getFPUName(unsigned FPUKind) { in getFPUName() argument125 if (FPUKind >= FK_LAST) in getFPUName()127 return FPUNames[FPUKind].getName(); in getFPUName()130 CSKY::FPUVersion CSKY::getFPUVersion(unsigned FPUKind) { in getFPUVersion() argument131 if (FPUKind >= FK_LAST) in getFPUVersion()133 return FPUNames[FPUKind].FPUVer; in getFPUVersion()
121 enum FPUKind { enum161 FPUKind ID;216 StringRef getFPUName(unsigned FPUKind);217 FPUVersion getFPUVersion(unsigned FPUKind);218 NeonSupportLevel getFPUNeonSupportLevel(unsigned FPUKind);219 FPURestriction getFPURestriction(unsigned FPUKind);221 bool getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features);
188 StringRef getFPUName(unsigned FPUKind);189 FPUVersion getFPUVersion(unsigned FPUKind);
455 unsigned FPUKind = llvm::ARM::getDefaultFPU(CPU, Arch); in initFeatureMap() local456 llvm::ARM::getFPUFeatures(FPUKind, TargetFeatures); in initFeatureMap()