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