Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRInterfaces.cpp84 MlirStringRef stringRef = mlirIdentifierStr(identifier); in PyConcreteOpInterface()
H A DIRCore.cpp1247 MlirStringRef identStr = mlirIdentifierStr(ident); in createOpView()
2151 std::string(mlirIdentifierStr(namedAttr.name).data, in dunderGetItemIndexed()
2152 mlirIdentifierStr(namedAttr.name).length)); in dunderGetItemIndexed()
2588 auto name = mlirIdentifierStr(mlirOperationGetName(operation)); in populateIRCore()
2691 MlirStringRef name = mlirIdentifierStr( in populateIRCore()
3019 py::str(mlirIdentifierStr(self.namedAttr.name).data, in populateIRCore()
3020 mlirIdentifierStr(self.namedAttr.name).length)); in populateIRCore()
3031 return py::str(mlirIdentifierStr(self.namedAttr.name).data, in populateIRCore()
3032 mlirIdentifierStr(self.namedAttr.name).length); in populateIRCore()
H A DIRAttributes.cpp808 std::string(mlirIdentifierStr(namedAttr.name).data)); in bindDerived()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dpass.c251 MlirStringRef opName = mlirIdentifierStr(mlirOperationGetName(op)); in testRunExternalFuncPass()
H A Dir.c379 MlirStringRef identStr = mlirIdentifierStr(ident); in printFirstOfEach()
408 operation, mlirIdentifierStr(namedAttr0.name)); in printFirstOfEach()
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h806 MLIR_CAPI_EXPORTED MlirStringRef mlirIdentifierStr(MlirIdentifier ident);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp796 MlirStringRef mlirIdentifierStr(MlirIdentifier ident) { in mlirIdentifierStr() function