/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/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/swiftshader/third_party/LLVM/lib/Target/PTX/InstPrinter/ |
D | PTXInstPrinter.h | 29 virtual StringRef getOpcodeName(unsigned Opcode) const;
|
D | PTXInstPrinter.cpp | 36 StringRef PTXInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in PTXInstPrinter
|
/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/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.h | 36 virtual StringRef getOpcodeName(unsigned Opcode) const;
|
D | PPCInstPrinter.cpp | 26 StringRef PPCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in PPCInstPrinter
|
/external/llvm/include/llvm/MC/ |
D | MCInstPrinter.h | 77 StringRef getOpcodeName(unsigned Opcode) const;
|
/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/lib/Target/X86/InstPrinter/ |
D | X86IntelInstPrinter.h | 31 virtual StringRef getOpcodeName(unsigned Opcode) const;
|
D | X86ATTInstPrinter.h | 29 virtual StringRef getOpcodeName(unsigned Opcode) const;
|
D | X86IntelInstPrinter.cpp | 45 StringRef X86IntelInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in X86IntelInstPrinter
|
D | X86ATTInstPrinter.cpp | 55 StringRef X86ATTInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in X86ATTInstPrinter
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.h | 29 virtual StringRef getOpcodeName(unsigned Opcode) const;
|
/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()
|
D | DAGISelMatcherOpt.cpp | 124 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(), in ContractNodes()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | FastISelEmitter.cpp | 382 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function 487 std::string OpcodeName = getOpcodeName(InstPatOp, CGP); in collectPatterns()
|