Home
last modified time | relevance | path

Searched refs:getFPUFeatures (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/Support/
DTargetParser.h114 bool getFPUFeatures(unsigned FPUKind, std::vector<const char *> &Features);
177 bool getFPUFeatures(unsigned FPUKind, std::vector<const char *> &Features);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTargetParser.h114 bool getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features);
178 bool getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DTargetParser.h118 bool getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features);
192 bool getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features);
/external/llvm/lib/Support/
DTargetParser.cpp240 bool llvm::ARM::getFPUFeatures(unsigned FPUKind, in getFPUFeatures() function in llvm::ARM
455 bool llvm::AArch64::getFPUFeatures(unsigned FPUKind, in getFPUFeatures() function in llvm::AArch64
457 return ARM::getFPUFeatures(FPUKind, Features); in getFPUFeatures()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTargetParser.cpp240 bool llvm::ARM::getFPUFeatures(unsigned FPUKind, in getFPUFeatures() function in llvm::ARM
455 bool llvm::AArch64::getFPUFeatures(unsigned FPUKind, in getFPUFeatures() function in llvm::AArch64
457 return ARM::getFPUFeatures(FPUKind, Features); in getFPUFeatures()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTargetParser.cpp250 bool llvm::ARM::getFPUFeatures(unsigned FPUKind, in getFPUFeatures() function in llvm::ARM
481 bool llvm::AArch64::getFPUFeatures(unsigned FPUKind, in getFPUFeatures() function in llvm::AArch64
483 return ARM::getFPUFeatures(FPUKind, Features); in getFPUFeatures()
/external/llvm/unittests/Support/
DTargetParserTest.cpp203 ? !ARM::getFPUFeatures(FK, Features) in TEST()
204 : ARM::getFPUFeatures(FK, Features)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DTargetParserTest.cpp543 ? !ARM::getFPUFeatures(FK, Features) in TEST()
544 : ARM::getFPUFeatures(FK, Features)); in TEST()
/external/clang/lib/Basic/
DTargets.cpp4946 llvm::ARM::getFPUFeatures(FPUKind, TargetFeatures); in initFeatureMap()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9460 if (!ARM::getFPUFeatures(ID, Features)) { in parseDirectiveFPU()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp9743 if (!ARM::getFPUFeatures(ID, Features)) in parseDirectiveFPU()
/external/clang/lib/Driver/
DTools.cpp688 if (!llvm::ARM::getFPUFeatures(FPUID, Features)) in getARMFPUFeatures()