/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIRDialect.cpp | 102 void fir::FIROpsDialect::printType(mlir::Type ty, in printType() function in fir::FIROpsDialect
|
/llvm-project/mlir/lib/Dialect/Transform/IR/ |
H A D | TransformDialect.cpp | 87 void transform::TransformDialect::printType(Type type, in printType() function in transform::TransformDialect
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | Dialect.h | 107 virtual void printType(Type, DialectAsmPrinter &) const { in printType() function
|
/llvm-project/clang/lib/Interpreter/ |
H A D | Value.cpp | 258 void Value::printType(llvm::raw_ostream &Out) const { in printType() function in clang::Value
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Hover.cpp | 202 auto PrintedType = printType(NTTP->getType(), NTTP->getASTContext(), PP); in printType() function 164 HoverInfo::PrintedType printType(QualType QT, ASTContext &ASTCtx, printType() function 194 HoverInfo::PrintedType printType(const TemplateTypeParmDecl *TTP) { printType() function 213 HoverInfo::PrintedType printType(const TemplateTemplateParmDecl *TTP, printType() function [all...] |
H A D | AST.cpp | 394 std::string printType(const QualType QT, const DeclContext &CurContext, in printType() function
|
/llvm-project/mlir/lib/Dialect/Quant/IR/ |
H A D | TypeParser.cpp | 422 void QuantizationDialect::printType(Type type, DialectAsmPrinter &os) const { printType() function in QuantizationDialect
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMTypeSyntax.cpp | 98 void mlir::LLVM::detail::printType(Type type, AsmPrinter &printer) { in printType() function in mlir::LLVM::detail
|
H A D | LLVMTypes.cpp | 1037 void LLVMDialect::printType(Type type, DialectAsmPrinter &os) const { printType() function in LLVMDialect
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestTypes.cpp | 465 void TestDialect::printType(Type type, DialectAsmPrinter &printer) const { printType() function in TestDialect
|
/llvm-project/bolt/lib/Core/ |
H A D | Exceptions.cpp | 254 auto printType = [&](int Index, raw_ostream &OS) { parseLSDA() local
|
/llvm-project/mlir/examples/toy/Ch7/mlir/ |
H A D | Dialect.cpp | 622 void ToyDialect::printType(mlir::Type type, in printType() function in ToyDialect
|
/llvm-project/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 345 auto printType = [&](auto T) { createHeader() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVDialect.cpp | 901 void SPIRVDialect::printType(Type type, DialectAsmPrinter &os) const { printType() function in SPIRVDialect
|
/llvm-project/mlir/lib/IR/ |
H A D | AsmPrinter.cpp | 759 void printType(Type type) override { initializer.visit(type); } printType() function in __anonc242fc4b0611::DummyAliasOperationPrinter 928 void printType(Type type) override { printType() function in __anonc242fc4b0611::DummyAliasDialectAsmPrinter 2559 void AsmPrinter::Impl::printType(Type type) { printType() function in AsmPrinter::Impl 2801 void AsmPrinter::printType(Type type) { printType() function in AsmPrinter 3983 printAsOperand(raw_ostream & os,bool printType) printAsOperand() argument [all...] |
H A D | ExtensibleDialect.cpp | 563 void DynamicDialect::printType(Type type, DialectAsmPrinter &printer) const { in printType() function in DynamicDialect
|
/llvm-project/mlir/unittests/Interfaces/ |
H A D | DataLayoutInterfacesTest.cpp | 355 void printType(Type type, DialectAsmPrinter &printer) const override { printType() function
|
/llvm-project/mlir/lib/Conversion/VectorToLLVM/ |
H A D | ConvertVectorToLLVM.cpp | 1521 Type printType = printOp.getPrintType(); matchAndRewrite() local 1567 emitScalarPrint(ConversionPatternRewriter & rewriter,ModuleOp parent,Location loc,Type printType,Value value) const emitScalarPrint() argument [all...] |
/llvm-project/mlir/lib/Dialect/GPU/IR/ |
H A D | GPUDialect.cpp | 289 void GPUDialect::printType(Type type, DialectAsmPrinter &os) const { printType() function in GPUDialect
|