Searched refs:mlirIdentifierStr (Results 1 – 7 of 7) sorted by relevance
84 MlirStringRef stringRef = mlirIdentifierStr(identifier); in PyConcreteOpInterface()
1247 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()
808 std::string(mlirIdentifierStr(namedAttr.name).data)); in bindDerived()
251 MlirStringRef opName = mlirIdentifierStr(mlirOperationGetName(op)); in testRunExternalFuncPass()
379 MlirStringRef identStr = mlirIdentifierStr(ident); in printFirstOfEach()408 operation, mlirIdentifierStr(namedAttr0.name)); in printFirstOfEach()
806 MLIR_CAPI_EXPORTED MlirStringRef mlirIdentifierStr(MlirIdentifier ident);
796 MlirStringRef mlirIdentifierStr(MlirIdentifier ident) { in mlirIdentifierStr() function