Home
last modified time | relevance | path

Searched refs:getOpcodeName (Results 1 – 25 of 65) sorted by relevance

123

/external/llvm/include/llvm/IR/
DInstruction.h104 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
111 static const char* getOpcodeName(unsigned OpCode);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h113 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } in getOpcodeName() function
120 static const char* getOpcodeName(unsigned OpCode);
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldInstruction.java50 return org.apache.bcel.Const.getOpcodeName(super.getOpcode()) + " " in toString()
DCPInstruction.java101 return org.apache.bcel.Const.getOpcodeName(super.getOpcode()) + " " + str; in toString()
DInvokeInstruction.java58 return Const.getOpcodeName(super.getOpcode()) + " " + tok.nextToken().replace('.', '/') in toString()
DInstructionList.java867 …throw new ClassGenException("Branch target of " + Const.getOpcodeName(i.getOpcode()) + ":" + inst … in setPositions()
874 …throw new ClassGenException("Branch target of " + Const.getOpcodeName(i.getOpcode()) + ":" + inst … in setPositions()
880 …"Branch instruction " + Const.getOpcodeName(i.getOpcode()) + ":" + inst + " not contained in Branc… in setPositions()
DInstruction.java75 return Const.getOpcodeName(opcode); in getName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h127 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
142 static const char* getOpcodeName(unsigned OpCode);
/external/llvm/lib/MC/
DMCInst.cpp59 OS << ' ' << Printer->getOpcodeName(getOpcode()); in dump_pretty()
DMCInstPrinter.cpp33 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
/external/llvm-project/llvm/include/llvm/IR/
DInstruction.h162 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
177 static const char* getOpcodeName(unsigned OpCode);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCInst.cpp74 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty()
DMCInstPrinter.cpp41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
/external/llvm-project/llvm/lib/MC/
DMCInst.cpp74 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty()
DMCInstPrinter.cpp41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
/external/llvm/include/llvm/MC/
DMCInstPrinter.h77 StringRef getOpcodeName(unsigned Opcode) const;
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.cpp569 O << Instruction::getOpcodeName(getOpcode()); in print()
852 RSO << Inst->getOpcodeName() << " "; in printAsIngredient()
899 O << " = " << getUnderlyingInstr()->getOpcodeName() << " "; in print()
959 O << " + reduce." << Instruction::getOpcodeName(RdxDesc->getRecurrenceBinOp()) in print()
977 O << Instruction::getOpcodeName(getUnderlyingInstr()->getOpcode()) << " "; in print()
998 O << Instruction::getOpcodeName(getUnderlyingInstr()->getOpcode()) << " "; in print()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.h32 virtual StringRef getOpcodeName(unsigned Opcode) const;
DHexagonInstPrinter.cpp37 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in HexagonInstPrinter
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstPrinter.h87 StringRef getOpcodeName(unsigned Opcode) const;
/external/llvm-project/llvm/include/llvm/MC/
DMCInstPrinter.h107 StringRef getOpcodeName(unsigned Opcode) const;
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DBCELFactory.java155 + Const.getOpcodeName(opcode).toUpperCase(Locale.ENGLISH) + "));"); in visitFieldInstruction()
169 + Const.getOpcodeName(opcode).toUpperCase(Locale.ENGLISH) + "));"); in visitInvokeInstruction()
DInstructionFinder.java117 if (pattern.equals(Const.getOpcodeName(i))) { in mapName()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DUtility.java197 final StringBuilder buf = new StringBuilder(Const.getOpcodeName(opcode)); in codeToString()
208 + Const.getOpcodeName(opcode) + ":" + b); in codeToString()
1141 if (Const.getOpcodeName(i).equals(name)) { in searchOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp379 O << Instruction::getOpcodeName(getOpcode()); in print()
660 RSO << Inst->getOpcodeName() << " "; in printAsIngredient()

123