HomeSort by relevance Sort by last modified time
    Searched defs:MCOI (Results 1 - 3 of 3) sorted by null

  /external/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 {
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 595 const MCOperandInfo &MCOI = MCID.OpInfo[MONum];
610 if (MO->isDef() && !MCOI.isOptionalDef())
    [all...]
MachineInstr.cpp 669 if (MCID->getOperandConstraint(OpNo, MCOI::EARLY_CLOBBER) != -1)
    [all...]

Completed in 248 milliseconds