Lines Matching refs:UseI
231 MachineInstr *UseI = Op.getParent(); in partitionRegisters() local
232 if (isFixedInstr(UseI)) in partitionRegisters()
234 for (unsigned i = 0, n = UseI->getNumOperands(); i < n; ++i) { in partitionRegisters()
235 MachineOperand &MO = UseI->getOperand(i); in partitionRegisters()
392 MachineInstr *UseI = U->getParent(); in isProfitable() local
393 if (isFixedInstr(UseI)) { in isProfitable()
396 for (auto &Op : UseI->operands()) { in isProfitable()
407 if (UseI->isPHI()) { in isProfitable()
408 const MachineBasicBlock *PB = UseI->getParent(); in isProfitable()
415 int32_t P = profit(UseI); in isProfitable()
501 const MachineInstr *UseI = I->getParent(); in collectIndRegsForLoop() local
502 if (UseI->getOpcode() != Hexagon::A2_addp) in collectIndRegsForLoop()
507 unsigned T = UseI->getOperand(0).getReg(); in collectIndRegsForLoop()