Home
last modified time | relevance | path

Searched refs:MaskConst (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp2274 SmallVector<Constant *, 16> MaskConst; in convertShuffleMaskForBitcode() local
2277 MaskConst.push_back(UndefValue::get(Int32Ty)); in convertShuffleMaskForBitcode()
2279 MaskConst.push_back(ConstantInt::get(Int32Ty, Elem)); in convertShuffleMaskForBitcode()
2281 return ConstantVector::get(MaskConst); in convertShuffleMaskForBitcode()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14093 SmallVector<Constant *, 16> MaskConst; in createTblForTrunc() local
14096 MaskConst.push_back(Builder.getInt8( in createTblForTrunc()
14100 MaskConst.push_back(Builder.getInt8(255)); in createTblForTrunc()
14126 Parts.push_back(ConstantVector::get(MaskConst)); in createTblForTrunc()
14155 Parts.push_back(ConstantVector::get(MaskConst)); in createTblForTrunc()
15763 SDValue MaskConst = DAG.getNode(ISD::BITCAST, DL, IntVT, SourceConst); in performVectorCompareAndMaskUnaryOpCombine() local
15765 N->getOperand(0)->getOperand(0), MaskConst); in performVectorCompareAndMaskUnaryOpCombine()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26837 if (auto *MaskConst = dyn_cast<ConstantSDNode>(Mask)) in getScalarMaskingNode() local
26838 if (MaskConst->getZExtValue() & 0x1) in getScalarMaskingNode()
53902 SDValue MaskConst = DAG.getBitcast(IntVT, SourceConst); in combineVectorCompareAndMaskUnaryOp() local
53904 MaskConst); in combineVectorCompareAndMaskUnaryOp()