Searched defs:shuffle (Results 1 – 15 of 15) sorted by relevance
/llvm-project/offload/DeviceRTL/src/ |
H A D | Utils.cpp |
|
/llvm-project/mlir/include/mlir/Dialect/X86Vector/ |
H A D | Transforms.h | 52 static uint8_t shuffle() { in shuffle() function
|
/llvm-project/libc/src/__support/GPU/generic/ |
H A D | utils.h |
|
/llvm-project/libc/src/__support/GPU/amdgpu/ |
H A D | utils.h |
|
/llvm-project/libc/src/__support/GPU/nvptx/ |
H A D | utils.h |
|
/llvm-project/libcxx/include/__algorithm/ |
H A D | shuffle.h | 158 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last, _UniformRandomNumberGenerator&& __g) { in shuffle() function
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | common.h | 110 template <typename T> inline void shuffle(T *A, u32 N, u32 *RandState) { in shuffle() function
|
H A D | quarantine.h | 60 void shuffle(u32 State) { ::scudo::shuffle(Batch, Count, &State); } in shuffle() function
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | LowerVectorTranspose.cpp | 119 auto shuffle = b.create<vector::ShuffleOp>( in createUnpackLoPs() local
|
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.cpp | 653 bool HexagonShuffler::shuffle() { shuffle() function in HexagonShuffler
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 294 auto shuffle = [this] (const BT::RegisterCell &Rs, const BT::RegisterCell &Rt, evaluate() local
|
/llvm-project/libcxx/benchmarks/ |
H A D | map.bench.cpp |
|
/llvm-project/mlir/lib/Bytecode/Reader/ |
H A D | BytecodeReader.cpp | 1984 SmallVector<unsigned> shuffle = SmallVector<unsigned>( in sortUseListOrder() local 1993 SmallVector<unsigned, 4> shuffle = std::move(customOrder.indices); in sortUseListOrder() local [all...] |
/llvm-project/clang/test/CodeGen/ |
H A D | builtins-wasm.c | 655 i8x16 shuffle(i8x16 x, i8x16 y) { shuffle() function
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 8137 if (SDValue shuffle = ReconstructShuffle(Op, DAG)) LowerBUILD_VECTOR() local [all...] |