HomeSort by relevance Sort by last modified time
    Searched defs:getEnumName (Results 1 - 5 of 5) sorted by null

  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 47 default: return getEnumName(T);
51 StringRef llvm::getEnumName(MVT::SimpleValueType T) {
AsmMatcherEmitter.cpp 668 std::string getEnumName() const {
673 errs() << getEnumName() << " " << Index << "\n";
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenTarget.cpp 45 default: return getEnumName(T);
49 std::string llvm::getEnumName(MVT::SimpleValueType T) {
AsmMatcherEmitter.cpp 528 std::string getEnumName() const {
    [all...]
  /frameworks/rs/script_api/
Specification.h 320 std::string getEnumName() const { return mEnumName; }

Completed in 170 milliseconds