Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c68 MlirOperation add = mlirOperationCreate(&addState); in populateLoopBody()
75 MlirOperation store = mlirOperationCreate(&storeState); in populateLoopBody()
115 MlirOperation func = mlirOperationCreate(&funcState); in makeAndDumpAdd()
139 MlirOperation dim = mlirOperationCreate(&dimState); in makeAndDumpAdd()
173 MlirOperation ret = mlirOperationCreate(&retState); in makeAndDumpAdd()
511 MlirOperation op = mlirOperationCreate(&state); in buildWithInsertionsAndPrint()
549 MlirOperation op1 = mlirOperationCreate(&op1State); in buildWithInsertionsAndPrint()
550 MlirOperation op2 = mlirOperationCreate(&op2State); in buildWithInsertionsAndPrint()
613 MlirOperation op = mlirOperationCreate(&state); in createOperationWithTypeInference()
1638 MlirOperation op = mlirOperationCreate(&opState); in testBackreferences()
[all …]
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h408 MLIR_CAPI_EXPORTED MlirOperation mlirOperationCreate(MlirOperationState *state);
/llvm-project-15.0.7/mlir/docs/
H A DCAPI.md52 example, `mlirOperationCreate`;
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp320 MlirOperation mlirOperationCreate(MlirOperationState *state) { in mlirOperationCreate() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1227 MlirOperation operation = mlirOperationCreate(&state); in create()