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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp134 ShuffleMask.push_back(SM_SentinelUndef);
174 ShuffleMask.push_back(SM_SentinelUndef);
210 ShuffleMask.push_back(SM_SentinelUndef);
262 ShuffleMask.push_back(SM_SentinelUndef);
314 ShuffleMask.push_back(SM_SentinelUndef);
340 ShuffleMask.push_back(SM_SentinelUndef);
H A DX86ISelLowering.cpp5414 return ((Val == SM_SentinelUndef) || (Val == CmpVal));
5419 return ((Val == SM_SentinelUndef) || (Val == SM_SentinelZero));
5426 [](int M) { return M == SM_SentinelUndef; });
5461 return M == SM_SentinelZero || M == SM_SentinelUndef;
5468 return (Val == SM_SentinelUndef) || isInRange(Val, Low, Hi);
5539 if (M0 == SM_SentinelUndef && M1 == SM_SentinelUndef) {
5540 WidenedMask[i / 2] = SM_SentinelUndef;
5546 if (M0 == SM_SentinelUndef && M1 >= 0 && (M1 % 2) == 1) {
5550 if (M1 == SM_SentinelUndef
[all...]
H A DX86MCInstLower.cpp1859 if (ShuffleMask[i] == SM_SentinelUndef)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp296 ShuffleMask.push_back(SM_SentinelUndef);
342 ShuffleMask.push_back(SM_SentinelUndef);
376 int Sentinel = IsAnyExtend ? SM_SentinelUndef : SM_SentinelZero;
417 ShuffleMask.append(NumElts, SM_SentinelUndef);
432 ShuffleMask.push_back(SM_SentinelUndef);
454 ShuffleMask.append(NumElts, SM_SentinelUndef);
472 ShuffleMask.push_back(SM_SentinelUndef);
487 ShuffleMask.push_back(SM_SentinelUndef);
509 ShuffleMask.push_back(SM_SentinelUndef);
548 ShuffleMask.push_back(SM_SentinelUndef);
[all...]
H A DX86ShuffleDecode.h28 enum { SM_SentinelUndef = -1, SM_SentinelZero = -2 }; enumerator in enum:llvm::__anon4404
H A DX86InstComments.cpp1448 if (ShuffleMask[i] == SM_SentinelUndef)

Completed in 201 milliseconds