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