/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.h | 84 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } in getOpcodeName() function 90 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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.h | 128 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } 136 static const char* getOpcodeName(unsigned OpCode);
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCInstPrinter.cpp | 21 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
|
D | MCInst.cpp | 54 OS << ' ' << Printer->getOpcodeName(getOpcode()); in dump_pretty()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCInstPrinter.h | 50 virtual StringRef getOpcodeName(unsigned Opcode) const;
|
/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()
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/InstPrinter/ |
D | PTXInstPrinter.h | 29 virtual StringRef getOpcodeName(unsigned Opcode) const;
|
/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/lib/Target/Mips/InstPrinter/ |
D | MipsInstPrinter.h | 87 virtual StringRef getOpcodeName(unsigned Opcode) const;
|
D | MipsInstPrinter.cpp | 64 StringRef MipsInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MipsInstPrinter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCInst.cpp | 79 OS << ' ' << Printer->getOpcodeName(getOpcode()); in dump_pretty()
|
D | MCInstPrinter.cpp | 36 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCInstPrinter.h | 77 StringRef getOpcodeName(unsigned Opcode) const;
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.h | 36 virtual StringRef getOpcodeName(unsigned Opcode) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonInstPrinter.h | 32 virtual StringRef getOpcodeName(unsigned Opcode) const;
|
/external/llvm/include/llvm/MC/ |
D | MCInstPrinter.h | 77 StringRef getOpcodeName(unsigned Opcode) const;
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/InstPrinter/ |
D | X86ATTInstPrinter.h | 29 virtual StringRef getOpcodeName(unsigned Opcode) const;
|
D | X86IntelInstPrinter.h | 31 virtual StringRef getOpcodeName(unsigned Opcode) const;
|
D | X86IntelInstPrinter.cpp | 45 StringRef X86IntelInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in X86IntelInstPrinter
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonInstPrinter.h | 32 virtual StringRef getOpcodeName(unsigned Opcode) const;
|