Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h221 MLIR_CAPI_EXPORTED bool mlirTypeIsAUnrankedMemRef(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp264 bool mlirTypeIsAUnrankedMemRef(MlirType type) { in mlirTypeIsAUnrankedMemRef() function
/external/llvm-project/mlir/test/CAPI/
Dir.c687 if (!mlirTypeIsAUnrankedMemRef(unrankedMemRef) || in printBuiltinTypes()
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2427 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAUnrankedMemRef;