Home
last modified time | relevance | path

Searched defs:shuffle (Results 1 – 15 of 15) sorted by relevance

/llvm-project/offload/DeviceRTL/src/
H A DUtils.cpp
/llvm-project/mlir/include/mlir/Dialect/X86Vector/
H A DTransforms.h52 static uint8_t shuffle() { in shuffle() function
/llvm-project/libc/src/__support/GPU/generic/
H A Dutils.h
/llvm-project/libc/src/__support/GPU/amdgpu/
H A Dutils.h
/llvm-project/libc/src/__support/GPU/nvptx/
H A Dutils.h
/llvm-project/libcxx/include/__algorithm/
H A Dshuffle.h158 shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last, _UniformRandomNumberGenerator&& __g) { in shuffle() function
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h110 template <typename T> inline void shuffle(T *A, u32 N, u32 *RandState) { in shuffle() function
H A Dquarantine.h60 void shuffle(u32 State) { ::scudo::shuffle(Batch, Count, &State); } in shuffle() function
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorTranspose.cpp119 auto shuffle = b.create<vector::ShuffleOp>( in createUnpackLoPs() local
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp653 bool HexagonShuffler::shuffle() { shuffle() function in HexagonShuffler
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp294 auto shuffle = [this] (const BT::RegisterCell &Rs, const BT::RegisterCell &Rt, evaluate() local
/llvm-project/libcxx/benchmarks/
H A Dmap.bench.cpp
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp1984 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 Dbuiltins-wasm.c655 i8x16 shuffle(i8x16 x, i8x16 y) { shuffle() function
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8137 if (SDValue shuffle = ReconstructShuffle(Op, DAG)) LowerBUILD_VECTOR() local
[all...]