HomeSort by relevance Sort by last modified time
    Searched defs:getOpcode (Results 26 - 50 of 451) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/ssa/
PhiInsn.java 177 public Rop getOpcode() {
  /external/annotation-tools/asmx/core/org/objectweb/asm/
Type.class 
  /external/annotation-tools/asmx/src/org/objectweb/asm/
Type.java 175 * for primitive types, the size, descriptor and getOpcode offsets for this
823 public int getOpcode(final int opcode) {
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 111 /// \invariant This must be nullptr is getOpcode() is not
191 /// \pre getOpcode() is in the range of the generic opcodes.
286 unsigned getOpcode() const { return MCID->Opcode; }
775 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
776 bool isGCLabel() const { return getOpcode() == TargetOpcode::GC_LABEL; }
781 return getOpcode() == TargetOpcode::CFI_INSTRUCTION;
787 bool isDebugValue() const { return getOpcode() == TargetOpcode::DBG_VALUE; }
796 bool isPHI() const { return getOpcode() == TargetOpcode::PHI; }
797 bool isKill() const { return getOpcode() == TargetOpcode::KILL; }
798 bool isImplicitDef() const { return getOpcode()==TargetOpcode::IMPLICIT_DEF;
    [all...]
  /external/llvm/include/llvm/MC/
MCInst.h 159 unsigned getOpcode() const { return Opcode; }
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliInstruction.java 72 @NotNull public Opcode getOpcode() {
176 Opcode opcode = getOpcode();
  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h     [all...]
Instruction.h 81 /// getOpcode() returns a member of one of the enums like Instruction::Add.
82 unsigned getOpcode() const { return getValueID() - InstructionVal; }
84 const char *getOpcodeName() const { return getOpcodeName(getOpcode()); }
85 bool isTerminator() const { return isTerminator(getOpcode()); }
86 bool isBinaryOp() const { return isBinaryOp(getOpcode()); }
87 bool isShift() { return isShift(getOpcode()); }
88 bool isCast() const { return isCast(getOpcode()); }
108 return getOpcode() == Shl || getOpcode() == LShr;
113 return getOpcode() == AShr
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInst.h 137 unsigned getOpcode() const { return Opcode; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 273 unsigned getOpcode() const { return MCID->Opcode; }
765 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
766 bool isGCLabel() const { return getOpcode() == TargetOpcode::GC_LABEL; }
771 return getOpcode() == TargetOpcode::CFI_INSTRUCTION;
777 bool isDebugValue() const { return getOpcode() == TargetOpcode::DBG_VALUE; }
786 bool isPHI() const { return getOpcode() == TargetOpcode::PHI; }
787 bool isKill() const { return getOpcode() == TargetOpcode::KILL; }
788 bool isImplicitDef() const { return getOpcode()==TargetOpcode::IMPLICIT_DEF; }
789 bool isInlineAsm() const { return getOpcode() == TargetOpcode::INLINEASM; }
791 return getOpcode() == TargetOpcode::INLINEASM && getInlineAsmDialect()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 168 unsigned getOpcode() const { return Opcode; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 72 if (getOpcode() != Other.getOpcode())
74 if (getOpcode() == getEmptyKey() || getOpcode() == getTombstoneKey())
87 unsigned getOpcode() const { return Opcode; }
92 virtual hash_code getHashValue() const { return getOpcode(); }
100 OS << "opcode = " << getOpcode() << ", ";
197 if (getOpcode() != Other.getOpcode())
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineInstr.h 279 unsigned getOpcode() const { return MCID->Opcode; }
769 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
770 bool isGCLabel() const { return getOpcode() == TargetOpcode::GC_LABEL; }
776 return getOpcode() == TargetOpcode::CFI_INSTRUCTION;
782 bool isDebugValue() const { return getOpcode() == TargetOpcode::DBG_VALUE; }
792 bool isPHI() const { return getOpcode() == TargetOpcode::PHI; }
793 bool isKill() const { return getOpcode() == TargetOpcode::KILL; }
794 bool isImplicitDef() const { return getOpcode()==TargetOpcode::IMPLICIT_DEF; }
795 bool isInlineAsm() const { return getOpcode() == TargetOpcode::INLINEASM; }
798 return getOpcode() == TargetOpcode::INLINEASM && getInlineAsmDialect()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCInst.h 168 unsigned getOpcode() const { return Opcode; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
GVNExpression.h 74 if (getOpcode() != Other.getOpcode())
76 if (getOpcode() == getEmptyKey() || getOpcode() == getTombstoneKey())
102 unsigned getOpcode() const { return Opcode; }
107 virtual hash_code getHashValue() const { return getOpcode(); }
115 OS << "opcode = " << getOpcode() << ", ";
209 if (getOpcode() != Other.getOpcode())
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineInstr.h 279 unsigned getOpcode() const { return MCID->Opcode; }
769 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
770 bool isGCLabel() const { return getOpcode() == TargetOpcode::GC_LABEL; }
776 return getOpcode() == TargetOpcode::CFI_INSTRUCTION;
782 bool isDebugValue() const { return getOpcode() == TargetOpcode::DBG_VALUE; }
792 bool isPHI() const { return getOpcode() == TargetOpcode::PHI; }
793 bool isKill() const { return getOpcode() == TargetOpcode::KILL; }
794 bool isImplicitDef() const { return getOpcode()==TargetOpcode::IMPLICIT_DEF; }
795 bool isInlineAsm() const { return getOpcode() == TargetOpcode::INLINEASM; }
798 return getOpcode() == TargetOpcode::INLINEASM && getInlineAsmDialect()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCInst.h 168 unsigned getOpcode() const { return Opcode; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
GVNExpression.h 74 if (getOpcode() != Other.getOpcode())
76 if (getOpcode() == getEmptyKey() || getOpcode() == getTombstoneKey())
102 unsigned getOpcode() const { return Opcode; }
107 virtual hash_code getHashValue() const { return getOpcode(); }
115 OS << "opcode = " << getOpcode() << ", ";
209 if (getOpcode() != Other.getOpcode())
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineInstr.h 290 unsigned getOpcode() const { return MCID->Opcode; }
783 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
784 bool isGCLabel() const { return getOpcode() == TargetOpcode::GC_LABEL; }
790 return getOpcode() == TargetOpcode::CFI_INSTRUCTION;
796 bool isDebugValue() const { return getOpcode() == TargetOpcode::DBG_VALUE; }
807 return getOpcode() == TargetOpcode::PHI ||
808 getOpcode() == TargetOpcode::G_PHI;
810 bool isKill() const { return getOpcode() == TargetOpcode::KILL; }
811 bool isImplicitDef() const { return getOpcode()==TargetOpcode::IMPLICIT_DEF;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCInst.h 172 unsigned getOpcode() const { return Opcode; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Scalar/
GVNExpression.h 79 if (getOpcode() != Other.getOpcode())
81 if (getOpcode() == getEmptyKey() || getOpcode() == getTombstoneKey())
109 unsigned getOpcode() const { return Opcode; }
114 virtual hash_code getHashValue() const { return getOpcode(); }
120 OS << "opcode = " << getOpcode() << ", ";
215 if (getOpcode() != Other.getOpcode())
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineInstr.h 290 unsigned getOpcode() const { return MCID->Opcode; }
783 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
784 bool isGCLabel() const { return getOpcode() == TargetOpcode::GC_LABEL; }
790 return getOpcode() == TargetOpcode::CFI_INSTRUCTION;
796 bool isDebugValue() const { return getOpcode() == TargetOpcode::DBG_VALUE; }
807 return getOpcode() == TargetOpcode::PHI ||
808 getOpcode() == TargetOpcode::G_PHI;
810 bool isKill() const { return getOpcode() == TargetOpcode::KILL; }
811 bool isImplicitDef() const { return getOpcode()==TargetOpcode::IMPLICIT_DEF;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCInst.h 172 unsigned getOpcode() const { return Opcode; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
GVNExpression.h 79 if (getOpcode() != Other.getOpcode())
81 if (getOpcode() == getEmptyKey() || getOpcode() == getTombstoneKey())
109 unsigned getOpcode() const { return Opcode; }
114 virtual hash_code getHashValue() const { return getOpcode(); }
120 OS << "opcode = " << getOpcode() << ", ";
215 if (getOpcode() != Other.getOpcode())
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineInstr.h 290 unsigned getOpcode() const { return MCID->Opcode; }
783 bool isEHLabel() const { return getOpcode() == TargetOpcode::EH_LABEL; }
784 bool isGCLabel() const { return getOpcode() == TargetOpcode::GC_LABEL; }
790 return getOpcode() == TargetOpcode::CFI_INSTRUCTION;
796 bool isDebugValue() const { return getOpcode() == TargetOpcode::DBG_VALUE; }
807 return getOpcode() == TargetOpcode::PHI ||
808 getOpcode() == TargetOpcode::G_PHI;
810 bool isKill() const { return getOpcode() == TargetOpcode::KILL; }
811 bool isImplicitDef() const { return getOpcode()==TargetOpcode::IMPLICIT_DEF;
    [all...]

Completed in 1147 milliseconds

12 3 4 5 6 7 8 91011>>