Searched refs:PotentialMatches (Results 1 – 1 of 1) sorted by relevance
52 MapVector<MachineInstr *, SDWAOperandsVector> PotentialMatches; member in __anona3dad2400111::SIPeepholeSDWA1144 if (PotentialMatches.count(Operand->getParentInst()) == 0) in convertToSDWA()1231 PotentialMatches[PotentialMI].push_back(Operand.get()); in runOnMachineFunction()1235 for (auto &PotentialPair : PotentialMatches) { in runOnMachineFunction()1240 PotentialMatches.clear(); in runOnMachineFunction()