Home
last modified time | relevance | path

Searched refs:printType (Results 1 – 25 of 40) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHover.cpp151 HoverInfo::PrintedType printType(QualType QT, ASTContext &ASTCtx, in printType() function
210 OS << printType(TTP).Type; in printType()
212 OS << printType(NTTP, PP).Type; in printType()
214 OS << printType(TTPD, PP).Type; in printType()
232 P.Type = printType(TTP); in fetchTemplateParameters()
240 P.Type = printType(NTTP, PP); in fetchTemplateParameters()
251 P.Type = printType(TTPD, PP); in fetchTemplateParameters()
387 HI.Type = printType(QT, D->getASTContext(), PP); in fillFunctionTypeAndParams()
617 HI.Type = printType(VD->getType(), Ctx, PP); in getHoverContents()
621 HI.Type = printType(TTP, PP); in getHoverContents()
[all …]
H A DAST.h122 std::string printType(const QualType QT, const DeclContext &CurContext,
/llvm-project-15.0.7/clang/utils/TableGen/
H A DRISCVVEmitter.cpp323 auto printType = [&](auto T) { in createHeader() local
334 printType(T.value()); in createHeader()
342 printType(T.value()); in createHeader()
348 printType(UT.value()); in createHeader()
357 printType(T.value()); in createHeader()
366 printType(T.value()); in createHeader()
375 printType(T.value()); in createHeader()
/llvm-project-15.0.7/mlir/lib/IR/
H A DAsmPrinter.cpp455 printType(type); in printGenericOp()
457 printType(type); in printGenericOp()
473 printType(arg.getType()); in print()
509 printType(arg.getType()); in printRegionArgument()
1433 void printType(Type type);
1907 printType(attrType); in printAttribute()
2089 printType(results[0]); in printType()
2298 impl->printType(type); in printType()
2551 using Impl::printType;
2820 printType(arg.getType()); in printRegionArgument()
[all …]
H A DFunctionImplementation.cpp256 p.printType(types[i]); in printFunctionResultList()
282 p.printType(argTypes[i]); in printFunctionSignature()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRDialect.h33 void printType(mlir::Type ty, mlir::DialectAsmPrinter &p) const override;
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp28 return mlir::LLVM::detail::printType(type, printer); in dispatchPrint()
29 printer.printType(type); in dispatchPrint()
135 void mlir::LLVM::detail::printType(Type type, AsmPrinter &printer) { in printType() function in mlir::LLVM::detail
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIRAttr.cpp224 p.printType(exact.getType()); in printFirAttribute()
228 p.printType(sub.getType()); in printFirAttribute()
H A DFIRDialect.cpp80 void fir::FIROpsDialect::printType(mlir::Type ty, in printType() function in fir::FIROpsDialect
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.td42 void printType(::mlir::Type type,
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExpandAutoType.cpp137 std::string PrettyTypeName = printType(*DeducedType, in apply()
H A DMemberwiseConstructor.cpp233 OS << printType(ParamType, *Class, in buildCode()
H A DExtractFunction.cpp470 printType(ReturnType, SyntacticDC), renderDeclarationName(K), in renderDeclaration()
495 return printType(TypeInfo, *Context) + (PassByReference ? " &" : " ") + Name; in render()
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Ddefault-type-attr-print-parser.td67 // TYPE: void TestDialect::printType(::mlir::Type type,
/llvm-project-15.0.7/mlir/lib/Dialect/NVGPU/IR/
H A DNVGPUDialect.cpp48 void NVGPUDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in NVGPUDialect
/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp249 auto printType = [&](int Index, raw_ostream &OS) { in parseLSDA() local
292 printType(ActionType, outs()); in parseLSDA()
307 printType(Index, outs()); in parseLSDA()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDialect.h110 virtual void printType(Type, DialectAsmPrinter &) const { in printType() function
H A DBlock.h347 void printAsOperand(raw_ostream &os, bool printType = true);
/llvm-project-15.0.7/mlir/lib/Dialect/MLProgram/IR/
H A DMLProgramOps.cpp73 p.printType(produceTokenType); in printTokenOrdering()
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp1045 Type printType = printOp.getPrintType(); in matchAndRewrite() local
1047 if (typeConverter->convertType(printType) == nullptr) in matchAndRewrite()
1052 VectorType vectorType = printType.dyn_cast<VectorType>(); in matchAndRewrite()
1053 Type eltType = vectorType ? vectorType.getElementType() : printType; in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp338 printer.printType(getValueType()); in print()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DASTTests.cpp533 EXPECT_EQ(printType(AST.getASTContext().getTypeDeclType(TargetDecl), *DC), in TEST()
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DTypeParser.cpp423 void QuantizationDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in QuantizationDialect
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMTypes.h484 void printType(Type type, AsmPrinter &printer);
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-7.md218 by overriding the `parseType` and `printType` methods on the `ToyDialect`.
229 void printType(mlir::Type type,
301 void ToyDialect::printType(mlir::Type type,

12