Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp80 APInt MaskBits(CstSizeInBits, 0); in extractConstantMask() local
H A DX86ISelLowering.cpp7314 APInt MaskBits(SizeInBits, 0); in getTargetConstantBitsFromNode() local
23922 auto MaskBits = [&](SDValue Src) { in LowerVectorAllZero() local
54410 unsigned MaskBits = BitWidth - ShAmt.getZExtValue(); in combineCMP() local
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp123 unsigned MaskBits = APInt(32, NumElts * 2).logBase2(); in getExtMask() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp659 unsigned MaskBits; in replaceFloatIVWithIntegerIV() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp1656 Value *MaskBits = in VisitShuffleVectorExpr() local
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h2367 enum { MaskBits = 2, Mask = 0x03 }; enumerator
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10754 unsigned MaskBits = APInt(32, NumElts * 2).logBase2(); in isEXTMask() local
19944 unsigned MaskBits = 0; in performCONDCombine() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5694 unsigned MaskBits = AndMask.countTrailingOnes(); in visitANDLike() local