/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 1392 llvm::Value *MaskV = llvm::ConstantVector::get(Mask); in EmitStoreOfScalar() local 1539 llvm::Value *MaskV = llvm::ConstantVector::get(Mask); in EmitLoadOfExtVectorElementLValue() local 1770 llvm::Value *MaskV = llvm::ConstantVector::get(Mask); in EmitStoreThroughExtVectorComponentLValue() local 1802 llvm::Value *MaskV = llvm::ConstantVector::get(Mask); in EmitStoreThroughExtVectorComponentLValue() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 483 uint64_t MaskV = MaskN->getZExtValue(); in PreprocessTrunc() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
H A D | BPFISelDAGToDAG.cpp | 485 uint64_t MaskV = MaskN->getZExtValue(); in PreprocessTrunc() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 391 APInt MaskV(APInt::getLowBitsSet(SrcSize, DstSize)); in FoldShiftByConstant() local
|
H A D | InstCombineCompares.cpp | 4254 APInt MaskV = in visitICmpInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 735 APInt MaskV(APInt::getLowBitsSet(SrcSize, DstSize)); in FoldShiftByConstant() local
|
H A D | InstCombineCompares.cpp | 4285 APInt MaskV = in foldICmpEquality() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 1206 SDValue MaskV = DAG.getNode(ISD::AND, dl, MVT::i32, in insertHvxElementReg() local 2218 SDValue MaskV = DAG.getNode(HexagonISD::Q2V, dl, ByteTy, Mask); in LowerHvxMaskedOp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 719 SDValue MaskV = DAG.getNode(ISD::AND, dl, MVT::i32, in insertHvxElementReg() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 248 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1); in computeKnownBitsAddSub() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 4728 APInt MaskV = in foldICmpEquality() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 2342 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1); in computeKnownBits() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3580 Constant *MaskV = cast<Constant>(I.getOperand(2)); in visitShuffleVector() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 7761 SDValue MaskV = Mask[l + i] < NumElts ? V1 : V2; in lowerVectorShuffleAsByteRotate() local 20977 SDValue MaskV = DAG.getConstant(Mask, DL, VT); in LowerVectorCTPOPBitmath() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 12011 SDValue MaskV = MaskIdx < Size ? V1 : V2; in isShuffleEquivalent() local 12075 SDValue MaskV = MaskIdx < Size ? V1 : V2; in isTargetShuffleEquivalent() local 13722 SDValue MaskV = M < NumElts ? V1 : V2; in matchShuffleAsElementRotate() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 11668 SDValue MaskV = M < NumElts ? V1 : V2; in matchShuffleAsRotate() local
|