Home
last modified time | relevance | path

Searched refs:getFPUNeonSupportLevel (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Support/
DTargetParser.h110 unsigned getFPUNeonSupportLevel(unsigned FPUKind);
173 unsigned getFPUNeonSupportLevel(unsigned FPUKind);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTargetParser.h110 unsigned getFPUNeonSupportLevel(unsigned FPUKind);
174 unsigned getFPUNeonSupportLevel(unsigned FPUKind);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DTargetParser.h114 NeonSupportLevel getFPUNeonSupportLevel(unsigned FPUKind);
188 ARM::NeonSupportLevel getFPUNeonSupportLevel(unsigned FPUKind);
/external/llvm/lib/Support/
DTargetParser.cpp168 unsigned llvm::ARM::getFPUNeonSupportLevel(unsigned FPUKind) { in getFPUNeonSupportLevel() function in llvm::ARM
401 unsigned llvm::AArch64::getFPUNeonSupportLevel(unsigned FPUKind) { in getFPUNeonSupportLevel() function in llvm::AArch64
402 return ARM::getFPUNeonSupportLevel( FPUKind); in getFPUNeonSupportLevel()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTargetParser.cpp168 unsigned llvm::ARM::getFPUNeonSupportLevel(unsigned FPUKind) { in getFPUNeonSupportLevel() function in llvm::ARM
401 unsigned llvm::AArch64::getFPUNeonSupportLevel(unsigned FPUKind) { in getFPUNeonSupportLevel() function in llvm::AArch64
402 return ARM::getFPUNeonSupportLevel( FPUKind); in getFPUNeonSupportLevel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTargetParser.cpp167 ARM::NeonSupportLevel ARM::getFPUNeonSupportLevel(unsigned FPUKind) { in getFPUNeonSupportLevel() function in ARM
403 ARM::NeonSupportLevel AArch64::getFPUNeonSupportLevel(unsigned FPUKind) { in getFPUNeonSupportLevel() function in AArch64
404 return ARM::getFPUNeonSupportLevel( FPUKind); in getFPUNeonSupportLevel()
/external/llvm/unittests/Support/
DTargetParserTest.cpp146 EXPECT_EQ(0, ARM::getFPUNeonSupportLevel(FK)); in TEST()
148 EXPECT_LE(0, ARM::getFPUNeonSupportLevel(FK)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DTargetParserTest.cpp507 ARM::getFPUNeonSupportLevel(FK)); in TEST()
510 ARM::getFPUNeonSupportLevel(FK)); in TEST()