Searched refs:IsSplat (Results 1 – 8 of 8) sorted by relevance
2462 bool IsSplat = true; in buildVector32() local2466 IsSplat = false; in buildVector32()2469 if (IsSplat) { in buildVector32()2523 bool IsSplat = true; in buildVector64() local2527 IsSplat = false; in buildVector64()2530 if (IsSplat) { in buildVector64()
652 bool IsSplat = isSplat(Words, SplatV); in buildHvxVectorReg() local653 if (IsSplat && isUndef(SplatV)) in buildHvxVectorReg()655 if (IsSplat) { in buildHvxVectorReg()
761 mutable bool IsSplat : 1;
3250 IsSplat = isSplatData(); in isSplat()3252 return IsSplat; in isSplat()
9026 bool IsSplat = true; in haveEfficientBuildVectorPattern() local9052 IsSplat = false; in haveEfficientBuildVectorPattern()9054 return !(IsSplat && IsLoad); in haveEfficientBuildVectorPattern()14028 bool IsSplat = true; in combineElementTruncationToVectorTruncation() local14048 IsSplat = false; in combineElementTruncationToVectorTruncation()14054 if (IsSplat) in combineElementTruncationToVectorTruncation()
1689 TEST(APIntTest, IsSplat) { in TEST() argument
9915 bool IsSplat = true; in LowerBUILD_VECTORvXi1() local9931 IsSplat = false; in LowerBUILD_VECTORvXi1()9935 if (IsSplat) { in LowerBUILD_VECTORvXi1()53830 if (IsSplat && in combineConcatVectorOps()53943 if (!IsSplat) in combineConcatVectorOps()53950 if (!IsSplat && VT.getScalarType() == MVT::f32 && in combineConcatVectorOps()53963 if (!IsSplat && NumOps == 2 && VT.is256BitVector() && in combineConcatVectorOps()53977 if (!IsSplat && NumOps == 2 && VT == MVT::v4f64) { in combineConcatVectorOps()54075 if (!IsSplat && VT.is512BitVector()) { in combineConcatVectorOps()54090 if (!IsSplat && VT.is256BitVector() && in combineConcatVectorOps()[all …]
6276 bool IsSplat = Vector->isConstantSplat(SplatValue, SplatUndef, in visitAND() local6278 if (IsSplat) { in visitAND()22028 bool IsSplat = false; in combineShuffleOfScalars() local22033 IsSplat = (Splat0 == BV1->getSplatValue()); in combineShuffleOfScalars()22058 if (!IsSplat && !DuplicateOps.insert(Op).second) in combineShuffleOfScalars()