Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DBuiltinTypes.h85 MLIR_CAPI_EXPORTED bool mlirTypeIsAF32(MlirType type);
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp28 mlirTypeIsAF16(type) || mlirTypeIsAF32(type) || mlirTypeIsAF64(type); in mlirTypeIsAIntegerOrFloat()
144 static constexpr IsAFunctionTy isaFunction = mlirTypeIsAF32;
H A DIRAttributes.cpp553 if (mlirTypeIsAF32(elementType)) { in accessBuffer()
836 if (mlirTypeIsAF32(type)) { in dunderGetItem()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DBuiltinTypes.cpp83 bool mlirTypeIsAF32(MlirType type) { return unwrap(type).isF32(); } in mlirTypeIsAF32() function
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c637 if (!mlirTypeIsAInteger(i32) || mlirTypeIsAF32(i32)) in printBuiltinTypes()
676 if (!mlirTypeIsAF32(f32)) in printBuiltinTypes()