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

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
InstructionsTest.cpp 777 EXPECT_FALSE(ShuffleVectorInst::isReverseMask(Identity));
785 EXPECT_FALSE(ShuffleVectorInst::isReverseMask(Select));
793 EXPECT_TRUE(ShuffleVectorInst::isReverseMask(Reverse));
801 EXPECT_FALSE(ShuffleVectorInst::isReverseMask(SingleSource));
809 EXPECT_FALSE(ShuffleVectorInst::isReverseMask(ZeroEltSplat));
817 EXPECT_FALSE(ShuffleVectorInst::isReverseMask(Transpose));
829 EXPECT_TRUE(ShuffleVectorInst::isReverseMask(ConstantVector::get({C7, C6, CU, C4})));
830 EXPECT_TRUE(ShuffleVectorInst::isReverseMask(ConstantVector::get({C3, CU, C1, CU})));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 1815 milliseconds