Home
last modified time | relevance | path

Searched defs:coords (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/
H A DCOO.h42 const uint64_t *coords; // pointer into shared coordinates pool member
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DVectorPattern.cpp71 auto coords = getCoordinates(info.arraySizes, linearIndex); in nDVectorIterate() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dsizeofpack.cpp169 using coords = typename coords_alias<Order, MemoryTag>::type; global() typedef
/llvm-project/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp807 FailureOr<AffineMap> coords = nvgpu::getLaneIdAndValueIdToOperandCoord( createNonLdMatrixLoads() local
834 FailureOr<AffineMap> coords = nvgpu::getLaneIdAndValueIdToOperandCoord( createNonLdMatrixLoads() local
925 FailureOr<AffineMap> coords = nvgpu::getLaneIdAndValueIdToOperandCoord( convertTransferWriteToStores() local
[all...]
/llvm-project/mlir/test/Examples/NVGPU/tools/
H A Dnvdsl.py154 def load(self, dest, mbarrier: Mbarriers, coords=[0], predicate=None): argument
/llvm-project/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp988 for (auto [index, value] : llvm::enumerate(coords)) { in matchAndRewrite() local
1010 for (auto [index, value] : llvm::enumerate(coords)) { in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DCodegenUtils.cpp455 auto &coords = elems.back().first; in foreachInSparseConstant() local
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp202 SmallVector<Value> coords(tripCounts.size()); delinearize() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorCodegen.cpp483 const SmallVector<Value> coords = genImplementation() local