Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp376 bool IsSplat = true, IsUndef = true; in buildHvxVectorReg() local
378 for (unsigned i = 0; i != NumWords && IsSplat; ++i) { in buildHvxVectorReg()
385 IsSplat = false; in buildHvxVectorReg()
389 if (IsSplat) { in buildHvxVectorReg()
DHexagonISelLowering.cpp2224 bool IsSplat = true; in buildVector32() local
2230 IsSplat = false; in buildVector32()
2233 if (IsSplat) { in buildVector32()
2286 bool IsSplat = true; in buildVector64() local
2292 IsSplat = false; in buildVector64()
2295 if (IsSplat) { in buildVector64()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8535 bool IsSplat = true; in haveEfficientBuildVectorPattern() local
8561 IsSplat = false; in haveEfficientBuildVectorPattern()
8563 return !(IsSplat && IsLoad); in haveEfficientBuildVectorPattern()
12961 bool IsSplat = true; in combineElementTruncationToVectorTruncation() local
12981 IsSplat = false; in combineElementTruncationToVectorTruncation()
12987 if (IsSplat) in combineElementTruncationToVectorTruncation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5260 bool IsSplat = Vector->isConstantSplat(SplatValue, SplatUndef, in visitAND() local
5262 if (IsSplat) { in visitAND()
18818 bool IsSplat = false; in combineShuffleOfScalars() local
18823 IsSplat = (Splat0 == BV1->getSplatValue()); in combineShuffleOfScalars()
18848 if (!IsSplat && !DuplicateOps.insert(Op).second) in combineShuffleOfScalars()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp8778 bool IsSplat = true; in LowerBUILD_VECTORvXi1() local
8794 IsSplat = false; in LowerBUILD_VECTORvXi1()
8798 if (IsSplat) { in LowerBUILD_VECTORvXi1()
45402 bool IsSplat = llvm::all_of(Ops, [&Op0](SDValue Op) { return Op == Op0; }); in combineConcatVectorOps() local
45415 if (!IsSplat && NumOps == 2 && VT.is256BitVector() && in combineConcatVectorOps()
45427 if (!IsSplat && NumOps == 2 && (VT == MVT::v8f32 || VT == MVT::v8i32) && in combineConcatVectorOps()