HomeSort by relevance Sort by last modified time
    Searched refs:getOpcodeName (Results 1 - 17 of 17) 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 {
MCInst.cpp 56 OS << ' ' << Printer->getOpcodeName(getOpcode());
  /external/llvm/include/llvm/MC/
MCInstPrinter.h 53 /// getOpcodeName - Return the name of the specified opcode enum (e.g.
55 StringRef getOpcodeName(unsigned Opcode) const;
  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.h 28 virtual StringRef getOpcodeName(unsigned Opcode) const;
HexagonInstPrinter.cpp 30 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const {
  /external/llvm/include/llvm/
Instruction.h 84 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
90 static const char* getOpcodeName(unsigned OpCode);
Constants.h     [all...]
  /external/llvm/lib/VMCore/
Instruction.cpp 96 const char *Instruction::getOpcodeName(unsigned OpCode) {
AsmWriter.cpp 938 Out << CE->getOpcodeName();
    [all...]
Constants.cpp     [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 134 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(),
FastISelEmitter.cpp 381 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) {
486 std::string OpcodeName = getOpcodeName(InstPatOp, CGP);
DAGISelMatcher.h     [all...]
DAGISelMatcherEmitter.cpp 500 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0";
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 64 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " "
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 530 milliseconds