/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 115 static bool isSplat(Value *V) { in isSplat() function 800 if (isSplat(TA)) { in sinkTranspose() 829 (isSplat(TAMA) || isSplat(TAMB))) { in sinkTranspose()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupVectorConstants.cpp | 157 if (Bits->isSplat(SplatBitWidth)) in getSplatableConstant()
|
H A D | X86ISelLowering.cpp | 49035 if (!SVN || !SVN->hasOneUse() || !SVN->isSplat() || in combineAndShuffleNot()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 3100 bool isSplat = true; in visitShuffleVectorInst() local 3156 isSplat = false; in visitShuffleVectorInst() 3165 if (isSplat || newMask == LHSMask || newMask == RHSMask || newMask == Mask) { in visitShuffleVectorInst()
|
H A D | InstCombineCompares.cpp | 3396 if (C->isSplat(EltTy->getBitWidth())) { in foldICmpBitCast()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 337 static bool isSplat(ArrayRef<Value *> VL) { in isSplat() function 4096 if (isSplat(Entry->Scalars)) in getNodeLabel() 4936 if (isSplat(TE.Scalars)) in getReorderingData() 5130 if (isSplat(TE.Scalars) && !allConstant(TE.Scalars) && in getReorderingData() 5161 if (isSplat(TE.Scalars)) in getReorderingData() 6251 (!isSplat(Op) && allSameBlock(Op) && allSameType(Op) && in areAltOperandsProfitable() 6893 if (!AreAllSameInsts || allConstant(VL) || isSplat(VL) || in buildTree_rec() 8275 !isSplat(Gathers)) { in getBuildVectorCost() 8421 } else if (!Root && isSplat(VL)) { in getBuildVectorCost() 10007 (allConstant(TE->Scalars) || isSplat(T in isFullyVectorizableTinyTree() [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 820 bool isSplat() const;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 1617 bool isSplat() const { return isSplatMask(Mask, getValueType(0)); } 1620 assert(isSplat() && "Cannot get splat index for non-splat!");
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 464 bool isSplat(unsigned SplatSizeInBits) const;
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 3184 bool ConstantDataVector::isSplat() const { in isSplat() function in ConstantDataVector 3194 return isSplat() ? getElementAsConstant(0) : nullptr; in getSplatValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 807 auto isSplat = [] (ArrayRef<SDValue> Values, SDValue &SplatV) { in buildHvxVectorReg() local 827 bool IsSplat = isSplat(Words, SplatV); in buildHvxVectorReg()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 599 bool APInt::isSplat(unsigned SplatSizeInBits) const { in isSplat() function in APInt
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 3324 if (!Value.isSplat(8)) in isRepeatedByteSequence()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 25457 if (!Shuf->isSplat()) { in combineShuffleOfSplatVal() 25501 if (!Splat || !Splat->isSplat()) in combineShuffleOfSplatVal() 25801 if (SVN->isSplat() && SVN->getSplatIndex() < (int)NumElts) { in visitVECTOR_SHUFFLE() 26144 if (OtherSVN->isSplat()) in visitVECTOR_SHUFFLE() 26275 cast<ShuffleVectorSDNode>(N0)->isSplat() && in visitVECTOR_SHUFFLE() 26276 !cast<ShuffleVectorSDNode>(N1)->isSplat()) { in visitVECTOR_SHUFFLE()
|
H A D | LegalizeVectorTypes.cpp | 2794 !Shuffle->isSplat()) { in SplitVecRes_VECTOR_SHUFFLE()
|
H A D | SelectionDAG.cpp | 2983 if (!SVN->isSplat()) in getSplatSourceVector()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 5869 if (VSN->isSplat()) { in lowerVECTOR_SHUFFLE() 6042 if (VSN->isSplat()) { in lowerShift()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 5110 if (SVN->isSplat()) { in lowerVECTOR_SHUFFLE() 14299 bool isSplat() const { in isSplat() 14854 if (RHS.SupportsZExt && (!RHS.isSplat() || AllowSplatInVW_W)) in canFoldToVW_W() 14858 if (RHS.SupportsSExt && (!RHS.isSplat() || AllowSplatInVW_W)) in canFoldToVW_W() 14296 bool isSplat() const { isSplat() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 6007 if (!CI->getValue().isSplat(8)) in isBytewiseValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 13163 if (SVN->isSplat()) { in LowerVECTOR_SHUFFLE() 28199 if (SVN->isSplat()) { in LowerFixedLengthVECTOR_SHUFFLEToSVE()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 2616 if (!APInt(ValSizeInBytes * 8, Value).isSplat(ByteSize * 8)) in get_VSPLTI_elt()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 8834 if (SVN->isSplat()) { in LowerVECTOR_SHUFFLE()
|