Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2096 SmallVector<Constant *, 16> MaskConst; in convertShuffleMaskForBitcode() local
2099 MaskConst.push_back(UndefValue::get(Int32Ty)); in convertShuffleMaskForBitcode()
2101 MaskConst.push_back(ConstantInt::get(Int32Ty, Elem)); in convertShuffleMaskForBitcode()
2103 return ConstantVector::get(MaskConst); in convertShuffleMaskForBitcode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12344 SDValue MaskConst = DAG.getNode(ISD::BITCAST, DL, IntVT, SourceConst); in performVectorCompareAndMaskUnaryOpCombine() local
12346 N->getOperand(0)->getOperand(0), MaskConst); in performVectorCompareAndMaskUnaryOpCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24945 if (auto *MaskConst = dyn_cast<ConstantSDNode>(Mask)) in getScalarMaskingNode() local
24946 if (MaskConst->getZExtValue() & 0x1) in getScalarMaskingNode()
48753 SDValue MaskConst = DAG.getBitcast(IntVT, SourceConst); in combineVectorCompareAndMaskUnaryOp() local
48755 MaskConst); in combineVectorCompareAndMaskUnaryOp()