HomeSort by relevance Sort by last modified time
    Searched refs:isSplat (Results 1 - 25 of 37) sorted by null

1 2

  /external/llvm/unittests/ADT/
APIntTest.cpp 985 TEST(APIntTest, IsSplat) {
987 EXPECT_FALSE(A.isSplat(1));
988 EXPECT_FALSE(A.isSplat(2));
989 EXPECT_FALSE(A.isSplat(4));
990 EXPECT_TRUE(A.isSplat(8));
991 EXPECT_TRUE(A.isSplat(16));
992 EXPECT_TRUE(A.isSplat(32));
995 EXPECT_FALSE(B.isSplat(1));
996 EXPECT_TRUE(B.isSplat(2));
997 EXPECT_TRUE(B.isSplat(4))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 537 bool isSplat = true;
548 isSplat = false;
556 if (isSplat || NewMask == LHSMask || NewMask == Mask) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 412 /// e.g. 0x01010101 satisfies isSplat(8).
415 bool isSplat(unsigned SplatSizeInBits) const;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APInt.h 416 /// e.g. 0x01010101 satisfies isSplat(8).
419 bool isSplat(unsigned SplatSizeInBits) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 418 /// e.g. 0x01010101 satisfies isSplat(8).
421 bool isSplat(unsigned SplatSizeInBits) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 418 /// e.g. 0x01010101 satisfies isSplat(8).
421 bool isSplat(unsigned SplatSizeInBits) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 418 /// e.g. 0x01010101 satisfies isSplat(8).
421 bool isSplat(unsigned SplatSizeInBits) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 418 /// e.g. 0x01010101 satisfies isSplat(8).
421 bool isSplat(unsigned SplatSizeInBits) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 418 /// e.g. 0x01010101 satisfies isSplat(8).
421 bool isSplat(unsigned SplatSizeInBits) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 418 /// e.g. 0x01010101 satisfies isSplat(8).
421 bool isSplat(unsigned SplatSizeInBits) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 418 /// e.g. 0x01010101 satisfies isSplat(8).
421 bool isSplat(unsigned SplatSizeInBits) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 418 /// e.g. 0x01010101 satisfies isSplat(8).
421 bool isSplat(unsigned SplatSizeInBits) const;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 140 static bool isSplat(ArrayRef<Value *> VL) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 1256 milliseconds

1 2