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

  /external/llvm/lib/MC/
MCInstPrinter.cpp 21 /// getOpcodeName - Return the name of the specified opcode enum (e.g.
23 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const {
  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.cpp 30 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const {
  /external/llvm/lib/VMCore/
Instruction.cpp 96 const char *Instruction::getOpcodeName(unsigned OpCode) {
Constants.cpp     [all...]
  /external/llvm/include/llvm/
Instruction.h 84 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
90 static const char* getOpcodeName(unsigned OpCode);
  /external/llvm/utils/TableGen/
DAGISelMatcher.h     [all...]

Completed in 192 milliseconds