Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp668 unsigned Ysub = MovY->getOperand(0).getSubReg(); in matchSwap() local
676 if (instReadsReg(&*I, X, Xsub) || instModifiesReg(&*I, Y, Ysub) || in matchSwap()
682 if (!instReadsReg(&*I, Y, Ysub)) { in matchSwap()
712 Y1 = getSubRegForIndex(Y, Ysub, I); in matchSwap()