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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp80 APInt MaskBits(CstSizeInBits, 0);
93 MaskBits.insertBits(cast<ConstantInt>(COp)->getValue(), BitOffset);
109 APInt EltBits = MaskBits.extractBits(MaskEltSizeInBits, BitOffset);
H A DX86ISelLowering.cpp6385 APInt MaskBits(SizeInBits, 0);
6391 MaskBits.insertBits(SrcEltBits[i], BitOffset);
6415 EltBits[i] = MaskBits.extractBits(EltSizeInBits, BitOffset);
21451 auto MaskBits = [&](SDValue Src) {
21465 DAG.getBitcast(IntVT, MaskBits(V)),
21484 V = DAG.getBitcast(TestVT, MaskBits(V));
21493 V = DAG.getBitcast(MVT::v16i8, MaskBits(V));
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp124 unsigned MaskBits = APInt(32, NumElts * 2).logBase2(); local
125 APInt ExpectedElt = APInt(MaskBits, *FirstRealElt + 1);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7221 unsigned MaskBits = APInt(32, NumElts * 2).logBase2(); local
7222 APInt ExpectedElt = APInt(MaskBits, *FirstRealElt + 1);
13071 unsigned MaskBits = 0; local
13079 MaskBits = 8;
13081 MaskBits = 16;
13084 if (!MaskBits)
13107 if (!checkValueWidth(SubsInputValue, MaskBits, ExtType) ||
13108 !checkValueWidth(AddInputValue2, MaskBits, ExtType) ||
13109 !checkValueWidth(AddInputValue1, MaskBits, ExtType) )
13112 if(!isEquivalentMaskless(CC, MaskBits, ExtTyp
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1641 Value *MaskBits = local
1643 Mask = Builder.CreateAnd(Mask, MaskBits, "mask");
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2324 enum { MaskBits = 2, Mask = 0x03 }; enumerator in enum:clang::final::OffsetOfNode::__anon1320
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4826 unsigned MaskBits = AndMask.countTrailingOnes(); local
4832 (ShiftBits + MaskBits <= Size / 2) &&
4844 assert(MaskBits <= Size);

Completed in 374 milliseconds