Lines Matching refs:MCID
62 const MCInstrDesc &MCID = MI->getDesc(); in commuteInstruction() local
63 bool HasDef = MCID.getNumDefs(); in commuteInstruction()
122 const MCInstrDesc &MCID = MI->getDesc(); in findCommutedOpIndices() local
123 if (!MCID.isCommutable()) in findCommutedOpIndices()
127 SrcOpIdx1 = MCID.getNumDefs(); in findCommutedOpIndices()
140 const MCInstrDesc &MCID = MI->getDesc(); in PredicateInstruction() local
141 if (!MCID.isPredicable()) in PredicateInstruction()
145 if (MCID.OpInfo[i].isPredicate()) { in PredicateInstruction()
335 const MCInstrDesc &MCID = MI->getDesc(); in isReallyTriviallyReMaterializableGeneric() local
338 if (MCID.isNotDuplicable() || MCID.mayStore() || in isReallyTriviallyReMaterializableGeneric()
348 if (MCID.mayLoad() && !MI->isInvariantLoad(AA)) in isReallyTriviallyReMaterializableGeneric()