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

  /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...]
  /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 140 static bool isSplat(ArrayRef<Value *> VL) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp 662 bool APInt::isSplat(unsigned SplatSizeInBits) const {
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 1383 milliseconds