Searched refs:HasDstSel (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp993 bool IsPacked, bool HasDstSel) {
1001 if (HasDstSel && (Ops[0] & SISrcMods::DST_OP_SEL) != 0)
1025 const bool HasDstSel = local
1033 if (allOpsDefaultValue(Ops, NumOps, Mod, IsPacked, HasDstSel))
1044 if (HasDstSel) {
992 allOpsDefaultValue(const int* Ops, int NumOps, int Mod, bool IsPacked, bool HasDstSel) argument

Completed in 75 milliseconds