Lines Matching refs:UseI
253 MachineInstr *UseI = Op.getParent(); in partitionRegisters() local
254 if (isFixedInstr(UseI)) in partitionRegisters()
256 for (MachineOperand &MO : UseI->operands()) { in partitionRegisters()
436 MachineInstr *UseI = U->getParent(); in isProfitable() local
437 if (isFixedInstr(UseI)) { in isProfitable()
440 for (auto &Op : UseI->operands()) { in isProfitable()
451 if (UseI->isPHI()) { in isProfitable()
452 const MachineBasicBlock *PB = UseI->getParent(); in isProfitable()
458 int32_t P = profit(UseI); in isProfitable()
546 const MachineInstr *UseI = I->getParent(); in collectIndRegsForLoop() local
547 if (UseI->getOpcode() != Hexagon::A2_addp) in collectIndRegsForLoop()
552 Register T = UseI->getOperand(0).getReg(); in collectIndRegsForLoop()