Searched refs:mlirStringRefCreate (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | ExecutionEngineModule.cpp | 104 mlirStringRefCreate(func.c_str(), func.size())); in PYBIND11_MODULE() 118 mlirStringRefCreate(name.c_str(), name.size()), in PYBIND11_MODULE() 128 mlirStringRefCreate(fileName.c_str(), fileName.size())); in PYBIND11_MODULE()
|
| H A D | IRInterfaces.cpp | 95 mlirStringRefCreate(opName.data(), opName.length()), in PyConcreteOpInterface() 213 mlirStringRefCreate(getOpName().data(), getOpName().length()); in inferReturnTypes()
|
| H A D | Pass.cpp | 89 mlirStringRefCreate(pipeline.data(), pipeline.size())); in populatePassManagerSubmodule()
|
| H A D | IRTypes.cpp | 621 return mlirStringRefCreate(s.data(), s.size()); in toMlirStringRef()
|
| H A D | IRAttributes.cpp | 75 return mlirStringRefCreate(s.data(), s.size()); in toMlirStringRef()
|
| H A D | IRCore.cpp | 173 return mlirStringRefCreate(s.data(), s.size()); in toMlirStringRef() 1729 symbolTable, mlirStringRefCreate(name.data(), name.length())); in dunderGetItem() 3166 table, mlirStringRefCreate(name.data(), name.length()))); in populateIRCore()
|
| /llvm-project-15.0.7/mlir/include/mlir/CAPI/ |
| H A D | Support.h | 26 return mlirStringRefCreate(ref.data(), ref.size()); in wrap()
|
| H A D | Utils.h | 38 MlirStringRef string = mlirStringRefCreate(ptr, size); in write_impl()
|
| /llvm-project-15.0.7/mlir/lib/CAPI/IR/ |
| H A D | Support.cpp | 15 return mlirStringRefCreate(str, strlen(str)); in mlirStringRefCreateFromCString()
|
| /llvm-project-15.0.7/mlir/include/mlir-c/ |
| H A D | Support.h | 80 inline static MlirStringRef mlirStringRefCreate(const char *str, in mlirStringRefCreate() function
|
| /llvm-project-15.0.7/mlir/test/CAPI/ |
| H A D | ir.c | 806 MlirStringRef namespace = mlirStringRefCreate("dialect", 7); in printBuiltinTypes() 807 MlirStringRef data = mlirStringRefCreate("type", 4); in printBuiltinTypes() 890 mlirStringAttrGet(ctx, mlirStringRefCreate(data + 3, 2)); in printBuiltinAttributes() 902 mlirFlatSymbolRefAttrGet(ctx, mlirStringRefCreate(data + 5, 3)); in printBuiltinAttributes() 916 mlirSymbolRefAttrGet(ctx, mlirStringRefCreate(data + 8, 2), 2, symbols); in printBuiltinAttributes()
|