Searched defs:f32Ty (Results 1 – 9 of 9) sorted by relevance
79 mlir::Type f32Ty; global() member
114 Type f32Ty; member in mlir::OpBuildGenTest
230 mlir::Type f32Ty = mlir::Float32Type::get(&context); in TEST_F() local
144 Type f32Ty = Float32Type::get(ctx); in getMmaSyncRegisterType() local
279 Type f32Ty = b.getF32Type(); in matchAndRewrite() local
436 mlir::Type f32Ty = mlir::FloatType::getF32(builder.getContext()); TEST_F() local 496 auto f32Ty = mlir::FloatType::getF32(builder.getContext()); TEST_F() local [all...]
68 Type f32Ty = Float32Type::get(ctx); inferIntrinsicResultType() local 106 Type f32Ty = rewriter.getF32Type(); convertIntrinsicResult() local 181 Type f32Ty = b.getF32Type(); unpackOperandVector() local [all...]
378 auto f32Ty = Float32Type::get(context); verify() local [all...]
232 Float32Type f32Ty; global() member in mlir::MLIRContextImpl