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

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCInst.h 172 unsigned getOpcode() const { return Opcode; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/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-4691093/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-4691093/include/llvm/MC/
MCInst.h 172 unsigned getOpcode() const { return Opcode; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/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/linux-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/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 168 unsigned getOpcode() const { return Opcode; }
  /prebuilts/clang/host/linux-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/linux-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/linux-x86/clang-4393122/include/llvm/MC/
MCInst.h 168 unsigned getOpcode() const { return Opcode; }
  /prebuilts/clang/host/linux-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/linux-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/linux-x86/clang-4479392/include/llvm/MC/
MCInst.h 168 unsigned getOpcode() const { return Opcode; }
  /prebuilts/clang/host/linux-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/linux-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/linux-x86/clang-4579689/include/llvm/MC/
MCInst.h 172 unsigned getOpcode() const { return Opcode; }
  /prebuilts/clang/host/linux-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/linux-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/linux-x86/clang-4630689/include/llvm/MC/
MCInst.h 172 unsigned getOpcode() const { return Opcode; }
  /prebuilts/clang/host/linux-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/linux-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...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCInst.h 172 unsigned getOpcode() const { return Opcode; }
  /prebuilts/clang/host/linux-x86/clang-4639204/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/linux-x86/clang-4691093/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/linux-x86/clang-4691093/include/llvm/MC/
MCInst.h 172 unsigned getOpcode() const { return Opcode; }

Completed in 1647 milliseconds

1 23 4 5 6 7 8 91011>>