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.cpp83 bool canUseImmWithOpSel(FoldCandidate &Fold) const;
203 bool SIFoldOperands::canUseImmWithOpSel(FoldCandidate &Fold) const { in canUseImmWithOpSel() function in SIFoldOperands
362 if (Fold.isImm() && canUseImmWithOpSel(Fold)) { in updateOperand()
509 IsLegal = canUseImmWithOpSel(Fold); in tryAddToFoldList()