Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h611 MLIR_CAPI_EXPORTED MlirIdentifier mlirIdentifierGet(MlirContext context,
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp598 MlirIdentifier mlirIdentifierGet(MlirContext context, MlirStringRef str) { in mlirIdentifierGet() function
/external/llvm-project/mlir/test/CAPI/
Dir.c358 MlirIdentifier identAgain = mlirIdentifierGet(ctx, identStr); in printFirstOfEach()