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 22 /// getOpcodeName - Return the name of the specified opcode enum (e.g.
24 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const {
  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.cpp 33 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const {
  /external/llvm/lib/IR/
Instruction.cpp 190 const char *Instruction::getOpcodeName(unsigned OpCode) {
Constants.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 88 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
94 static const char* getOpcodeName(unsigned OpCode);
  /external/llvm/utils/TableGen/
DAGISelMatcher.h     [all...]

Completed in 506 milliseconds