/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 113 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } in getOpcodeName() function 120 static const char* getOpcodeName(unsigned OpCode);
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 104 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } 111 static const char* getOpcodeName(unsigned OpCode);
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | FieldInstruction.java | 50 return org.apache.bcel.Const.getOpcodeName(super.getOpcode()) + " " in toString()
|
D | CPInstruction.java | 101 return org.apache.bcel.Const.getOpcodeName(super.getOpcode()) + " " + str; in toString()
|
D | InvokeInstruction.java | 58 return Const.getOpcodeName(super.getOpcode()) + " " + tok.nextToken().replace('.', '/') in toString()
|
D | InstructionList.java | 867 …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()
|
D | Instruction.java | 75 return Const.getOpcodeName(opcode); in getName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 127 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } 142 static const char* getOpcodeName(unsigned OpCode);
|
/external/llvm/lib/MC/ |
D | MCInst.cpp | 59 OS << ' ' << Printer->getOpcodeName(getOpcode()); in dump_pretty()
|
D | MCInstPrinter.cpp | 33 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
D | Instruction.h | 170 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } 186 static const char* getOpcodeName(unsigned OpCode);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCInst.cpp | 74 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty()
|
D | MCInstPrinter.cpp | 41 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
|
/external/llvm/include/llvm/MC/ |
D | MCInstPrinter.h | 77 StringRef getOpcodeName(unsigned Opcode) const;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
D | MCInst.cpp | 84 StringRef InstName = Printer ? Printer->getOpcodeName(getOpcode()) : ""; in dump_pretty()
|
D | MCInstPrinter.cpp | 42 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonInstPrinter.h | 32 virtual StringRef getOpcodeName(unsigned Opcode) const;
|
D | HexagonInstPrinter.cpp | 37 StringRef HexagonInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in HexagonInstPrinter
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstPrinter.h | 87 StringRef getOpcodeName(unsigned Opcode) const;
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
D | MCInstPrinter.h | 111 StringRef getOpcodeName(unsigned Opcode) const;
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/ |
D | BCELFactory.java | 155 + Const.getOpcodeName(opcode).toUpperCase(Locale.ENGLISH) + "));"); in visitFieldInstruction() 169 + Const.getOpcodeName(opcode).toUpperCase(Locale.ENGLISH) + "));"); in visitInvokeInstruction()
|
D | InstructionFinder.java | 117 if (pattern.equals(Const.getOpcodeName(i))) { in mapName()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanRecipes.cpp | 413 O << Instruction::getOpcodeName(getOpcode()); in print() 690 O << " = " << UI->getOpcodeName() << " "; in print() 903 O << " reduce." << Instruction::getOpcodeName(RdxDesc->getOpcode()) << " ("; in print() 931 O << Instruction::getOpcodeName(getUnderlyingInstr()->getOpcode()) << " "; in print() 1029 O << Instruction::getOpcodeName(Ingredient.getOpcode()) << " "; in print()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | Utility.java | 197 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/llvm/utils/TableGen/ |
D | FastISelEmitter.cpp | 409 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function 511 std::string OpcodeName = getOpcodeName(InstPatOp, CGP); in collectPatterns()
|