Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DTypeParser.cpp331 return builder.getBF16Type(); in parseNonFunctionType()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuilders.h62 FloatType getBF16Type();
H A DOpBase.td476 BuildableType<"$_builder.getBF16Type()">;
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuilders.cpp36 FloatType Builder::getBF16Type() { return FloatType::getBF16(context); } in getBF16Type() function in Builder
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp610 rewriter.replaceOpWithNewOp<TestTypeProducerOp>(op, rewriter.getBF16Type()); in matchAndRewrite()