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

  /external/llvm/unittests/ADT/
APIntTest.cpp 957 TEST(APIntTest, IsSplat) {
959 EXPECT_FALSE(A.isSplat(1));
960 EXPECT_FALSE(A.isSplat(2));
961 EXPECT_FALSE(A.isSplat(4));
962 EXPECT_TRUE(A.isSplat(8));
963 EXPECT_TRUE(A.isSplat(16));
964 EXPECT_TRUE(A.isSplat(32));
967 EXPECT_FALSE(B.isSplat(1));
968 EXPECT_TRUE(B.isSplat(2));
969 EXPECT_TRUE(B.isSplat(4))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
  /external/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/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 144 static bool isSplat(ArrayRef<Value *> VL) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp 675 bool APInt::isSplat(unsigned SplatSizeInBits) const {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 591 milliseconds