Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp53 MapVector<MachineInstr *, SDWAOperandsVector> PotentialMatches; member in __anon5fa22ca70111::SIPeepholeSDWA
1134 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()