Home
last modified time | relevance | path

Searched refs:mlirSymbolTableInsert (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h846 mlirSymbolTableInsert(MlirSymbolTable symbolTable, MlirOperation operation);
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c1932 mlirSymbolTableInsert(symbolTable, operation); in testSymbolTable()
1949 MlirAttribute newName = mlirSymbolTableInsert(symbolTable, duplicateNameOp); in testSymbolTable()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp827 MlirAttribute mlirSymbolTableInsert(MlirSymbolTable symbolTable, in mlirSymbolTableInsert() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1762 mlirSymbolTableInsert(symbolTable, symbol.getOperation().get())); in insert()