Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c260 !mlirOperationIsNull(child); in collectStatsSingle()
560 assert(mlirOperationIsNull(nullOperation)); in buildWithInsertionsAndPrint()
614 if (mlirOperationIsNull(op)) { in createOperationWithTypeInference()
1850 if (mlirOperationIsNull(constZero)) { in testTypeID()
1868 if (mlirOperationIsNull(unregisteredOp)) { in testTypeID()
1905 if (mlirOperationIsNull(funcFoo)) in testSymbolTable()
1915 if (!mlirOperationIsNull(missing)) in testSymbolTable()
1927 if (!mlirOperationIsNull(stillMissing)) in testSymbolTable()
1942 if (!mlirOperationIsNull(nowMissing)) in testSymbolTable()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp365 if (mlirOperationIsNull(next)) { in dunderNext()
405 while (!mlirOperationIsNull(childOp)) { in dunderLen()
419 while (!mlirOperationIsNull(childOp)) { in dunderGetItem()
1070 if (mlirOperationIsNull(operation)) in getParentOperation()
1091 if (mlirOperationIsNull(rawOperation)) in createFromCapsule()
1594 if (!mlirOperationIsNull(mlirBlockGetTerminator(block.get()))) { in insert()
1607 if (mlirOperationIsNull(firstOp)) { in atBlockBegin()
1620 if (mlirOperationIsNull(terminator)) in atBlockTerminator()
1706 if (mlirOperationIsNull(owner)) in createFromCapsule()
1730 if (mlirOperationIsNull(symbol)) in dunderGetItem()
[all …]
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp617 if (mlirOperationIsNull(reference)) { in mlirBlockInsertOwnedOperationAfter()
631 if (mlirOperationIsNull(reference)) in mlirBlockInsertOwnedOperationBefore()
/llvm-project-15.0.7/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h197 return !mlirOperationIsNull(value);
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h422 static inline bool mlirOperationIsNull(MlirOperation op) { return !op.ptr; } in mlirOperationIsNull() function