Lines Matching refs:UseI
254 MachineInstr *UseI = Op.getParent(); in partitionRegisters() local
255 if (isFixedInstr(UseI)) in partitionRegisters()
257 for (unsigned i = 0, n = UseI->getNumOperands(); i < n; ++i) { in partitionRegisters()
258 MachineOperand &MO = UseI->getOperand(i); in partitionRegisters()
439 MachineInstr *UseI = U->getParent(); in isProfitable() local
440 if (isFixedInstr(UseI)) { in isProfitable()
443 for (auto &Op : UseI->operands()) { in isProfitable()
454 if (UseI->isPHI()) { in isProfitable()
455 const MachineBasicBlock *PB = UseI->getParent(); in isProfitable()
461 int32_t P = profit(UseI); in isProfitable()
549 const MachineInstr *UseI = I->getParent(); in collectIndRegsForLoop() local
550 if (UseI->getOpcode() != Hexagon::A2_addp) in collectIndRegsForLoop()
555 unsigned T = UseI->getOperand(0).getReg(); in collectIndRegsForLoop()