OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaskBits
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ShuffleDecodeConstantPool.cpp
80
APInt
MaskBits
(CstSizeInBits, 0);
93
MaskBits
.insertBits(cast<ConstantInt>(COp)->getValue(), BitOffset);
109
APInt EltBits =
MaskBits
.extractBits(MaskEltSizeInBits, BitOffset);
X86ISelLowering.cpp
6551
APInt
MaskBits
(SizeInBits, 0);
6557
MaskBits
.insertBits(SrcEltBits[i], BitOffset);
6581
EltBits[i] =
MaskBits
.extractBits(EltSizeInBits, BitOffset);
22115
auto
MaskBits
= [&](SDValue Src) {
22129
DAG.getBitcast(IntVT,
MaskBits
(V)),
22148
V = DAG.getBitcast(TestVT,
MaskBits
(V));
22157
V = DAG.getBitcast(MVT::v16i8,
MaskBits
(V));
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64PostLegalizerLowering.cpp
119
unsigned
MaskBits
= APInt(32, NumElts * 2).logBase2();
120
APInt ExpectedElt = APInt(
MaskBits
, *FirstRealElt + 1);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
8524
unsigned
MaskBits
= APInt(32, NumElts * 2).logBase2();
8525
APInt ExpectedElt = APInt(
MaskBits
, *FirstRealElt + 1);
15150
unsigned
MaskBits
= 0;
15158
MaskBits
= 8;
15160
MaskBits
= 16;
15163
if (!
MaskBits
)
15186
if (!checkValueWidth(SubsInputValue,
MaskBits
, ExtType) ||
15187
!checkValueWidth(AddInputValue2,
MaskBits
, ExtType) ||
15188
!checkValueWidth(AddInputValue1,
MaskBits
, ExtType) )
15191
if(!isEquivalentMaskless(CC,
MaskBits
, ExtType
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp
1599
Value *
MaskBits
=
1601
Mask = Builder.CreateAnd(Mask,
MaskBits
, "mask");
1604
// mask = mask &
maskbits
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
2288
enum {
MaskBits
= 2, Mask = 0x03 };
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
5153
unsigned
MaskBits
= AndMask.countTrailingOnes();
5159
(ShiftBits +
MaskBits
<= Size / 2) &&
5171
assert(
MaskBits
<= Size);
Completed in 107 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026