Searched refs:IsSplat (Results 1 – 9 of 9) sorted by relevance
2546 bool IsSplat = true; in buildVector32() local2550 IsSplat = false; in buildVector32()2553 if (IsSplat) { in buildVector32()2607 bool IsSplat = true; in buildVector64() local2611 IsSplat = false; in buildVector64()2614 if (IsSplat) { in buildVector64()
826 bool IsSplat = isSplat(Words, SplatV); in buildHvxVectorReg() local827 if (IsSplat && isUndef(SplatV)) in buildHvxVectorReg()829 if (IsSplat) { in buildHvxVectorReg()
760 mutable bool IsSplat : 1;
3243 IsSplat = isSplatData(); in isSplat()3245 return IsSplat; in isSplat()
5135 bool IsSplat = getIConstantSplatVal(*RHSDef, MRI).has_value(); in buildSDivUsingMul() local5139 if (IsSplat && !Factors.empty()) { in buildSDivUsingMul()
9036 bool IsSplat = true; in haveEfficientBuildVectorPattern() local9062 IsSplat = false; in haveEfficientBuildVectorPattern()9064 return !(IsSplat && IsLoad); in haveEfficientBuildVectorPattern()14170 bool IsSplat = true; in combineElementTruncationToVectorTruncation() local14190 IsSplat = false; in combineElementTruncationToVectorTruncation()14196 if (IsSplat) in combineElementTruncationToVectorTruncation()
10039 bool IsSplat = true; in LowerBUILD_VECTORvXi1() local10055 IsSplat = false; in LowerBUILD_VECTORvXi1()10059 if (IsSplat) { in LowerBUILD_VECTORvXi1()55164 bool IsSplat = llvm::all_equal(Ops); in combineConcatVectorOps() local55167 if (IsSplat && in combineConcatVectorOps()55270 if (!IsSplat && llvm::all_of(Ops, [](SDValue Op) { in combineConcatVectorOps()55289 if (!IsSplat) in combineConcatVectorOps()55296 if (!IsSplat && VT.getScalarType() == MVT::f32 && in combineConcatVectorOps()55309 if (!IsSplat && NumOps == 2 && VT.is256BitVector() && in combineConcatVectorOps()55316 if (!IsSplat && NumOps == 2 && (VT == MVT::v8f32 || VT == MVT::v8i32) && in combineConcatVectorOps()[all …]
9077 bool IsSplat = isSplat(VL) && (VL.size() > 2 || VL.front() == VL.back()); in createBuildVector() local9096 if (IsSplat) { in createBuildVector()9105 if (!UndefPos.empty() && IsSplat) { in createBuildVector()
6401 bool IsSplat = Vector->isConstantSplat(SplatValue, SplatUndef, in visitAND() local6403 if (IsSplat) { in visitAND()23184 bool IsSplat = false; in combineShuffleOfScalars() local23189 IsSplat = (Splat0 == BV1->getSplatValue()); in combineShuffleOfScalars()23214 if (!IsSplat && !DuplicateOps.insert(Op).second) in combineShuffleOfScalars()