Searched refs:MINext (Results 1 – 1 of 1) sorted by relevance
1902 MachineInstr &MINext = *MBBI; in promoteConstantOffsetToImm() local1905 if (MINext.getOpcode() != MI.getOpcode() || in promoteConstantOffsetToImm()1906 TII->getNamedOperand(MINext, AMDGPU::OpName::offset)->getImm()) in promoteConstantOffsetToImm()1910 *TII->getNamedOperand(MINext, AMDGPU::OpName::vaddr); in promoteConstantOffsetToImm()1912 if (Visited.find(&MINext) == Visited.end()) { in promoteConstantOffsetToImm()1914 Visited[&MINext] = MAddrNext; in promoteConstantOffsetToImm()1916 MAddrNext = Visited[&MINext]; in promoteConstantOffsetToImm()1924 InstsWCommonBase.push_back(std::make_pair(&MINext, MAddrNext.Offset)); in promoteConstantOffsetToImm()1935 AnchorInst = &MINext; in promoteConstantOffsetToImm()