Searched refs:InstrPtr (Results 1 – 2 of 2) sorted by relevance
248 InstrPtr, InstrPtr->findRegisterUseOperandIdx(MO.getReg())); in getDepth()435 for (auto *InstrPtr : Instrs) { in instr2instrSC() local436 unsigned Opc = InstrPtr->getOpcode(); in instr2instrSC()515 for (auto *InstrPtr : InsInstrs) in insertDeleteInstructions() local518 for (auto *InstrPtr : DelInstrs) { in insertDeleteInstructions() local519 InstrPtr->eraseFromParent(); in insertDeleteInstructions()522 if (I->MI == InstrPtr) in insertDeleteInstructions()530 for (auto *InstrPtr : InsInstrs) in insertDeleteInstructions() local645 for (auto const *InstrPtr : DelInstrs) in combineInstructions()725 for (auto *InstrPtr : InsInstrs) in combineInstructions() local[all …]
819 const MachineInstr *InstrPtr = &MI; in addInstrRequirements() local822 InstrPtr = MRI.getVRegDef(MI.getOperand(3).getReg()); in addInstrRequirements()823 assert(InstrPtr && "Unexpected type instruction for OpAtomicStore"); in addInstrRequirements()825 assert(InstrPtr->getOperand(1).isReg() && "Unexpected operand in atomic"); in addInstrRequirements()826 Register TypeReg = InstrPtr->getOperand(1).getReg(); in addInstrRequirements()