Home
last modified time | relevance | path

Searched refs:getPointers (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DSparseTensorUtils.cpp323 virtual void getPointers(std::vector<P> **, uint64_t) { \
458 void getPointers(std::vector<P> **out, uint64_t d) final { in getPointers() function in __anon2f09016c0111::SparseTensorStorage
1710 IMPL_GETOVERHEAD(sparsePointers##PNAME, P, getPointers)
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h717 const PointerSnapshotTy &getPointers() const { return Pointers; } in getPointers() function