HomeSort by relevance Sort by last modified time
    Searched refs:getOpcodeName (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/lib/MC/
MCInst.cpp 57 OS << ' ' << Printer->getOpcodeName(getOpcode());
MCInstPrinter.cpp 22 /// getOpcodeName - Return the name of the specified opcode enum (e.g.
24 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const {
  /external/llvm/include/llvm/MC/
MCInstPrinter.h 72 /// getOpcodeName - Return the name of the specified opcode enum (e.g.
74 StringRef getOpcodeName(unsigned Opcode) const;
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonInstPrinter.h 30 virtual StringRef getOpcodeName(unsigned Opcode) const;
HexagonInstPrinter.cpp 72 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const {
  /external/llvm/include/llvm/IR/
Instruction.h 113 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
119 static const char* getOpcodeName(unsigned OpCode);
Constants.h     [all...]
  /external/lldb/source/Expression/
IRInterpreter.cpp 636 log->Printf("getOpcode() returns %s, but instruction is not a BinaryOperator", inst->getOpcodeName());
722 log->Printf("Interpreted a %s", inst->getOpcodeName());
815 log->Printf("getOpcode() returns %s, but instruction is not a BitCastInst", cast_inst->getOpcodeName());
844 log->Printf("getOpcode() returns %s, but instruction is not a BitCastInst", cast_inst->getOpcodeName());
    [all...]
IRForTarget.cpp     [all...]
  /external/llvm/lib/IR/
Instruction.cpp 184 const char *Instruction::getOpcodeName(unsigned OpCode) {
AsmWriter.cpp     [all...]
Constants.cpp     [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 143 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(),
FastISelEmitter.cpp 409 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) {
513 std::string OpcodeName = getOpcodeName(InstPatOp, CGP);
DAGISelMatcher.h     [all...]
DAGISelMatcherEmitter.cpp 517 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0";
  /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...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.0/
lint-checks-24.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.0-alpha1/
lint-checks-24.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.0-beta4/
lint-checks-24.2.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.0-rc1/
lint-checks-24.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.1/
lint-checks-24.2.1.jar 

Completed in 1204 milliseconds

1 2