Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp297 ShuffleMask.push_back(SM_SentinelUndef); in DecodePSHUFBMask()
343 ShuffleMask.push_back(SM_SentinelUndef); in DecodeVPPERMMask()
377 int Sentinel = IsAnyExtend ? SM_SentinelUndef : SM_SentinelZero; in DecodeZeroExtendMask()
418 ShuffleMask.append(NumElts, SM_SentinelUndef); in DecodeEXTRQIMask()
433 ShuffleMask.push_back(SM_SentinelUndef); in DecodeEXTRQIMask()
455 ShuffleMask.append(NumElts, SM_SentinelUndef); in DecodeINSERTQIMask()
473 ShuffleMask.push_back(SM_SentinelUndef); in DecodeINSERTQIMask()
488 ShuffleMask.push_back(SM_SentinelUndef); in DecodeVPERMILPMask()
510 ShuffleMask.push_back(SM_SentinelUndef); in DecodeVPERMIL2PMask()
549 ShuffleMask.push_back(SM_SentinelUndef); in DecodeVPERMVMask()
[all …]
H A DX86ShuffleDecode.h28 enum { SM_SentinelUndef = -1, SM_SentinelZero = -2 }; enumerator
H A DX86InstComments.cpp1448 if (ShuffleMask[i] == SM_SentinelUndef) in EmitAnyX86InstComments()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp134 ShuffleMask.push_back(SM_SentinelUndef); in DecodePSHUFBMask()
174 ShuffleMask.push_back(SM_SentinelUndef); in DecodeVPERMILPMask()
210 ShuffleMask.push_back(SM_SentinelUndef); in DecodeVPERMIL2PMask()
262 ShuffleMask.push_back(SM_SentinelUndef); in DecodeVPPERMMask()
H A DX86ISelLowering.cpp6156 if (M0 == SM_SentinelUndef && M1 == SM_SentinelUndef) { in canWidenShuffleElements()
8062 if (SM_SentinelUndef == M) in getTargetShuffleAndZeroables()
8134 Mask[i] = SM_SentinelUndef; in resolveTargetShuffleFromZeroables()
8149 if (SM_SentinelUndef == M) in resolveZeroablesFromTargetShuffle()
8614 M = SM_SentinelUndef; in resolveTargetShuffleInputsAndMask()
8748 if (Elt == SM_SentinelUndef) in getShuffleScalarElt()
12185 (M == SM_SentinelUndef)) in matchShuffleWithUNPCK()
12760 if (M == SM_SentinelUndef) in matchShuffleAsBlend()
13762 if (M == SM_SentinelUndef) in matchShuffleAsEXTRQ()
37623 if (M == SM_SentinelUndef) in matchBinaryShuffle()
[all …]
H A DX86MCInstLower.cpp1907 if (ShuffleMask[i] == SM_SentinelUndef) in getShuffleComment()