Lines Matching refs:getDesc
62 const MCInstrDesc &MCID = MI->getDesc(); in commuteInstruction()
85 MI->getDesc().getOperandConstraint(Idx1, MCOI::TIED_TO) == 0) { in commuteInstruction()
89 MI->getDesc().getOperandConstraint(Idx2, MCOI::TIED_TO) == 0) { in commuteInstruction()
99 return BuildMI(MF, MI->getDebugLoc(), MI->getDesc()) in commuteInstruction()
104 return BuildMI(MF, MI->getDebugLoc(), MI->getDesc()) in commuteInstruction()
124 const MCInstrDesc &MCID = MI->getDesc(); in findCommutedOpIndices()
142 const MCInstrDesc &MCID = MI->getDesc(); in PredicateInstruction()
221 assert(!Orig->getDesc().isNotDuplicable() && in duplicate()
291 NewMI->getDesc().mayStore()) && in foldMemoryOperand()
294 NewMI->getDesc().mayLoad()) && in foldMemoryOperand()
335 assert(LoadMI->getDesc().canFoldAsLoad() && "LoadMI isn't foldable!"); in foldMemoryOperand()
386 const MCInstrDesc &MCID = MI->getDesc(); in isReallyTriviallyReMaterializableGeneric()
460 if (MI->getDesc().isTerminator() || MI->isLabel()) in isSchedulingBoundary()