Home
last modified time | relevance | path

Searched refs:getHWDivFeatures (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Support/
DTargetParser.h115 bool getHWDivFeatures(unsigned HWDivKind, std::vector<const char *> &Features);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTargetParser.h115 bool getHWDivFeatures(unsigned HWDivKind, std::vector<StringRef> &Features);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DTargetParser.h119 bool getHWDivFeatures(unsigned HWDivKind, std::vector<StringRef> &Features);
/external/llvm/lib/Support/
DTargetParser.cpp202 bool llvm::ARM::getHWDivFeatures(unsigned HWDivKind, in getHWDivFeatures() function in llvm::ARM
237 return getHWDivFeatures(Extensions, Features); in getExtensionFeatures()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTargetParser.cpp202 bool llvm::ARM::getHWDivFeatures(unsigned HWDivKind, in getHWDivFeatures() function in llvm::ARM
237 return getHWDivFeatures(Extensions, Features); in getExtensionFeatures()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTargetParser.cpp202 bool llvm::ARM::getHWDivFeatures(unsigned HWDivKind, in getHWDivFeatures() function in llvm::ARM
247 return getHWDivFeatures(Extensions, Features); in getExtensionFeatures()
/external/clang/lib/Driver/
DTools.cpp679 if (!llvm::ARM::getHWDivFeatures(HWDivID, Features)) in getARMHWDivFeatures()