Searched refs:PrevInst (Results 1 – 5 of 5) sorted by relevance
512 MachineBasicBlock::iterator PrevInst = std::prev(MBBI); in tryCombineRestoreWithPrevInst() local515 if (PrevInst->isBundledWithSucc()) in tryCombineRestoreWithPrevInst()520 switch (PrevInst->getOpcode()) { in tryCombineRestoreWithPrevInst()523 case SP::ADDri: return combineRestoreADD(MBBI, PrevInst, TII); break; in tryCombineRestoreWithPrevInst()525 case SP::ORri: return combineRestoreOR(MBBI, PrevInst, TII); break; in tryCombineRestoreWithPrevInst()526 case SP::SETHIi: return combineRestoreSETHIi(MBBI, PrevInst, TII); break; in tryCombineRestoreWithPrevInst()
128 const Instruction &PrevInst = *PrevIR.getInstruction(); in handleWaitCnt() local131 const int CyclesLeft = PrevInst.getCyclesLeft(); in handleWaitCnt()
125 MCInst PrevInst; member in __anon88078d0f0111::X86AsmBackend507 if (!isMacroFused(PrevInst, Inst)) in emitInstructionBegin()565 PrevInst = Inst; in emitInstructionEnd()
3320 BasicBlock::iterator PrevInst; member3339 Point.PrevInst = std::prev(Inst->getIterator()); in InsertionHandler()3350 Inst->insertAfter(Point.PrevInst); in insert()
21504 if (std::optional<unsigned> PrevInst = in vectorizeStores() local21508 RelatedStores->rebase(/*MinSafeIdx=*/*PrevInst + 1, in vectorizeStores()