Searched refs:TSI (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMacroFusion.cpp52 const TargetSubtargetInfo &TSI,
55 const ARMSubtarget &ST = static_cast<const ARMSubtarget&>(TSI);
51 shouldScheduleAdjacent(const TargetInstrInfo &TII, const TargetSubtargetInfo &TSI, const MachineInstr *FirstMI, const MachineInstr &SecondMI) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MacroFusion.cpp35 const TargetSubtargetInfo &TSI,
38 const X86Subtarget &ST = static_cast<const X86Subtarget &>(TSI);
34 shouldScheduleAdjacent(const TargetInstrInfo &TII, const TargetSubtargetInfo &TSI, const MachineInstr *FirstMI, const MachineInstr &SecondMI) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMacroFusion.h31 const TargetSubtargetInfo &TSI,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp301 const TypeSourceInfo *TSI; local
303 TSI = VD->getTypeSourceInfo();
305 TSI = PD->getTypeSourceInfo();
307 TSI = nullptr;
308 if (TSI) {
309 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc();
327 const TypeSourceInfo *TSI = local
331 if (!TSI)
333 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc();
351 const TypeSourceInfo *TSI local
[all...]
H A DExprCXX.cpp947 CXXConstructorDecl *Cons, QualType Ty, TypeSourceInfo *TSI,
952 CXXTemporaryObjectExprClass, Ty, TSI->getTypeLoc().getBeginLoc(),
956 TSI(TSI) {}
964 TypeSourceInfo *TSI, ArrayRef<Expr *> Args, SourceRange ParenOrBraceRange,
972 Cons, Ty, TSI, Args, ParenOrBraceRange, HadMultipleCandidates,
1285 CXXUnresolvedConstructExpr::CXXUnresolvedConstructExpr(TypeSourceInfo *TSI, argument
1290 TSI->getType().getNonReferenceType(),
1291 (TSI->getType()->isLValueReferenceType()
1293 : TSI
946 CXXTemporaryObjectExpr( CXXConstructorDecl *Cons, QualType Ty, TypeSourceInfo *TSI, ArrayRef<Expr *> Args, SourceRange ParenOrBraceRange, bool HadMultipleCandidates, bool ListInitialization, bool StdInitListInitialization, bool ZeroInitialization) argument
962 Create( const ASTContext &Ctx, CXXConstructorDecl *Cons, QualType Ty, TypeSourceInfo *TSI, ArrayRef<Expr *> Args, SourceRange ParenOrBraceRange, bool HadMultipleCandidates, bool ListInitialization, bool StdInitListInitialization, bool ZeroInitialization) argument
1304 Create( const ASTContext &Context, TypeSourceInfo *TSI, SourceLocation LParenLoc, ArrayRef<Expr *> Args, SourceLocation RParenLoc) argument
[all...]
H A DDecl.cpp828 if (TypeSourceInfo *TSI = Function->getTypeSourceInfo())
829 TypeAsWritten = TSI->getType();
979 if (TypeSourceInfo *TSI = MD->getTypeSourceInfo())
980 TypeAsWritten = TSI->getType();
1805 TypeSourceInfo *TSI = getTypeSourceInfo(); local
1806 if (TSI) return TSI->getTypeLoc().getBeginLoc();
1811 TypeSourceInfo *TSI = getTypeSourceInfo(); local
1812 if (TSI) return TSI
2669 TypeSourceInfo *TSI = getTypeSourceInfo(); local
[all...]
H A DODRHash.cpp364 TypeSourceInfo *TSI = D->getFriendType(); local
365 Hash.AddBoolean(TSI);
366 if (TSI) {
367 AddQualType(TSI->getType());
H A DDeclPrinter.cpp787 if (TypeSourceInfo *TSI = D->getFriendType()) {
792 Out << " " << TSI->getType().getAsString(Policy);
973 if (const auto* TSI = S->getTypeAsWritten())
975 dyn_cast<TemplateSpecializationType>(TSI->getType()))
H A DDeclObjC.cpp1169 const auto *TSI = getReturnTypeSourceInfo(); local
1170 if (TSI)
1171 return TSI->getTypeLoc().getSourceRange();
2249 TypeSourceInfo *TSI,
2251 return new (C, DC) ObjCPropertyDecl(DC, L, Id, AtLoc, LParenLoc, T, TSI,
2243 Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, SourceLocation AtLoc, SourceLocation LParenLoc, QualType T, TypeSourceInfo *TSI, PropertyControl propControl) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMacroFusion.cpp29 const TargetSubtargetInfo &TSI,
28 shouldScheduleAdjacent(const TargetInstrInfo &TII_, const TargetSubtargetInfo &TSI, const MachineInstr *FirstMI, const MachineInstr &SecondMI) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp210 const TypeSourceInfo *TSI = nullptr; local
212 TSI =
215 TSI = i->ExplicitCastType;
233 if (TSI)
234 Ranges.push_back(TSI->getTypeLoc().getSourceRange());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp145 const TargetSubtargetInfo &TSI,
152 const PPCSubtarget &ST = static_cast<const PPCSubtarget&>(TSI);
144 shouldScheduleAdjacent(const TargetInstrInfo &TII, const TargetSubtargetInfo &TSI, const MachineInstr *FirstMI, const MachineInstr &SecondMI) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MacroFusion.cpp376 const TargetSubtargetInfo &TSI,
379 const AArch64Subtarget &ST = static_cast<const AArch64Subtarget&>(TSI);
375 shouldScheduleAdjacent(const TargetInstrInfo &TII, const TargetSubtargetInfo &TSI, const MachineInstr *FirstMI, const MachineInstr &SecondMI) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp814 TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType); local
818 /*VarDecl*/nullptr, DeclarationName(Id), DeductType, TSI,
859 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, Loc); local
860 if (auto PETL = TSI->getTypeLoc().getAs<PackExpansionTypeLoc>())
868 Loc, Id, InitCaptureType, TSI, SC_Auto);
1613 TypeSourceInfo *TSI = nullptr; local
1617 TSI = Capture.getVariable()->getTypeSourceInfo();
1622 if (!TSI)
1623 TSI = Context.getTrivialTypeSourceInfo(FieldType, Loc);
1627 FieldDecl::Create(Context, RD, Loc, Loc, nullptr, FieldType, TSI, nullpt
[all...]
H A DSemaTemplate.cpp1263 QualType Sema::CheckNonTypeTemplateParameterType(TypeSourceInfo *&TSI, argument
1265 if (TSI->getType()->isUndeducedType()) {
1271 TSI = SubstAutoTypeSourceInfo(TSI, Context.DependentTy);
1274 return CheckNonTypeTemplateParameterType(TSI->getType(), Loc);
1958 TypeSourceInfo *transform(TypeSourceInfo *TSI) { return TransformType(TSI); } argument
1966 TypeSourceInfo *TSI = InnerTLB.getTypeSourceInfo(Context, Transformed); local
1973 OrigDecl->getLocation(), OrigDecl->getIdentifier(), TSI);
1978 OrigDecl->getLocation(), OrigDecl->getIdentifier(), TSI);
2095 TypeSourceInfo *TSI = SemaRef.Context.getTrivialTypeSourceInfo(Result, Loc); local
4820 TypeSourceInfo *TSI = nullptr; local
10205 TypeSourceInfo *TSI = nullptr; local
10294 TypeSourceInfo *TSI = Builder.getTypeSourceInfo(Context, T); local
10348 CheckTypenameType(ElaboratedTypeKeyword Keyword, SourceLocation KeywordLoc, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo &II, SourceLocation IILoc, TypeSourceInfo **TSI, bool DeducedTSTContext) argument
[all...]
H A DSemaCast.cpp386 TypeSourceInfo *TSI, Expr *Operand,
388 CastOperation Op(*this, TSI->getType(), Operand);
390 TypeLoc TL = TSI->getTypeLoc();
393 if (!Operand->isTypeDependent() && !TSI->getType()->isDependentType()) {
401 Op.SrcExpr.get(), TSI, KWLoc, RParenLoc);
385 BuildBuiltinBitCastExpr(SourceLocation KWLoc, TypeSourceInfo *TSI, Expr *Operand, SourceLocation RParenLoc) argument
/freebsd-13-stable/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c461 #undef TSI macro
463 #define TSI(x, y) (pmcpl_ct_topscreen[x][pmcpl_ct_topmax[y].ln_index]) macro
491 ct = TSI(1, y);
509 for (x = 1; (ct = TSI(x, y)) != NULL; x++) {
534 TSI(x-1, y)->pct_image != ct->pct_image)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h398 static InitializedEntity InitializeCompoundLiteralInit(TypeSourceInfo *TSI) { argument
400 TSI->getType());
401 Result.TypeInfo = TSI;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h212 if (const TypeSourceInfo *TSI = A.getTypeSourceInfo())
213 Visit(TSI->getType());
H A DExpr.h5504 TSIPtrTy TSI; member in class:clang::final::final::AssociationTy
5506 AssociationTy(ExprPtrTy E, TSIPtrTy TSI, bool Selected) argument
5507 : E(E), TSI(TSI), Selected(Selected) {}
5511 TSIPtrTy getTypeSourceInfo() const { return TSI; }
5512 QualType getType() const { return TSI ? TSI->getType() : QualType(); }
5548 TSIPtrPtrTy TSI; // Kept in sync with E. member in class:clang::final::final::AssociationIteratorTy
5550 AssociationIteratorTy(StmtPtrPtrTy E, TSIPtrPtrTy TSI, unsigned Offset, argument
5552 : E(E), TSI(TS
[all...]
H A DRecursiveASTVisitor.h804 // FIXME: how can TSI ever be NULL?
805 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo())
806 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
1136 if (auto *TSI = TL.getClassTInfo())
1137 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc()));
1876 if (TypeSourceInfo *TSI = D->getTypeAsWritten()) \
1877 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc())); \
2015 if (TypeSourceInfo *TSI = D->getTypeSourceInfo()) {
2016 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc()));
2386 if (TypeSourceInfo *TSI
[all...]
H A DExprCXX.h1761 TypeSourceInfo *TSI; member in class:clang::final
1764 TypeSourceInfo *TSI, ArrayRef<Expr *> Args,
1775 TypeSourceInfo *TSI, ArrayRef<Expr *> Args,
1783 TypeSourceInfo *getTypeSourceInfo() const { return TSI; }
3389 TypeSourceInfo *TSI; member in class:clang::final
3397 CXXUnresolvedConstructExpr(TypeSourceInfo *TSI, SourceLocation LParenLoc,
3417 QualType getTypeAsWritten() const { return TSI->getType(); }
3421 TypeSourceInfo *getTypeSourceInfo() const { return TSI; }
H A DDeclObjC.h787 QualType T, TypeSourceInfo *TSI, PropertyControl propControl)
789 LParenLoc(LParenLocation), DeclType(T), DeclTypeSourceInfo(TSI),
801 TypeSourceInfo *TSI,
816 void setType(QualType T, TypeSourceInfo *TSI) { argument
818 DeclTypeSourceInfo = TSI;
785 ObjCPropertyDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id, SourceLocation AtLocation, SourceLocation LParenLocation, QualType T, TypeSourceInfo *TSI, PropertyControl propControl) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp654 if (TypeSourceInfo *TSI = D->getTypeAsWritten())
655 IndexCtx.indexTypeSourceInfo(TSI, /*Parent=*/nullptr,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp667 section_iterator TSI = Obj.section_end(); local
669 TSI = *TSIOrErr;
672 assert(TSI != Obj.section_end() && "TSI should refer to a valid section");
674 bool IsCode = TSI->isText();
675 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode,

Completed in 445 milliseconds

12