Home
last modified time | relevance | path

Searched defs:MaskV (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExpr.cpp1392 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 DBPFISelDAGToDAG.cpp483 uint64_t MaskV = MaskN->getZExtValue(); in PreprocessTrunc() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp485 uint64_t MaskV = MaskN->getZExtValue(); in PreprocessTrunc() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp391 APInt MaskV(APInt::getLowBitsSet(SrcSize, DstSize)); in FoldShiftByConstant() local
H A DInstCombineCompares.cpp4254 APInt MaskV = in visitICmpInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp735 APInt MaskV(APInt::getLowBitsSet(SrcSize, DstSize)); in FoldShiftByConstant() local
H A DInstCombineCompares.cpp4285 APInt MaskV = in foldICmpEquality() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1206 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 DHexagonISelLoweringHVX.cpp719 SDValue MaskV = DAG.getNode(ISD::AND, dl, MVT::i32, in insertHvxElementReg() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DValueTracking.cpp248 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 DInstCombineCompares.cpp4728 APInt MaskV = in foldICmpEquality() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2342 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 DSelectionDAGBuilder.cpp3580 Constant *MaskV = cast<Constant>(I.getOperand(2)); in visitShuffleVector() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7761 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 DX86ISelLowering.cpp12011 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 DX86ISelLowering.cpp11668 SDValue MaskV = M < NumElts ? V1 : V2; in matchShuffleAsRotate() local