Home
last modified time | relevance | path

Searched refs:mlirOperationGetNumResults (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/include/mlir-c/
DIR.h337 MLIR_CAPI_EXPORTED intptr_t mlirOperationGetNumResults(MlirOperation op);
/external/llvm-project/mlir/test/CAPI/
Dir.c200 stats->numValues += mlirOperationGetNumResults(operation); in collectStatsSingle()
207 intptr_t numResults = mlirOperationGetNumResults(operation); in collectStatsSingle()
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp289 intptr_t mlirOperationGetNumResults(MlirOperation op) { in mlirOperationGetNumResults() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1330 length == -1 ? mlirOperationGetNumResults(operation->get()) in PyOpResultList()
1337 return mlirOperationGetNumResults(operation->get()); in getNumElements()
2820 auto numResults = mlirOperationGetNumResults(operation); in populateIRSubmodule()