Searched defs:VNAME (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/include/mlir/ExecutionEngine/ |
H A D | SparseTensorRuntime.h | 58 #define DECL_SPARSEVALUES(VNAME, V) \ argument 90 #define DECL_LEXINSERT(VNAME, V) \ argument 98 #define DECL_EXPINSERT(VNAME, V) \ argument 121 #define DECL_READTOBUFFERS(VNAME, V, CNAME, C) \ argument 136 #define DECL_OUTNEXT(VNAME, V) \ argument
|
/llvm-project/mlir/lib/ExecutionEngine/SparseTensor/ |
H A D | Storage.cpp | 79 #define IMPL_GETVALUES(VNAME, V) \ argument 86 #define IMPL_LEXINSERT(VNAME, V) \ argument 93 #define IMPL_EXPINSERT(VNAME, V) \ argument
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | SparseTensorRuntime.cpp | 293 #define IMPL_SPARSEVALUES(VNAME, V) \ argument 332 #define IMPL_LEXINSERT(VNAME, V) \ in MLIR_SPARSETENSOR_FOREVERY_O() argument 347 #define IMPL_EXPINSERT(VNAME, V) \ argument 387 #define IMPL_GETNEXT(VNAME, V, CNAME, C) \ argument 432 #define IMPL_OUTNEXT(VNAME, V) \ argument
|
H A D | CRunnerUtils.cpp | 203 #define IMPL_STDSORT(VNAME, V) \ argument
|
/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/ |
H A D | Storage.h | 153 #define DECL_GETVALUES(VNAME, V) virtual void getValues(std::vector<V> **); argument 159 #define DECL_LEXINSERT(VNAME, V) virtual void lexInsert(const uint64_t *, V); argument 166 #define DECL_EXPINSERT(VNAME, V) \ argument
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/ |
H A D | CodegenUtils.cpp | 134 #define CASE(VNAME, V) \ in primaryTypeFunctionSuffix() argument
|