Home
last modified time | relevance | path

Searched refs:VNAME (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DSparseTensorUtils.h160 #define DECL_SPARSEVALUES(VNAME, V) \ argument
161 MLIR_CRUNNERUTILS_EXPORT void _mlir_ciface_sparseValues##VNAME( \
183 #define DECL_ADDELT(VNAME, V) \ argument
184 MLIR_CRUNNERUTILS_EXPORT void *_mlir_ciface_addElt##VNAME( \
192 #define DECL_GETNEXT(VNAME, V) \ argument
193 MLIR_CRUNNERUTILS_EXPORT bool _mlir_ciface_getNext##VNAME( \
200 #define DECL_LEXINSERT(VNAME, V) \ argument
201 MLIR_CRUNNERUTILS_EXPORT void _mlir_ciface_lexInsert##VNAME( \
208 #define DECL_EXPINSERT(VNAME, V) \ argument
209 MLIR_CRUNNERUTILS_EXPORT void _mlir_ciface_expInsert##VNAME( \
[all …]
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DSparseTensorUtils.cpp313 #define DECL_NEWENUMERATOR(VNAME, V) \ argument
316 FATAL_PIV("newEnumerator" #VNAME); \
336 #define DECL_GETVALUES(VNAME, V) \ argument
337 virtual void getValues(std::vector<V> **) { FATAL_PIV("getValues" #VNAME); }
342 #define DECL_LEXINSERT(VNAME, V) \ argument
343 virtual void lexInsert(const uint64_t *, V) { FATAL_PIV("lexInsert" #VNAME); }
348 #define DECL_EXPINSERT(VNAME, V) \ argument
350 FATAL_PIV("expInsert" #VNAME); \
1684 #define IMPL_SPARSEVALUES(VNAME, V) \ argument
1685 void _mlir_ciface_sparseValues##VNAME(StridedMemRefType<V, 1> *ref, \
[all …]
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DCodegenUtils.cpp131 #define CASE(VNAME, V) \ in primaryTypeFunctionSuffix() argument
132 case PrimaryType::k##VNAME: \ in primaryTypeFunctionSuffix()
133 return #VNAME; in primaryTypeFunctionSuffix()