Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h619 MLIR_CAPI_EXPORTED MlirStringRef mlirIdentifierStr(MlirIdentifier ident);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp606 MlirStringRef mlirIdentifierStr(MlirIdentifier ident) { in mlirIdentifierStr() function
/external/llvm-project/mlir/test/CAPI/
Dir.c350 MlirStringRef identStr = mlirIdentifierStr(ident); in printFirstOfEach()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp1004 MlirStringRef identStr = mlirIdentifierStr(ident); in createOpView()
2822 auto name = mlirIdentifierStr(mlirOperationGetName(operation)); in populateIRSubmodule()