Lines Matching refs:MCID
521 if (MCID->ImplicitDefs) in addImplicitDefUseOperands()
522 for (const uint16_t *ImpDefs = MCID->getImplicitDefs(); *ImpDefs; ++ImpDefs) in addImplicitDefUseOperands()
524 if (MCID->ImplicitUses) in addImplicitDefUseOperands()
525 for (const uint16_t *ImpUses = MCID->getImplicitUses(); *ImpUses; ++ImpUses) in addImplicitDefUseOperands()
534 : MCID(&tid), Parent(0), Operands(0), NumOperands(0), in MachineInstr()
538 if (unsigned NumOps = MCID->getNumOperands() + in MachineInstr()
539 MCID->getNumImplicitDefs() + MCID->getNumImplicitUses()) { in MachineInstr()
551 : MCID(&MI.getDesc()), Parent(0), Operands(0), NumOperands(0), in MachineInstr()
623 assert(MCID && "Cannot add operands before providing an instr descriptor"); in addOperand()
653 assert((isImpReg || Op.isRegMask() || MCID->isVariadic() || in addOperand()
654 OpNo < MCID->getNumOperands()) && in addOperand()
700 int DefIdx = MCID->getOperandConstraint(OpNo, MCOI::TIED_TO); in addOperand()
705 if (MCID->getOperandConstraint(OpNo, MCOI::EARLY_CLOBBER) != -1) in addOperand()
856 unsigned NumOperands = MCID->getNumOperands(); in getNumExplicitOperands()
857 if (!MCID->isVariadic()) in getNumExplicitOperands()
1084 const MCInstrDesc &MCID = getDesc(); in findFirstPredOperandIdx() local
1085 if (MCID.isPredicable()) { in findFirstPredOperandIdx()
1087 if (MCID.OpInfo[i].isPredicate()) in findFirstPredOperandIdx()
1367 if (hasProperty(MCID::UnmodeledSideEffects)) in hasUnmodeledSideEffects()