Searched refs:getFPUFeatures (Results 1 – 5 of 5) sorted by relevance
79 if (!llvm::ARM::getFPUFeatures(FPUID, Features)) in getARMFPUFeatures()541 if (!llvm::ARM::getFPUFeatures(FPUID, Features)) in getARMTargetFeatures()550 (void)llvm::ARM::getFPUFeatures(FPUID, Features); in getARMTargetFeatures()602 llvm::ARM::getFPUFeatures(llvm::ARM::FK_NONE, Features); in getARMTargetFeatures()
167 bool ARM::getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features) { in getFPUFeatures() function in ARM538 return ARM::getFPUFeatures(FPUKind, Features); in appendArchExtFeatures()
241 bool getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features);
385 llvm::ARM::getFPUFeatures(FPUKind, TargetFeatures); in initFeatureMap()
11438 if (!ARM::getFPUFeatures(ID, Features)) in parseDirectiveFPU()