/external/llvm/include/llvm/Support/ |
D | TargetParser.h | 114 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/ |
D | TargetParser.h | 114 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/ |
D | TargetParser.h | 118 bool getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features); 192 bool getFPUFeatures(unsigned FPUKind, std::vector<StringRef> &Features);
|
/external/llvm/lib/Support/ |
D | TargetParser.cpp | 240 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/ |
D | TargetParser.cpp | 240 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/ |
D | TargetParser.cpp | 250 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/ |
D | TargetParserTest.cpp | 203 ? !ARM::getFPUFeatures(FK, Features) in TEST() 204 : ARM::getFPUFeatures(FK, Features)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | TargetParserTest.cpp | 543 ? !ARM::getFPUFeatures(FK, Features) in TEST() 544 : ARM::getFPUFeatures(FK, Features)); in TEST()
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 4946 llvm::ARM::getFPUFeatures(FPUKind, TargetFeatures); in initFeatureMap()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 9460 if (!ARM::getFPUFeatures(ID, Features)) { in parseDirectiveFPU()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 9743 if (!ARM::getFPUFeatures(ID, Features)) in parseDirectiveFPU()
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 688 if (!llvm::ARM::getFPUFeatures(FPUID, Features)) in getARMFPUFeatures()
|