| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Hover.cpp | 151 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 D | AST.h | 122 std::string printType(const QualType QT, const DeclContext &CurContext,
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 323 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 D | AsmPrinter.cpp | 455 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 D | FunctionImplementation.cpp | 256 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 D | FIRDialect.h | 33 void printType(mlir::Type ty, mlir::DialectAsmPrinter &p) const override;
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMTypeSyntax.cpp | 28 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 D | FIRAttr.cpp | 224 p.printType(exact.getType()); in printFirAttribute() 228 p.printType(sub.getType()); in printFirAttribute()
|
| H A D | FIRDialect.cpp | 80 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 D | TestDialect.td | 42 void printType(::mlir::Type type,
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | ExpandAutoType.cpp | 137 std::string PrettyTypeName = printType(*DeducedType, in apply()
|
| H A D | MemberwiseConstructor.cpp | 233 OS << printType(ParamType, *Class, in buildCode()
|
| H A D | ExtractFunction.cpp | 470 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 D | default-type-attr-print-parser.td | 67 // TYPE: void TestDialect::printType(::mlir::Type type,
|
| /llvm-project-15.0.7/mlir/lib/Dialect/NVGPU/IR/ |
| H A D | NVGPUDialect.cpp | 48 void NVGPUDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in NVGPUDialect
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | Exceptions.cpp | 249 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 D | Dialect.h | 110 virtual void printType(Type, DialectAsmPrinter &) const { in printType() function
|
| H A D | Block.h | 347 void printAsOperand(raw_ostream &os, bool printType = true);
|
| /llvm-project-15.0.7/mlir/lib/Dialect/MLProgram/IR/ |
| H A D | MLProgramOps.cpp | 73 p.printType(produceTokenType); in printTokenOrdering()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/ |
| H A D | ConvertVectorToLLVM.cpp | 1045 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 D | Async.cpp | 338 printer.printType(getValueType()); in print()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | ASTTests.cpp | 533 EXPECT_EQ(printType(AST.getASTContext().getTypeDeclType(TargetDecl), *DC), in TEST()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/ |
| H A D | TypeParser.cpp | 423 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 D | LLVMTypes.h | 484 void printType(Type type, AsmPrinter &printer);
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/Toy/ |
| H A D | Ch-7.md | 218 by overriding the `parseType` and `printType` methods on the `ToyDialect`. 229 void printType(mlir::Type type, 301 void ToyDialect::printType(mlir::Type type,
|