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

1 2 3

  /external/llvm/include/llvm/IR/
UseListOrder.h 31 std::vector<unsigned> Shuffle;
34 : V(V), F(F), Shuffle(ShuffleSize) {}
38 : V(X.V), F(X.F), Shuffle(std::move(X.Shuffle)) {}
42 Shuffle = std::move(X.Shuffle);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
UseListOrder.h 30 std::vector<unsigned> Shuffle;
33 : V(V), F(F), Shuffle(ShuffleSize) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
UseListOrder.h 30 std::vector<unsigned> Shuffle;
33 : V(V), F(F), Shuffle(ShuffleSize) {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
UseListOrder.h 30 std::vector<unsigned> Shuffle;
33 : V(V), F(F), Shuffle(ShuffleSize) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
UseListOrder.h 30 std::vector<unsigned> Shuffle;
33 : V(V), F(F), Shuffle(ShuffleSize) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
UseListOrder.h 30 std::vector<unsigned> Shuffle;
33 : V(V), F(F), Shuffle(ShuffleSize) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
UseListOrder.h 30 std::vector<unsigned> Shuffle;
33 : V(V), F(F), Shuffle(ShuffleSize) {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
UseListOrder.h 30 std::vector<unsigned> Shuffle;
33 : V(V), F(F), Shuffle(ShuffleSize) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
UseListOrder.h 30 std::vector<unsigned> Shuffle;
33 : V(V), F(F), Shuffle(ShuffleSize) {}
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorShuffling.h 23 template<typename Shuffle, typename XprType>
24 struct traits<TensorShufflingOp<Shuffle, XprType> > : public traits<XprType>
36 template<typename Shuffle, typename XprType>
37 struct eval<TensorShufflingOp<Shuffle, XprType>, Eigen::Dense>
39 typedef const TensorShufflingOp<Shuffle, XprType>& type;
42 template<typename Shuffle, typename XprType>
43 struct nested<TensorShufflingOp<Shuffle, XprType>, 1, typename eval<TensorShufflingOp<Shuffle, XprType> >::type>
45 typedef TensorShufflingOp<Shuffle, XprType> type;
52 template<typename Shuffle, typename XprType
123 const Shuffle& shuffle = op.shufflePermutation(); local
    [all...]
TensorBase.h 779 shuffle(const Shuffle& shuffle) const { function in class:Eigen::TensorBase
975 shuffle(const Shuffle& shuffle) const { function in class:Eigen::TensorBase
980 shuffle(const Shuffle& shuffle) { function in class:Eigen::TensorBase
    [all...]
TensorForwardDeclarations.h 54 template<typename Shuffle, typename XprType> class TensorShufflingOp;
  /platform_testing/libraries/longevity/tests/src/android/platform/longevity/scheduler/
ShuffleTest.java 39 * Unit test the logic for {@link Shuffle}
46 private Shuffle mShuffle = new Shuffle();
56 args.putString(Shuffle.SHUFFLE_OPTION_NAME, "true");
57 args.putString(Shuffle.SEED_OPTION_NAME, String.valueOf(SEED_VALUE));
63 // Shuffle locally against the same seed and compare results.
64 Collections.shuffle(input, new Random(SEED_VALUE));
  /platform_testing/libraries/longevity/src/android/platform/longevity/scheduler/
Shuffle.java 29 public class Shuffle implements Scheduler {
30 static final String SHUFFLE_OPTION_NAME = "shuffle";
36 boolean shuffle = Boolean.parseBoolean(
41 if (shuffle) {
42 Collections.shuffle(input, new Random(seed));
  /external/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 26 // %v0 = shuffle <8 x i32> %wide.vec, <8 x i32> undef, <0, 2, 4, 6>
27 // %v1 = shuffle <8 x i32> %wide.vec, <8 x i32> undef, <1, 3, 5, 7>
33 // %i.vec = shuffle <8 x i32> %v0, <8 x i32> %v1,
226 // Check if the first shufflevector is DE-interleave shuffle.
230 // Holds the corresponding index for each DE-interleave shuffle.
289 for (auto *Shuffle : Shuffles) {
293 if (!DT->dominates(Shuffle, Extract))
296 // Inspect the indices of the shufflevector instruction. If the shuffle
300 Shuffle->getShuffleMask(Indices);
303 assert(Extract->getOperand(0) == Shuffle->getOperand(0) &
    [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 140 // We don't need a shuffle if we just want to have element 0 in position 0 of
186 // Shuffle inputs must match.
222 // Shuffle mask for pairwise operation must match.
261 // We look for a sequence of shuffle,shuffle,add triples like the following
326 // fadd, shuffle vector pair at a time.
349 ShuffleVectorInst *Shuffle;
350 std::tie(NextRdxOp, Shuffle) = getShuffleAndOtherOprd(BinOp);
352 // Check the current reduction operation and the shuffle use the same value.
353 if (Shuffle == nullptr
    [all...]
  /platform_testing/libraries/longevity/src/android/platform/longevity/
LongevitySuite.java 8 import android.platform.longevity.scheduler.Shuffle;
72 new Iterate().andThen(new Shuffle());
  /external/skia/bench/
TopoSortBench.cpp 53 sk_tool_utils::TopoTestNode::Shuffle(&fGraph, &fRand);
  /external/skia/tests/
TopoSortTest.cpp 127 sk_tool_utils::TopoTestNode::Shuffle(&graph, &rand);
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
OpenCL.std.h 236 Shuffle = 182,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 236 Shuffle = 182,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 236 Shuffle = 182,
  /external/v8/src/wasm/
wasm-opcodes.cc 211 CASE_S32x4_OP(Shuffle, "shuffle")
214 CASE_S16x8_OP(Shuffle, "shuffle")
217 CASE_S8x16_OP(Shuffle, "shuffle")
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c 38 * function name: Shuffle
39 * description: Shuffle points prepared function for fft
42 static void Shuffle(int *buf, int num, const unsigned char* bitTab)
361 Shuffle(buf, 512, bitrevTab + 17);
379 Shuffle(buf, 64, bitrevTab);

Completed in 994 milliseconds

1 2 3