Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp209 bool canUseImmWithOpSel(const MachineInstr *MI, unsigned UseOpNo,
450 bool SIFoldOperandsImpl::canUseImmWithOpSel(const MachineInstr *MI, in canUseImmWithOpSel() function in SIFoldOperandsImpl
617 if (ImmVal && canUseImmWithOpSel(Fold.UseMI, Fold.UseOpNo, *ImmVal)) { in updateOperand()
777 IsLegal = canUseImmWithOpSel(MI, OpNo, *ImmVal); in tryAddToFoldList()