Searched refs:instReadsReg (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIShrinkInstructions.cpp | 54 bool instReadsReg(const MachineInstr *MI, unsigned Reg, 530 bool SIShrinkInstructions::instReadsReg(const MachineInstr *MI, unsigned Reg, in instReadsReg() function in SIShrinkInstructions 636 if (instReadsReg(&*I, X, Xsub) || instModifiesReg(&*I, Y, Ysub) || in matchSwap() 642 if (!instReadsReg(&*I, Y, Ysub)) { in matchSwap()
|