Lines Matching refs:UseI
922 MachineInstr *UseI = I->getParent(); in isDead() local
923 if (UseI->isDebugValue()) in isDead()
925 if (UseI->isPHI()) { in isDead()
926 assert(!UseI->getOperand(0).getSubReg()); in isDead()
927 unsigned DR = UseI->getOperand(0).getReg(); in isDead()
1165 MachineInstr &UseI = *I->getParent(); in computeUsedBits() local
1166 if (UseI.isPHI() || UseI.isCopy()) { in computeUsedBits()
1167 unsigned DefR = UseI.getOperand(0).getReg(); in computeUsedBits()
1172 if (!computeUsedBits(UseI, I.getOperandNo(), Used, B)) in computeUsedBits()
2536 MachineInstr *UseI = UI->getParent(); in processLoop() local
2537 if (UseI->getParent() != C.LB) { in processLoop()
2541 if (isBitShuffle(UseI, PR) || isStoreInput(UseI, PR)) in processLoop()
2589 MachineInstr *UseI = UI->getParent(); in processLoop() local
2590 if (UseI->getParent() == C.LB) { in processLoop()
2591 if (UseI->isPHI()) { in processLoop()
2595 if (UseI->getOperand(Idx+1).getMBB() != C.LB) in processLoop()
2598 auto F = std::find(ShufIns.begin(), ShufIns.end(), UseI); in processLoop()