Home
last modified time | relevance | path

Searched refs:getInstructionName (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/InstPrinter/
DMBlazeInstPrinter.h32 static const char *getInstructionName(unsigned Opcode);
/external/swiftshader/third_party/LLVM/lib/Target/PTX/InstPrinter/
DPTXInstPrinter.h32 static const char *getInstructionName(unsigned Opcode);
DPTXInstPrinter.cpp37 return getInstructionName(Opcode); in getOpcodeName()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/InstPrinter/
DMipsInstPrinter.h84 static const char *getInstructionName(unsigned Opcode);
DMipsInstPrinter.cpp65 return getInstructionName(Opcode); in getOpcodeName()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.h38 static const char *getInstructionName(unsigned Opcode);
DPPCInstPrinter.cpp27 return getInstructionName(Opcode); in getOpcodeName()
/external/swiftshader/third_party/LLVM/lib/Target/X86/InstPrinter/
DX86IntelInstPrinter.h36 static const char *getInstructionName(unsigned Opcode);
DX86ATTInstPrinter.h38 static const char *getInstructionName(unsigned Opcode);
DX86ATTInstPrinter.cpp56 return getInstructionName(Opcode); in getOpcodeName()
DX86IntelInstPrinter.cpp46 return getInstructionName(Opcode); in getOpcodeName()
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DInstruction.java157 public String getInstructionName() { in getInstructionName() method in Instruction
164 builder.append(getInstructionName()); in toString()
DInvoke.java218 public String getInstructionName() { in getInstructionName() method
/external/swiftshader/third_party/LLVM/lib/Target/ARM/InstPrinter/
DARMInstPrinter.h32 static const char *getInstructionName(unsigned Opcode);
DARMInstPrinter.cpp46 return getInstructionName(Opcode); in getOpcodeName()
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DOutliner.java207 result = i0.getInstructionName().compareTo(i1.getInstructionName()); in compareTo()
256 String name = instruction.getInstructionName(); in toString()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86GenAsmWriter.inc5456 /// getInstructionName: This method is automatically generated by tblgen
5459 const char *X86ATTInstPrinter::getInstructionName(unsigned Opcode) {
DX86GenAsmWriter1.inc6199 /// getInstructionName: This method is automatically generated by tblgen
6202 const char *X86IntelInstPrinter::getInstructionName(unsigned Opcode) {