Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp80 APInt MaskBits(CstSizeInBits, 0); in extractConstantMask() local
H A DX86ISelLowering.cpp6551 APInt MaskBits(SizeInBits, 0); in getTargetConstantBitsFromNode() local
22115 auto MaskBits = [&](SDValue Src) { in LowerVectorAllZero() local
49014 unsigned MaskBits = BitWidth - ShAmt.getZExtValue(); in combineCMP() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp119 unsigned MaskBits = APInt(32, NumElts * 2).logBase2(); in getExtMask() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp1599 Value *MaskBits = in VisitShuffleVectorExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2288 enum { MaskBits = 2, Mask = 0x03 }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8524 unsigned MaskBits = APInt(32, NumElts * 2).logBase2(); in isEXTMask() local
15150 unsigned MaskBits = 0; in performCONDCombine() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5153 unsigned MaskBits = AndMask.countTrailingOnes(); in visitANDLike() local