Home
last modified time | relevance | path

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

1234

/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-7.0/llvm/include/llvm/IR/
DInstruction.h128 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
136 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/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldInstruction.java50 return org.apache.bcel.Const.getOpcodeName(super.getOpcode()) + " " in toString()
DCPInstruction.java101 return org.apache.bcel.Const.getOpcodeName(super.getOpcode()) + " " + str; in toString()
DInvokeInstruction.java58 return Const.getOpcodeName(super.getOpcode()) + " " + tok.nextToken().replace('.', '/') in toString()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/InstPrinter/
DPTXInstPrinter.h29 virtual StringRef getOpcodeName(unsigned Opcode) const;
/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-7.0/llvm/lib/MC/
DMCInst.cpp79 OS << ' ' << Printer->getOpcodeName(getOpcode()); in dump_pretty()
DMCInstPrinter.cpp36 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in MCInstPrinter
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstPrinter.h77 StringRef getOpcodeName(unsigned Opcode) const;
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.h36 virtual StringRef getOpcodeName(unsigned Opcode) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.h32 virtual StringRef getOpcodeName(unsigned Opcode) const;
/external/llvm/include/llvm/MC/
DMCInstPrinter.h77 StringRef getOpcodeName(unsigned Opcode) const;
/external/swiftshader/third_party/LLVM/lib/Target/X86/InstPrinter/
DX86ATTInstPrinter.h29 virtual StringRef getOpcodeName(unsigned Opcode) const;
DX86IntelInstPrinter.h31 virtual StringRef getOpcodeName(unsigned Opcode) const;
DX86IntelInstPrinter.cpp45 StringRef X86IntelInstPrinter::getOpcodeName(unsigned Opcode) const { in getOpcodeName() function in X86IntelInstPrinter
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.h32 virtual StringRef getOpcodeName(unsigned Opcode) const;

1234