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

1 2 3

  /external/llvm/lib/MC/
MCInstrAnalysis.cpp 16 Info->get(Inst.getOpcode()).OpInfo[0].OperandType != MCOI::OPERAND_PCREL)
  /external/swiftshader/third_party/LLVM/lib/MC/
MCInstrAnalysis.cpp 16 Info->get(Inst.getOpcode()).OpInfo[0].OperandType != MCOI::OPERAND_PCREL)
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 26 namespace MCOI {
63 /// Flags - These are flags from the MCOI::OperandFlags enum.
71 MCOI::OperandType OperandType;
76 bool isLookupPtrRegClass() const {return Flags&(1 <<MCOI::LookupPtrRegClass);}
80 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
84 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
150 MCOI::OperandConstraint Constraint) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 31 namespace MCOI {
78 /// \brief These are flags from the MCOI::OperandFlags enum.
91 return Flags & (1 << MCOI::LookupPtrRegClass);
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
99 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
102 return OperandType >= MCOI::OPERAND_FIRST_GENERIC &&
103 OperandType <= MCOI::OPERAND_LAST_GENERIC;
108 return OperandType - MCOI::OPERAND_FIRST_GENERIC;
188 MCOI::OperandConstraint Constraint) const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCInstrDesc.h 31 namespace MCOI {
78 /// \brief These are flags from the MCOI::OperandFlags enum.
91 return Flags & (1 << MCOI::LookupPtrRegClass);
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
99 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
102 return OperandType >= MCOI::OPERAND_FIRST_GENERIC &&
103 OperandType <= MCOI::OPERAND_LAST_GENERIC;
108 return OperandType - MCOI::OPERAND_FIRST_GENERIC;
188 MCOI::OperandConstraint Constraint) const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCInstrDesc.h 31 namespace MCOI {
78 /// \brief These are flags from the MCOI::OperandFlags enum.
91 return Flags & (1 << MCOI::LookupPtrRegClass);
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
99 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
102 return OperandType >= MCOI::OPERAND_FIRST_GENERIC &&
103 OperandType <= MCOI::OPERAND_LAST_GENERIC;
108 return OperandType - MCOI::OPERAND_FIRST_GENERIC;
188 MCOI::OperandConstraint Constraint) const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCInstrDesc.h 31 namespace MCOI {
78 /// \brief These are flags from the MCOI::OperandFlags enum.
91 return Flags & (1 << MCOI::LookupPtrRegClass);
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
99 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
102 return OperandType >= MCOI::OPERAND_FIRST_GENERIC &&
103 OperandType <= MCOI::OPERAND_LAST_GENERIC;
108 return OperandType - MCOI::OPERAND_FIRST_GENERIC;
188 MCOI::OperandConstraint Constraint) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCInstrDesc.h 31 namespace MCOI {
78 /// \brief These are flags from the MCOI::OperandFlags enum.
91 return Flags & (1 << MCOI::LookupPtrRegClass);
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
99 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
102 return OperandType >= MCOI::OPERAND_FIRST_GENERIC &&
103 OperandType <= MCOI::OPERAND_LAST_GENERIC;
108 return OperandType - MCOI::OPERAND_FIRST_GENERIC;
188 MCOI::OperandConstraint Constraint) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCInstrDesc.h 31 namespace MCOI {
78 /// \brief These are flags from the MCOI::OperandFlags enum.
91 return Flags & (1 << MCOI::LookupPtrRegClass);
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
99 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
102 return OperandType >= MCOI::OPERAND_FIRST_GENERIC &&
103 OperandType <= MCOI::OPERAND_LAST_GENERIC;
108 return OperandType - MCOI::OPERAND_FIRST_GENERIC;
188 MCOI::OperandConstraint Constraint) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCInstrDesc.h 31 namespace MCOI {
78 /// \brief These are flags from the MCOI::OperandFlags enum.
91 return Flags & (1 << MCOI::LookupPtrRegClass);
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
99 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
102 return OperandType >= MCOI::OPERAND_FIRST_GENERIC &&
103 OperandType <= MCOI::OPERAND_LAST_GENERIC;
108 return OperandType - MCOI::OPERAND_FIRST_GENERIC;
188 MCOI::OperandConstraint Constraint) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 31 namespace MCOI {
78 /// \brief These are flags from the MCOI::OperandFlags enum.
91 return Flags & (1 << MCOI::LookupPtrRegClass);
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
99 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
102 return OperandType >= MCOI::OPERAND_FIRST_GENERIC &&
103 OperandType <= MCOI::OPERAND_LAST_GENERIC;
108 return OperandType - MCOI::OPERAND_FIRST_GENERIC;
188 MCOI::OperandConstraint Constraint) const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCInstrDesc.h 31 namespace MCOI {
78 /// \brief These are flags from the MCOI::OperandFlags enum.
91 return Flags & (1 << MCOI::LookupPtrRegClass);
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
99 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
102 return OperandType >= MCOI::OPERAND_FIRST_GENERIC &&
103 OperandType <= MCOI::OPERAND_LAST_GENERIC;
108 return OperandType - MCOI::OPERAND_FIRST_GENERIC;
188 MCOI::OperandConstraint Constraint) const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCInstrDesc.h 31 namespace MCOI {
78 /// \brief These are flags from the MCOI::OperandFlags enum.
91 return Flags & (1 << MCOI::LookupPtrRegClass);
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
99 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
102 return OperandType >= MCOI::OPERAND_FIRST_GENERIC &&
103 OperandType <= MCOI::OPERAND_LAST_GENERIC;
108 return OperandType - MCOI::OPERAND_FIRST_GENERIC;
188 MCOI::OperandConstraint Constraint) const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCInstrDesc.h 31 namespace MCOI {
78 /// \brief These are flags from the MCOI::OperandFlags enum.
91 return Flags & (1 << MCOI::LookupPtrRegClass);
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
99 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
102 return OperandType >= MCOI::OPERAND_FIRST_GENERIC &&
103 OperandType <= MCOI::OPERAND_LAST_GENERIC;
108 return OperandType - MCOI::OPERAND_FIRST_GENERIC;
188 MCOI::OperandConstraint Constraint) const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCInstrDesc.h 31 namespace MCOI {
78 /// \brief These are flags from the MCOI::OperandFlags enum.
91 return Flags & (1 << MCOI::LookupPtrRegClass);
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
99 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
102 return OperandType >= MCOI::OPERAND_FIRST_GENERIC &&
103 OperandType <= MCOI::OPERAND_LAST_GENERIC;
108 return OperandType - MCOI::OPERAND_FIRST_GENERIC;
188 MCOI::OperandConstraint Constraint) const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCInstrDesc.h 31 namespace MCOI {
78 /// \brief These are flags from the MCOI::OperandFlags enum.
91 return Flags & (1 << MCOI::LookupPtrRegClass);
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
99 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
102 return OperandType >= MCOI::OPERAND_FIRST_GENERIC &&
103 OperandType <= MCOI::OPERAND_LAST_GENERIC;
108 return OperandType - MCOI::OPERAND_FIRST_GENERIC;
188 MCOI::OperandConstraint Constraint) const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCInstrDesc.h 31 namespace MCOI {
78 /// \brief These are flags from the MCOI::OperandFlags enum.
91 return Flags & (1 << MCOI::LookupPtrRegClass);
96 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
99 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
102 return OperandType >= MCOI::OPERAND_FIRST_GENERIC &&
103 OperandType <= MCOI::OPERAND_LAST_GENERIC;
108 return OperandType - MCOI::OPERAND_FIRST_GENERIC;
188 MCOI::OperandConstraint Constraint) const {
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 31 namespace MCOI {
64 /// \brief These are flags from the MCOI::OperandFlags enum.
77 return Flags & (1 << MCOI::LookupPtrRegClass);
82 bool isPredicate() const { return Flags & (1 << MCOI::Predicate); }
85 bool isOptionalDef() const { return Flags & (1 << MCOI::OptionalDef); }
163 MCOI::OperandConstraint Constraint) const {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 131 case MCOI::OPERAND_UNKNOWN:
132 case MCOI::OPERAND_IMMEDIATE:
136 case MCOI::OPERAND_PCREL:
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCTargetDesc.h 46 OPERAND_BASIC_BLOCK = MCOI::OPERAND_FIRST_TARGET,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 633 if (NumOps > 1 && Desc.getOperandConstraint(1, MCOI::TIED_TO) == 0)
635 else if (NumOps > 3 && Desc.getOperandConstraint(2, MCOI::TIED_TO) == 0 &&
636 Desc.getOperandConstraint(3, MCOI::TIED_TO) == 1)
640 else if (NumOps > 3 && Desc.getOperandConstraint(2, MCOI::TIED_TO) == 0 &&
641 Desc.getOperandConstraint(NumOps - 1, MCOI::TIED_TO) == 1)
645 else if (NumOps > 2 && Desc.getOperandConstraint(NumOps - 2, MCOI::TIED_TO) == 0)
  /external/llvm/lib/Target/WebAssembly/Disassembler/
WebAssemblyDisassembler.cpp 95 case MCOI::OPERAND_IMMEDIATE:
105 case MCOI::OPERAND_REGISTER: {
  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCTargetDesc.cpp 92 MCOI::OPERAND_PCREL) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetInstrInfoImpl.cpp 85 MI->getDesc().getOperandConstraint(Idx1, MCOI::TIED_TO) == 0) {
89 MI->getDesc().getOperandConstraint(Idx2, MCOI::TIED_TO) == 0) {
  /external/llvm/lib/Target/AMDGPU/
SIDefines.h 52 OPERAND_REG_IMM32 = MCOI::OPERAND_FIRST_TARGET,

Completed in 416 milliseconds

1 2 3