Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp694 unsigned Ysub = MovY->getOperand(0).getSubReg(); in matchSwap() local
702 if (instReadsReg(&*I, X, Xsub) || instModifiesReg(&*I, Y, Ysub) || in matchSwap()
708 if (!instReadsReg(&*I, Y, Ysub)) { in matchSwap()
738 Y1 = getSubRegForIndex(Y, Ysub, I); in matchSwap()