/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
H A D | convert_tensor_test.cc | 177 bool IsSplat(mlir::ElementsAttr attr) { in IsSplat() function
|
/aosp_15_r20/external/llvm/unittests/ADT/ |
H A D | APIntTest.cpp | 985 TEST(APIntTest, IsSplat) { in TEST() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 2224 bool IsSplat = true; in buildVector32() local 2286 bool IsSplat = true; in buildVector64() local
|
H A D | HexagonISelLoweringHVX.cpp | 376 bool IsSplat = true, IsUndef = true; in buildHvxVectorReg() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 2543 bool IsSplat = true; in buildVector32() local 2604 bool IsSplat = true; in buildVector64() local
|
H A D | HexagonISelLoweringHVX.cpp | 826 bool IsSplat = isSplat(Words, SplatV); in buildHvxVectorReg() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 8535 bool IsSplat = true; in haveEfficientBuildVectorPattern() local 12961 bool IsSplat = true; in combineElementTruncationToVectorTruncation() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 9036 bool IsSplat = true; in haveEfficientBuildVectorPattern() local 14170 bool IsSplat = true; in combineElementTruncationToVectorTruncation() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 5135 bool IsSplat = getIConstantSplatVal(*RHSDef, MRI).has_value(); in buildSDivUsingMul() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 5260 bool IsSplat = Vector->isConstantSplat(SplatValue, SplatUndef, in visitAND() local 18818 bool IsSplat = false; in combineShuffleOfScalars() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 6401 bool IsSplat = Vector->isConstantSplat(SplatValue, SplatUndef, in visitAND() local 23185 bool IsSplat = false; in combineShuffleOfScalars() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 3147 bool IsSplat = Vector->isConstantSplat(SplatValue, SplatUndef, in visitAND() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 9077 bool IsSplat = isSplat(VL) && (VL.size() > 2 || VL.front() == VL.back()); in createBuildVector() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 8781 bool IsSplat = true; in LowerBUILD_VECTORvXi1() local 45405 bool IsSplat = llvm::all_of(Ops, [&Op0](SDValue Op) { return Op == Op0; }); in combineConcatVectorOps() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 10037 bool IsSplat = true; in LowerBUILD_VECTORvXi1() local 55149 bool IsSplat = llvm::all_equal(Ops); in combineConcatVectorOps() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6048 bool IsSplat = true; in LowerBUILD_VECTORvXi1() local
|