Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp83 bool canUseImmWithOpSel(FoldCandidate &Fold) const;
203 bool SIFoldOperands::canUseImmWithOpSel(FoldCandidate &Fold) const { in canUseImmWithOpSel() function in SIFoldOperands
360 if (Fold.isImm() && canUseImmWithOpSel(Fold)) { in updateOperand()
507 IsLegal = canUseImmWithOpSel(Fold); in tryAddToFoldList()