Lines Matching refs:UseI
244 MachineInstr *UseI = Op.getParent(); in partitionRegisters() local
245 if (isFixedInstr(UseI)) in partitionRegisters()
247 for (unsigned i = 0, n = UseI->getNumOperands(); i < n; ++i) { in partitionRegisters()
248 MachineOperand &MO = UseI->getOperand(i); in partitionRegisters()
405 MachineInstr *UseI = U->getParent(); in isProfitable() local
406 if (isFixedInstr(UseI)) { in isProfitable()
409 for (auto &Op : UseI->operands()) { in isProfitable()
420 if (UseI->isPHI()) { in isProfitable()
421 const MachineBasicBlock *PB = UseI->getParent(); in isProfitable()
428 int32_t P = profit(UseI); in isProfitable()
514 const MachineInstr *UseI = I->getParent(); in collectIndRegsForLoop() local
515 if (UseI->getOpcode() != Hexagon::A2_addp) in collectIndRegsForLoop()
520 unsigned T = UseI->getOperand(0).getReg(); in collectIndRegsForLoop()