Searched refs:MINext (Results 1 – 1 of 1) sorted by relevance
2163 MachineInstr &MINext = *MBBI; in promoteConstantOffsetToImm() local2166 if (MINext.getOpcode() != MI.getOpcode() || in promoteConstantOffsetToImm()2167 TII->getNamedOperand(MINext, AMDGPU::OpName::offset)->getImm()) in promoteConstantOffsetToImm()2171 *TII->getNamedOperand(MINext, AMDGPU::OpName::vaddr); in promoteConstantOffsetToImm()2173 if (!Visited.contains(&MINext)) { in promoteConstantOffsetToImm()2175 Visited[&MINext] = MAddrNext; in promoteConstantOffsetToImm()2177 MAddrNext = Visited[&MINext]; in promoteConstantOffsetToImm()2185 InstsWCommonBase.emplace_back(&MINext, MAddrNext.Offset); in promoteConstantOffsetToImm()2196 AnchorInst = &MINext; in promoteConstantOffsetToImm()