Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp57 bool instReadsReg(const MachineInstr *MI, unsigned Reg,
579 bool SIShrinkInstructions::instReadsReg(const MachineInstr *MI, unsigned Reg, in instReadsReg() function in SIShrinkInstructions
682 if (instReadsReg(&*I, X, Xsub) || instModifiesReg(&*I, Y, Ysub) || in matchSwap()
688 if (!instReadsReg(&*I, Y, Ysub)) { in matchSwap()