Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h84 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); } in getOpcodeName() function
90 static const char* getOpcodeName(unsigned OpCode);
/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/swiftshader/third_party/LLVM/lib/MC/
DMCInstPrinter.cpp21 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
DMCInst.cpp54 OS << ' ' << Printer->getOpcodeName(getOpcode()); in dump_pretty()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstPrinter.h50 virtual StringRef getOpcodeName(unsigned Opcode) const;
/external/swiftshader/third_party/LLVM/lib/Target/PTX/InstPrinter/
DPTXInstPrinter.h29 virtual StringRef getOpcodeName(unsigned Opcode) const;
DPTXInstPrinter.cpp36 StringRef PTXInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in PTXInstPrinter
/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/swiftshader/third_party/LLVM/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.h87 virtual StringRef getOpcodeName(unsigned Opcode) const;
DMipsInstPrinter.cpp64 StringRef MipsInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MipsInstPrinter
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.h36 virtual StringRef getOpcodeName(unsigned Opcode) const;
DPPCInstPrinter.cpp26 StringRef PPCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in PPCInstPrinter
/external/llvm/include/llvm/MC/
DMCInstPrinter.h77 StringRef getOpcodeName(unsigned Opcode) const;
/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/lib/Target/X86/InstPrinter/
DX86IntelInstPrinter.h31 virtual StringRef getOpcodeName(unsigned Opcode) const;
DX86ATTInstPrinter.h29 virtual StringRef getOpcodeName(unsigned Opcode) const;
DX86IntelInstPrinter.cpp45 StringRef X86IntelInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in X86IntelInstPrinter
DX86ATTInstPrinter.cpp55 StringRef X86ATTInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in X86ATTInstPrinter
/external/swiftshader/third_party/LLVM/lib/Target/ARM/InstPrinter/
DARMInstPrinter.h29 virtual StringRef getOpcodeName(unsigned Opcode) const;
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp409 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function
511 std::string OpcodeName = getOpcodeName(InstPatOp, CGP); in collectPatterns()
DDAGISelMatcherOpt.cpp124 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(), in ContractNodes()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DFastISelEmitter.cpp382 static std::string getOpcodeName(Record *Op, CodeGenDAGPatterns &CGP) { in getOpcodeName() function
487 std::string OpcodeName = getOpcodeName(InstPatOp, CGP); in collectPatterns()

12