Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7278 static SDValue lowerBuildVectorAsBroadcast(BuildVectorSDNode *BVOp, in lowerBuildVectorAsBroadcast() argument
7288 MVT VT = BVOp->getSimpleValueType(0); in lowerBuildVectorAsBroadcast()
7298 if (BVOp->getRepeatedSequence(Sequence, &UndefElements)) { in lowerBuildVectorAsBroadcast()
7347 if (BVOp->isConstantSplat(SplatValue, Undef, SplatBitSize, HasUndef) && in lowerBuildVectorAsBroadcast()
7352 if (isFoldableUseOfShuffle(BVOp)) in lowerBuildVectorAsBroadcast()
7413 if (!ConstSplatVal && !IsLoad && !BVOp->isOnlyUserOf(Ld.getNode())) in lowerBuildVectorAsBroadcast()