Home
last modified time | relevance | path

Searched refs:PotentialMatches (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp52 MapVector<MachineInstr *, SDWAOperandsVector> PotentialMatches; member in __anona3dad2400111::SIPeepholeSDWA
1144 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()