Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DBuiltinTypes.h92 MLIR_CAPI_EXPORTED bool mlirTypeIsAF64(MlirType type);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp88 bool mlirTypeIsAF64(MlirType type) { return unwrap(type).isF64(); } in mlirTypeIsAF64() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp135 mlirTypeIsAF16(type) || mlirTypeIsAF32(type) || mlirTypeIsAF64(type); in mlirTypeIsAIntegerOrFloat()
1725 } else if (mlirTypeIsAF64(elementType)) { in accessBuffer()
1914 if (mlirTypeIsAF64(type)) { in dunderGetItem()
2144 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAF64;
/external/llvm-project/mlir/test/CAPI/
Dir.c603 if (!mlirTypeIsAF64(f64)) in printBuiltinTypes()