Searched refs:MINext (Results 1 – 1 of 1) sorted by relevance
2053 MachineInstr &MINext = *MBBI; in promoteConstantOffsetToImm() local2056 if (MINext.getOpcode() != MI.getOpcode() || in promoteConstantOffsetToImm()2057 TII->getNamedOperand(MINext, AMDGPU::OpName::offset)->getImm()) in promoteConstantOffsetToImm()2061 *TII->getNamedOperand(MINext, AMDGPU::OpName::vaddr); in promoteConstantOffsetToImm()2063 if (Visited.find(&MINext) == Visited.end()) { in promoteConstantOffsetToImm()2065 Visited[&MINext] = MAddrNext; in promoteConstantOffsetToImm()2067 MAddrNext = Visited[&MINext]; in promoteConstantOffsetToImm()2075 InstsWCommonBase.push_back(std::make_pair(&MINext, MAddrNext.Offset)); in promoteConstantOffsetToImm()2086 AnchorInst = &MINext; in promoteConstantOffsetToImm()