Searched refs:MINext (Results 1 – 1 of 1) sorted by relevance
1343 MachineInstr &MINext = *MBBI; in promoteConstantOffsetToImm() local1346 if (MINext.getOpcode() != MI.getOpcode() || in promoteConstantOffsetToImm()1347 TII->getNamedOperand(MINext, AMDGPU::OpName::offset)->getImm()) in promoteConstantOffsetToImm()1351 *TII->getNamedOperand(MINext, AMDGPU::OpName::vaddr); in promoteConstantOffsetToImm()1353 if (Visited.find(&MINext) == Visited.end()) { in promoteConstantOffsetToImm()1355 Visited[&MINext] = MAddrNext; in promoteConstantOffsetToImm()1357 MAddrNext = Visited[&MINext]; in promoteConstantOffsetToImm()1365 InstsWCommonBase.push_back(std::make_pair(&MINext, MAddrNext.Offset)); in promoteConstantOffsetToImm()1376 AnchorInst = &MINext; in promoteConstantOffsetToImm()