/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | InterleavedAccessPass.cpp | 348 for (auto *Shuffle : Shuffles) { in lowerInterleavedLoad() local 358 for (auto *Shuffle : BinOpShuffles) { in lowerInterleavedLoad() local 448 for (auto *Shuffle : Shuffles) { in tryReplaceExtracts() local
|
H A D | ComplexDeinterleavingPass.cpp | 743 auto CheckType = [&](ShuffleVectorInst *Shuffle) { in identifyNode() 756 auto CheckDeinterleavingShuffle = [&](ShuffleVectorInst *Shuffle) -> bool { in identifyNode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | MVELaneInterleavingPass.cpp | 338 Value *Shuffle = Builder.CreateShuffleVector(I->getOperand(0), LeafMask); in tryInterleave() local 351 Value *Shuffle = Builder.CreateShuffleVector(I->get(), LeafMask); in tryInterleave() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/v2/ |
D | rand.go | 233 func (r *Rand) Shuffle(n int, swap func(i, j int)) { func 350 func Shuffle(n int, swap func(i, j int)) { globalRand.Shuffle(n, swap) } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/ |
D | rand.go | 247 func (r *Rand) Shuffle(n int, swap func(i, j int)) { func 470 func Shuffle(n int, swap func(i, j int)) { globalRand().Shuffle(n, swap) } func
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | CostModel.cpp | 349 ShuffleVectorInst *Shuffle; in matchVectorSplittingReduction() local 485 const ShuffleVectorInst *Shuffle = cast<ShuffleVectorInst>(I); in getInstructionCost() local
|
/aosp_15_r20/platform_testing/libraries/health/composers/platform/src/android/platform/test/composer/ |
H A D | Shuffle.java | 26 public class Shuffle<U> extends ShuffleBase<Bundle, U> { class
|
/aosp_15_r20/platform_testing/libraries/health/composers/host/src/android/host/test/composer/ |
H A D | Shuffle.java | 24 public class Shuffle<U> extends ShuffleBase<Map<String, String>, U> { class
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | UseListOrder.h | 29 std::vector<unsigned> Shuffle; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | UseListOrder.h | 29 std::vector<unsigned> Shuffle; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | UseListOrder.h | 29 std::vector<unsigned> Shuffle; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | UseListOrder.h | 29 std::vector<unsigned> Shuffle; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | UseListOrder.h | 29 std::vector<unsigned> Shuffle; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | ComplexDeinterleavingPass.h | 41 Shuffle enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | UseListOrder.h | 29 std::vector<unsigned> Shuffle; member
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | UseListOrder.h | 31 std::vector<unsigned> Shuffle; member
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/ |
H A D | transpose_op_benchmark.cc | 57 static auto Shuffle(std::array<int32_t, size> perm) { in Shuffle() function
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/ |
H A D | fuzzer_context.h | 71 void Shuffle(std::vector<T>* sequence, size_t lo, size_t hi) const { in Shuffle() function 96 void Shuffle(std::vector<T>* sequence) const { in Shuffle() function
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_context.h | 71 void Shuffle(std::vector<T>* sequence, size_t lo, size_t hi) const { in Shuffle() function 96 void Shuffle(std::vector<T>* sequence) const { in Shuffle() function
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_context.h | 71 void Shuffle(std::vector<T>* sequence, size_t lo, size_t hi) const { in Shuffle() function 96 void Shuffle(std::vector<T>* sequence) const { in Shuffle() function
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | SIMD.cpp | 877 RValue<SIMD::Int> Shuffle(RValue<SIMD::Int> x, RValue<SIMD::Int> y, uint16_t select) in Shuffle() function 884 RValue<SIMD::UInt> Shuffle(RValue<SIMD::UInt> x, RValue<SIMD::UInt> y, uint16_t select) in Shuffle() function 891 RValue<SIMD::Float> Shuffle(RValue<SIMD::Float> x, RValue<SIMD::Float> y, uint16_t select) in Shuffle() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1100 Value *Shuffle = in simplifyAMDGCNMemoryIntrinsicDemanded() local 1280 auto *Shuffle = cast<ShuffleVectorInst>(I); in SimplifyDemandedVectorElts() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | InterleavedAccessPass.cpp | 289 for (auto *Shuffle : Shuffles) { in tryReplaceExtracts() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | InterleavedAccessPass.cpp | 374 for (auto *Shuffle : Shuffles) { in tryReplaceExtracts() local
|
/aosp_15_r20/external/skia/tools/ |
H A D | ToolUtils.h | 247 static void Shuffle(SkSpan<sk_sp<TopoTestNode>> graph, SkRandom* rand) { in Shuffle() function
|