/external/llvm/include/llvm/IR/ |
D | Instruction.h | 104 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } 111 static const char* getOpcodeName(unsigned OpCode);
|
/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/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/llvm-project/llvm/include/llvm/IR/ |
D | Instruction.h | 162 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } 177 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-project/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/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlan.cpp | 569 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/ |
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/llvm-project/llvm/include/llvm/MC/ |
D | MCInstPrinter.h | 107 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/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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.cpp | 379 O << Instruction::getOpcodeName(getOpcode()); in print() 660 RSO << Inst->getOpcodeName() << " "; in printAsIngredient()
|