OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SM_SentinelUndef
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86ShuffleDecode.cpp
296
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
...]
X86ShuffleDecode.h
28
enum {
SM_SentinelUndef
= -1, SM_SentinelZero = -2 };
X86InstComments.cpp
1448
if (ShuffleMask[i] ==
SM_SentinelUndef
)
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ShuffleDecodeConstantPool.cpp
134
ShuffleMask.push_back(
SM_SentinelUndef
);
174
ShuffleMask.push_back(
SM_SentinelUndef
);
210
ShuffleMask.push_back(
SM_SentinelUndef
);
262
ShuffleMask.push_back(
SM_SentinelUndef
);
X86ISelLowering.cpp
5554
return ((Val ==
SM_SentinelUndef
) || (Val == CmpVal));
5561
return (M ==
SM_SentinelUndef
) || (M == CmpVal);
5567
return ((Val ==
SM_SentinelUndef
) || (Val == SM_SentinelZero));
5574
[](int M) { return M ==
SM_SentinelUndef
; });
5609
return M == SM_SentinelZero || M ==
SM_SentinelUndef
;
5616
return (Val ==
SM_SentinelUndef
) || isInRange(Val, Low, Hi);
5687
if (M0 ==
SM_SentinelUndef
&& M1 ==
SM_SentinelUndef
) {
5688
WidenedMask[i / 2] =
SM_SentinelUndef
;
5694
if (M0 ==
SM_SentinelUndef
&& M1 >= 0 && (M1 % 2) == 1)
[
all
...]
X86MCInstLower.cpp
1861
if (ShuffleMask[i] ==
SM_SentinelUndef
)
Completed in 27 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026