Searched refs:instReadsReg (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIShrinkInstructions.cpp | 57 bool instReadsReg(const MachineInstr *MI, unsigned Reg, 573 bool SIShrinkInstructions::instReadsReg(const MachineInstr *MI, unsigned Reg, in instReadsReg() function in SIShrinkInstructions 676 if (instReadsReg(&*I, X, Xsub) || instModifiesReg(&*I, Y, Ysub) || in matchSwap() 682 if (!instReadsReg(&*I, Y, Ysub)) { in matchSwap()
|