Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c105 mlirIdentifierGet(ctx, in makeAndDumpAdd()
109 mlirIdentifierGet(ctx, mlirStringRefCreateFromCString("sym_name")), in makeAndDumpAdd()
123 mlirIdentifierGet(ctx, mlirStringRefCreateFromCString("value")), in makeAndDumpAdd()
150 mlirIdentifierGet(ctx, mlirStringRefCreateFromCString("value")), in makeAndDumpAdd()
387 MlirIdentifier identAgain = mlirIdentifierGet(ctx, identStr); in printFirstOfEach()
608 mlirIdentifierGet(ctx, mlirStringRefCreateFromCString("value")), iAttr); in createOperationWithTypeInference()
1640 mlirIdentifierGet(ctx, mlirStringRefCreateFromCString("identifier")); in testBackreferences()
1679 mlirIdentifierGet(ctx, mlirStringRefCreateFromCString("value")), in testOperands()
1691 mlirIdentifierGet(ctx, mlirStringRefCreateFromCString("value")), in testOperands()
1748 mlirIdentifierGet(ctx, valueStringRef), indexZeroLiteral); in testClone()
[all …]
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h795 MLIR_CAPI_EXPORTED MlirIdentifier mlirIdentifierGet(MlirContext context,
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp780 mlirIdentifierGet(mlirAttributeGetContext(mlirAttr), in bindDerived()
H A DIRCore.cpp1208 mlirIdentifierGet(mlirAttributeGetContext(it.second), in create()
1664 mlirIdentifierGet(mlirAttributeGetContext(attr), in PyNamedAttribute()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp784 MlirIdentifier mlirIdentifierGet(MlirContext context, MlirStringRef str) { in mlirIdentifierGet() function