Searched refs:getOpcodeName (Results 1 – 16 of 16) sorted by relevance
113 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } in getOpcodeName() function120 static const char* getOpcodeName(unsigned OpCode);
127 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }142 static const char* getOpcodeName(unsigned OpCode);
1221 const char *getOpcodeName() const;
74 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty()
41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
87 StringRef getOpcodeName(unsigned Opcode) const;
379 O << Instruction::getOpcodeName(getOpcode()); in print()660 RSO << Inst->getOpcodeName() << " "; in printAsIngredient()
7026 std::string RegionName = (Twine("pred.") + Instr->getOpcodeName()).str(); in createReplicateRegion()
180 Val = I->getOpcodeName(); in Argument()
292 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName() function in Instruction
2472 const char *ConstantExpr::getOpcodeName() const { in getOpcodeName() function in ConstantExpr2473 return Instruction::getOpcodeName(getOpcode()); in getOpcodeName()
1511 Out << CE->getOpcodeName(); in WriteConstantInternal()3696 Out << I.getOpcodeName(); in printInstruction()
78 dbgs() << Instruction::getOpcodeName(I->getOpcode()) << " " in PrintOps()
1492 OS << UserInst->getOpcodeName(); in print()
303 OS << U->getOpcodeName(); in print()
3655 errs() << "ZZZ " << I.getOpcodeName() << "\n"; in dumpInst()