Home
last modified time | relevance | path

Searched defs:VNAME (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/include/mlir/ExecutionEngine/
H A DSparseTensorRuntime.h58 #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 DStorage.cpp79 #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 DSparseTensorRuntime.cpp293 #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 DCRunnerUtils.cpp203 #define IMPL_STDSORT(VNAME, V) \ argument
/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/
H A DStorage.h153 #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 DCodegenUtils.cpp134 #define CASE(VNAME, V) \ in primaryTypeFunctionSuffix() argument