Searched refs:DefInst (Results 1 – 2 of 2) sorted by relevance
114 MachineInstr *DefInst = MRI.getUniqueVRegDef(Src.getReg()); in runOnMachineFunction() local115 if (DefInst->getOpcode() == AMDGPU::S_MOV_B64) { in runOnMachineFunction()116 if (DefInst->getOperand(1).isImm()) { in runOnMachineFunction()119 int64_t Val = DefInst->getOperand(1).getImm(); in runOnMachineFunction()
372 MachineInstr *DefInst = LastDef[Reg]; in findPotentialNewifiableTFRs() local373 if (!DefInst) in findPotentialNewifiableTFRs()375 if (!isCombinableInstType(DefInst, TII, ShouldCombineAggressively)) in findPotentialNewifiableTFRs()379 MachineBasicBlock::iterator It(DefInst); in findPotentialNewifiableTFRs()387 PotentiallyNewifiableTFR.insert(DefInst); in findPotentialNewifiableTFRs()