HomeSort by: relevance | last modified time | path
    Searched refs:getOpcodeName (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCInst.cpp 84 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : "";
MCInstPrinter.cpp 39 /// getOpcodeName - Return the name of the specified opcode enum (e.g.
41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h 162 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
177 static const char* getOpcodeName(unsigned OpCode);
Constants.h 1283 const char *getOpcodeName() const;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstPrinter.h 107 StringRef getOpcodeName(unsigned Opcode) const;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlan.cpp 663 O << Instruction::getOpcodeName(getOpcode());
952 O << Inst->getOpcodeName() << " ";
997 O << " = " << getUnderlyingInstr()->getOpcodeName() << " ";
1072 O << " + reduce." << Instruction::getOpcodeName(RdxDesc->getOpcode())
1090 O << Instruction::getOpcodeName(getUnderlyingInstr()->getOpcode()) << " ";
1113 O << Instruction::getOpcodeName(Ingredient.getOpcode()) << " ";
LoopVectorize.cpp 8883 std::string RegionName = (Twine("pred.") + Instr->getOpcodeName()).str();
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 600 static StringRef getOpcodeName(uint8_t Opcode, uint8_t OpcodeBase) {
610 StringRef OpcodeName = getOpcodeName(Opcode, LineTable->Prologue.OpcodeBase);
645 getOpcodeName(Opcode, LineTable->Prologue.OpcodeBase);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DiagnosticInfo.cpp 182 Val = I->getOpcodeName();
Instruction.cpp 317 const char *Instruction::getOpcodeName(unsigned OpCode) {
Constants.cpp 2866 const char *ConstantExpr::getOpcodeName() const {
2867 return Instruction::getOpcodeName(getOpcode());
AsmWriter.cpp 1589 Out << CE->getOpcodeName();
3979 Out << I.getOpcodeName();
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp 127 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(),
FastISelEmitter.cpp 412 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) {
517 std::string OpcodeName = getOpcodeName(InstPatOp, CGP);
DAGISelMatcher.h 1015 const std::string &getOpcodeName() const { return OpcodeName; }
DAGISelMatcherEmitter.cpp 779 OS << ", TARGET_VAL(" << EN->getOpcodeName() << "), 0";
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Debugify.cpp 421 auto InstName = Instruction::getOpcodeName(Instr->getOpcode());
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 321 OS << U->getOpcodeName();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerMatrixIntrinsics.cpp 1830 write(std::string(I->getOpcodeName()));
Reassociate.cpp 79 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " "
LoopStrengthReduce.cpp 1493 OS << UserInst->getOpcodeName();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 4001 errs() << "ZZZ " << I.getOpcodeName() << "\n";

Completed in 57 milliseconds