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

1 2

  /external/llvm/include/llvm/IR/
UseListOrder.h 32 std::vector<unsigned> Shuffle;
35 : V(V), F(F), Shuffle(ShuffleSize) {}
39 : V(X.V), F(X.F), Shuffle(std::move(X.Shuffle)) {}
43 Shuffle = std::move(X.Shuffle);
  /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...]
  /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/skia/tools/
sk_tool_utils.h 205 static void Shuffle(SkTDArray<TopoTestNode*>* graph, SkRandom* rand) {
  /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);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
InstructionCombining.cpp     [all...]
InstCombineCalls.cpp 359 // overrides the destination lane, this is a shuffle with the zero vector.
371 // TODO: Model this case as 2 shuffles or a 'logical and' plus shuffle?
385 /// or conversion to a shuffle vector.
426 // If we are inserting whole bytes, we can convert this to a shuffle.
427 // Lowering can recognize EXTRQI shuffle masks.
478 /// folding or conversion to a shuffle vector.
506 // If we are inserting whole bytes, we can convert this to a shuffle.
507 // Lowering can recognize INSERTQI shuffle masks.
574 /// The shuffle mask for a perm2*128 selects any two halves of two 256-bit
601 // If 0 or 1 zero mask bits are set, this is a simple shuffle
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 197 // Store the shuffle.
199 assert(List.size() == Stack.back().Shuffle.size() && "Wrong size");
201 Stack.back().Shuffle[I] = List[I].second;
  /external/protobuf/gtest/test/
gtest_unittest.cc 53 || testing::GTEST_FLAG(shuffle)
126 using testing::GTEST_FLAG(shuffle);
166 using testing::internal::Shuffle;
618 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
621 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
624 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
627 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
734 Shuffle(&random_, &vector_);
739 // there are no off-by-one problems in our shuffle algorithm.
780 Shuffle(&random_, &vector_)
5152 bool shuffle; member in struct:testing::Flags
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-internal-inl.h 94 const char kShuffleFlag[] = "shuffle";
173 shuffle_ = GTEST_FLAG(shuffle);
194 GTEST_FLAG(shuffle) = shuffle_;
304 // Performs an in-place shuffle of a range of the vector's elements.
307 // shuffle to the end of the vector.
313 << "Invalid shuffle range start " << begin << ": must be in range [0, "
316 << "Invalid shuffle range finish " << end << ": must be in range ["
319 // Fisher-Yates shuffle, from
328 // Performs an in-place shuffle of the vector's elements.
330 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 99 const char kShuffleFlag[] = "shuffle";
178 shuffle_ = GTEST_FLAG(shuffle);
199 GTEST_FLAG(shuffle) = shuffle_;
306 // Performs an in-place shuffle of a range of the vector's elements.
309 // shuffle to the end of the vector.
315 << "Invalid shuffle range start " << begin << ": must be in range [0, "
318 << "Invalid shuffle range finish " << end << ": must be in range ["
321 // Fisher-Yates shuffle, from
330 // Performs an in-place shuffle of the vector's elements.
332 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 94 const char kShuffleFlag[] = "shuffle";
171 shuffle_ = GTEST_FLAG(shuffle);
194 GTEST_FLAG(shuffle) = shuffle_;
300 // Performs an in-place shuffle of a range of the vector's elements.
303 // shuffle to the end of the vector.
309 << "Invalid shuffle range start " << begin << ": must be in range [0, "
312 << "Invalid shuffle range finish " << end << ": must be in range ["
315 // Fisher-Yates shuffle, from
324 // Performs an in-place shuffle of the vector's elements.
326 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 94 const char kShuffleFlag[] = "shuffle";
167 shuffle_ = GTEST_FLAG(shuffle);
188 GTEST_FLAG(shuffle) = shuffle_;
297 // Performs an in-place shuffle of a range of the vector's elements.
300 // shuffle to the end of the vector.
306 << "Invalid shuffle range start " << begin << ": must be in range [0, "
309 << "Invalid shuffle range finish " << end << ": must be in range ["
312 // Fisher-Yates shuffle, from
321 // Performs an in-place shuffle of the vector's elements.
323 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 94 const char kShuffleFlag[] = "shuffle";
166 shuffle_ = GTEST_FLAG(shuffle);
186 GTEST_FLAG(shuffle) = shuffle_;
286 // Performs an in-place shuffle of a range of the vector's elements.
289 // shuffle to the end of the vector.
295 << "Invalid shuffle range start " << begin << ": must be in range [0, "
298 << "Invalid shuffle range finish " << end << ": must be in range ["
301 // Fisher-Yates shuffle, from
310 // Performs an in-place shuffle of the vector's elements.
312 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-internal-inl.h 99 const char kShuffleFlag[] = "shuffle";
178 shuffle_ = GTEST_FLAG(shuffle);
199 GTEST_FLAG(shuffle) = shuffle_;
306 // Performs an in-place shuffle of a range of the vector's elements.
309 // shuffle to the end of the vector.
315 << "Invalid shuffle range start " << begin << ": must be in range [0, "
318 << "Invalid shuffle range finish " << end << ": must be in range ["
321 // Fisher-Yates shuffle, from
330 // Performs an in-place shuffle of the vector's elements.
332 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 99 const char kShuffleFlag[] = "shuffle";
178 shuffle_ = GTEST_FLAG(shuffle);
199 GTEST_FLAG(shuffle) = shuffle_;
306 // Performs an in-place shuffle of a range of the vector's elements.
309 // shuffle to the end of the vector.
315 << "Invalid shuffle range start " << begin << ": must be in range [0, "
318 << "Invalid shuffle range finish " << end << ": must be in range ["
321 // Fisher-Yates shuffle, from
330 // Performs an in-place shuffle of the vector's elements.
332 inline void Shuffle(internal::Random* random, std::vector<E>* v)
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 52 || testing::GTEST_FLAG(shuffle)
129 using testing::GTEST_FLAG(shuffle);
186 using testing::internal::Shuffle;
752 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
755 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
758 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
761 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
868 Shuffle(&random_, &vector_);
873 // there are no off-by-one problems in our shuffle algorithm.
914 Shuffle(&random_, &vector_)
5566 bool shuffle; member in struct:testing::Flags
    [all...]
  /external/gtest/test/
gtest_unittest.cc 52 || testing::GTEST_FLAG(shuffle)
217 using testing::GTEST_FLAG(shuffle);
275 using testing::internal::Shuffle;
825 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
828 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
831 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
834 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
941 Shuffle(&random_, &vector_);
5421 bool shuffle; member in struct:testing::Flags
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc 52 || testing::GTEST_FLAG(shuffle)
217 using testing::GTEST_FLAG(shuffle);
275 using testing::internal::Shuffle;
825 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
828 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
831 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
834 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
941 Shuffle(&random_, &vector_);
5421 bool shuffle; member in struct:testing::Flags
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 52 || testing::GTEST_FLAG(shuffle)
217 using testing::GTEST_FLAG(shuffle);
275 using testing::internal::Shuffle;
834 "Invalid shuffle range start -1: must be in range \\[0, 3\\]");
837 "Invalid shuffle range start 4: must be in range \\[0, 3\\]");
840 "Invalid shuffle range finish 2: must be in range \\[3, 3\\]");
843 "Invalid shuffle range finish 4: must be in range \\[3, 3\\]");
5430 bool shuffle; member in struct:testing::Flags
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 187 // Store the shuffle.
189 assert(List.size() == Stack.back().Shuffle.size() && "Wrong size");
191 Stack.back().Shuffle[I] = List[I].second;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 602 milliseconds

1 2