Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp2167 SmallVector<Constant *, 16> MaskConst; in convertShuffleMaskForBitcode() local
2170 MaskConst.push_back(UndefValue::get(Int32Ty)); in convertShuffleMaskForBitcode()
2172 MaskConst.push_back(ConstantInt::get(Int32Ty, Elem)); in convertShuffleMaskForBitcode()
2174 return ConstantVector::get(MaskConst); in convertShuffleMaskForBitcode()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14405 SDValue MaskConst = DAG.getNode(ISD::BITCAST, DL, IntVT, SourceConst); in performVectorCompareAndMaskUnaryOpCombine() local
14407 N->getOperand(0)->getOperand(0), MaskConst); in performVectorCompareAndMaskUnaryOpCombine()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26385 if (auto *MaskConst = dyn_cast<ConstantSDNode>(Mask)) in getScalarMaskingNode() local
26386 if (MaskConst->getZExtValue() & 0x1) in getScalarMaskingNode()
52565 SDValue MaskConst = DAG.getBitcast(IntVT, SourceConst); in combineVectorCompareAndMaskUnaryOp() local
52567 MaskConst); in combineVectorCompareAndMaskUnaryOp()