Home
last modified time | relevance | path

Searched defs:MaskBits (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp80 APInt MaskBits(CstSizeInBits, 0); in extractConstantMask() local
DX86ISelLowering.cpp6548 APInt MaskBits(SizeInBits, 0); in getTargetConstantBitsFromNode() local
22256 auto MaskBits = [&](SDValue Src) { in LowerVectorAllZero() local
49338 unsigned MaskBits = BitWidth - ShAmt.getZExtValue(); in combineCMP() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64PostLegalizerLowering.cpp119 unsigned MaskBits = APInt(32, NumElts * 2).logBase2(); in getExtMask() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp1620 Value *MaskBits = in VisitShuffleVectorExpr() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExpr.h2343 enum { MaskBits = 2, Mask = 0x03 }; enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8860 unsigned MaskBits = APInt(32, NumElts * 2).logBase2(); in isEXTMask() local
15606 unsigned MaskBits = 0; in performCONDCombine() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5183 unsigned MaskBits = AndMask.countTrailingOnes(); in visitANDLike() local