Searched refs:PotentialMatches (Results 1 – 1 of 1) sorted by relevance
53 MapVector<MachineInstr *, SDWAOperandsVector> PotentialMatches; member in __anon5fa22ca70111::SIPeepholeSDWA1134 if (PotentialMatches.count(Operand->getParentInst()) == 0) in convertToSDWA()1221 PotentialMatches[PotentialMI].push_back(Operand.get()); in runOnMachineFunction()1225 for (auto &PotentialPair : PotentialMatches) { in runOnMachineFunction()1230 PotentialMatches.clear(); in runOnMachineFunction()