HomeSort by relevance Sort by last modified time
    Searched refs:getOpcodeName (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/swiftshader/third_party/LLVM/lib/MC/
MCInstPrinter.cpp 19 /// getOpcodeName - Return the name of the specified opcode enum (e.g.
21 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const {
MCInst.cpp 54 OS << ' ' << Printer->getOpcodeName(getOpcode());
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstPrinter.h 48 /// getOpcodeName - Return the name of the specified opcode enum (e.g.
50 virtual StringRef getOpcodeName(unsigned Opcode) const;
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/InstPrinter/
PTXInstPrinter.h 29 virtual StringRef getOpcodeName(unsigned Opcode) const;
  /external/llvm/lib/MC/
MCInst.cpp 59 OS << ' ' << Printer->getOpcodeName(getOpcode());
MCInstPrinter.cpp 31 /// getOpcodeName - Return the name of the specified opcode enum (e.g.
33 StringRef MCInstPrinter::getOpcodeName(unsigned Opcode) const {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/InstPrinter/
MipsInstPrinter.h 87 virtual StringRef getOpcodeName(unsigned Opcode) const;
  /external/llvm/include/llvm/MC/
MCInstPrinter.h 77 StringRef getOpcodeName(unsigned Opcode) const;
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.h 36 virtual StringRef getOpcodeName(unsigned Opcode) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 78 StringRef getOpcodeName(unsigned Opcode) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 78 StringRef getOpcodeName(unsigned Opcode) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 78 StringRef getOpcodeName(unsigned Opcode) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 78 StringRef getOpcodeName(unsigned Opcode) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 78 StringRef getOpcodeName(unsigned Opcode) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 78 StringRef getOpcodeName(unsigned Opcode) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 78 StringRef getOpcodeName(unsigned Opcode) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstPrinter.h 78 StringRef getOpcodeName(unsigned Opcode) const;
  /external/llvm/include/llvm/IR/
Instruction.h 104 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
111 static const char* getOpcodeName(unsigned OpCode);
  /external/swiftshader/third_party/LLVM/include/llvm/
Instruction.h 84 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
90 static const char* getOpcodeName(unsigned OpCode);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 113 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
120 static const char* getOpcodeName(unsigned OpCode);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 119 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
126 static const char* getOpcodeName(unsigned OpCode);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 119 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
126 static const char* getOpcodeName(unsigned OpCode);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 119 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
126 static const char* getOpcodeName(unsigned OpCode);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 119 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
126 static const char* getOpcodeName(unsigned OpCode);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 119 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
126 static const char* getOpcodeName(unsigned OpCode);

Completed in 1946 milliseconds

1 2 3 4 5 6 7