HomeSort by relevance Sort by last modified time
    Searched refs:getOpcodeName (Results 1 - 18 of 18) 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 {
MCInst.cpp 58 OS << ' ' << Printer->getOpcodeName(getOpcode());
  /external/llvm/include/llvm/MC/
MCInstPrinter.h 63 /// getOpcodeName - Return the name of the specified opcode enum (e.g.
65 StringRef getOpcodeName(unsigned Opcode) const;
  /external/llvm/include/llvm/IR/
Instruction.h 85 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
91 static const char* getOpcodeName(unsigned OpCode);
Constants.h     [all...]
  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.h 32 virtual StringRef getOpcodeName(unsigned Opcode) const;
HexagonInstPrinter.cpp 33 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const {
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 134 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(),
FastISelEmitter.cpp 387 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) {
491 std::string OpcodeName = getOpcodeName(InstPatOp, CGP);
DAGISelMatcher.h     [all...]
DAGISelMatcherEmitter.cpp 500 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0";
  /external/llvm/lib/IR/
Instruction.cpp 186 const char *Instruction::getOpcodeName(unsigned OpCode) {
AsmWriter.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 66 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " "
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 1787 milliseconds