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

12

/freebsd-11-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-11-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-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMacroFusion.h31 const TargetSubtargetInfo &TSI,
/freebsd-11-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.cpp1022 CXXConstructorDecl *Cons, QualType Ty, TypeSourceInfo *TSI,
1027 CXXTemporaryObjectExprClass, Ty, TSI->getTypeLoc().getBeginLoc(),
1031 TSI(TSI) {}
1039 TypeSourceInfo *TSI, ArrayRef<Expr *> Args, SourceRange ParenOrBraceRange,
1047 Cons, Ty, TSI, Args, ParenOrBraceRange, HadMultipleCandidates,
1354 CXXUnresolvedConstructExpr::CXXUnresolvedConstructExpr(TypeSourceInfo *TSI, argument
1359 TSI->getType().getNonReferenceType(),
1360 (TSI->getType()->isLValueReferenceType()
1362 : TSI
1021 CXXTemporaryObjectExpr( CXXConstructorDecl *Cons, QualType Ty, TypeSourceInfo *TSI, ArrayRef<Expr *> Args, SourceRange ParenOrBraceRange, bool HadMultipleCandidates, bool ListInitialization, bool StdInitListInitialization, bool ZeroInitialization) argument
1037 Create( const ASTContext &Ctx, CXXConstructorDecl *Cons, QualType Ty, TypeSourceInfo *TSI, ArrayRef<Expr *> Args, SourceRange ParenOrBraceRange, bool HadMultipleCandidates, bool ListInitialization, bool StdInitListInitialization, bool ZeroInitialization) argument
1379 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();
975 if (TypeSourceInfo *TSI = MD->getTypeSourceInfo())
976 TypeAsWritten = TSI->getType();
1818 TypeSourceInfo *TSI = getTypeSourceInfo(); local
1819 if (TSI) return TSI->getTypeLoc().getBeginLoc();
1824 TypeSourceInfo *TSI = getTypeSourceInfo(); local
1825 if (TSI) return TSI
2682 TypeSourceInfo *TSI = getTypeSourceInfo(); local
3390 const 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 DTextNodeDumper.cpp324 const TypeSourceInfo *TSI = A.getTypeSourceInfo(); local
325 if (TSI) {
327 dumpType(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.cpp1168 const auto *TSI = getReturnTypeSourceInfo(); local
1169 if (TSI)
1170 return TSI->getTypeLoc().getSourceRange();
2250 TypeSourceInfo *TSI,
2252 return new (C, DC) ObjCPropertyDecl(DC, L, Id, AtLoc, LParenLoc, T, TSI,
2244 Create(ASTContext &C, DeclContext *DC, SourceLocation L, IdentifierInfo *Id, SourceLocation AtLoc, SourceLocation LParenLoc, QualType T, TypeSourceInfo *TSI, PropertyControl propControl) argument
/freebsd-11-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-11-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-11-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-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp813 TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType); local
817 /*VarDecl*/nullptr, DeclarationName(Id), DeductType, TSI,
858 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, Loc); local
859 if (auto PETL = TSI->getTypeLoc().getAs<PackExpansionTypeLoc>())
867 Loc, Id, InitCaptureType, TSI, SC_Auto);
1611 TypeSourceInfo *TSI = nullptr; local
1615 TSI = Capture.getVariable()->getTypeSourceInfo();
1620 if (!TSI)
1621 TSI = Context.getTrivialTypeSourceInfo(FieldType, Loc);
1625 FieldDecl::Create(Context, RD, Loc, Loc, nullptr, FieldType, TSI, nullpt
[all...]
H A DSemaTemplate.cpp1257 QualType Sema::CheckNonTypeTemplateParameterType(TypeSourceInfo *&TSI, argument
1259 if (TSI->getType()->isUndeducedType()) {
1265 TSI = SubstAutoTypeSourceInfo(TSI, Context.DependentTy);
1268 return CheckNonTypeTemplateParameterType(TSI->getType(), Loc);
1947 TypeSourceInfo *transform(TypeSourceInfo *TSI) { return TransformType(TSI); } argument
2056 TypeSourceInfo *TSI = SemaRef.Context.getTrivialTypeSourceInfo(Result, Loc); local
2059 TSI->getTypeLoc().castAs<FunctionProtoTypeLoc>();
2073 ExplicitSpecifier(), TSI, Lo
4745 TypeSourceInfo *TSI = nullptr; local
10139 TypeSourceInfo *TSI = nullptr; local
10228 TypeSourceInfo *TSI = Builder.getTypeSourceInfo(Context, T); local
10282 CheckTypenameType(ElaboratedTypeKeyword Keyword, SourceLocation KeywordLoc, NestedNameSpecifierLoc QualifierLoc, const IdentifierInfo &II, SourceLocation IILoc, TypeSourceInfo **TSI, bool DeducedTSTContext) argument
[all...]
H A DSemaCast.cpp348 TypeSourceInfo *TSI, Expr *Operand,
350 CastOperation Op(*this, TSI->getType(), Operand);
352 TypeLoc TL = TSI->getTypeLoc();
355 if (!Operand->isTypeDependent() && !TSI->getType()->isDependentType()) {
363 Op.SrcExpr.get(), TSI, KWLoc, RParenLoc);
347 BuildBuiltinBitCastExpr(SourceLocation KWLoc, TypeSourceInfo *TSI, Expr *Operand, SourceLocation RParenLoc) argument
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c458 #undef TSI macro
460 #define TSI(x, y) (pmcpl_ct_topscreen[x][pmcpl_ct_topmax[y].ln_index]) macro
488 ct = TSI(1, y);
506 for (x = 1; (ct = TSI(x, y)) != NULL; x++) {
531 TSI(x-1, y)->pct_image != ct->pct_image)
/freebsd-11-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-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h209 if (const TypeSourceInfo *TSI = A.getTypeSourceInfo())
210 Visit(TSI->getType());
H A DExpr.h5291 TSIPtrTy TSI; member in class:clang::final::final::final::AssociationTy
5293 AssociationTy(ExprPtrTy E, TSIPtrTy TSI, bool Selected) argument
5294 : E(E), TSI(TSI), Selected(Selected) {}
5298 TSIPtrTy getTypeSourceInfo() const { return TSI; }
5299 QualType getType() const { return TSI ? TSI->getType() : QualType(); }
5336 TSIPtrPtrTy TSI; // Kept in sync with E. member in class:clang::final::final::final::AssociationIteratorTy
5338 AssociationIteratorTy(StmtPtrPtrTy E, TSIPtrPtrTy TSI, unsigned Offset, argument
5340 : E(E), TSI(TS
[all...]
H A DExprCXX.h816 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) { argument
818 Operand = TSI;
1041 void setTypeOperandSourceInfo(TypeSourceInfo *TSI) { argument
1043 Operand = TSI;
1757 TypeSourceInfo *TSI; member in class:clang::final
1760 TypeSourceInfo *TSI, ArrayRef<Expr *> Args,
1771 TypeSourceInfo *TSI, ArrayRef<Expr *> Args,
1779 TypeSourceInfo *getTypeSourceInfo() const { return TSI; }
3397 TypeSourceInfo *TSI; member in class:clang::final
3405 CXXUnresolvedConstructExpr(TypeSourceInfo *TSI, SourceLocatio
[all...]
H A DRecursiveASTVisitor.h870 // FIXME: how can TSI ever be NULL?
871 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo())
872 return getDerived().TraverseTypeLoc(TSI->getTypeLoc());
1180 if (auto *TSI = TL.getClassTInfo())
1181 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc()));
1903 if (TypeSourceInfo *TSI = D->getTypeAsWritten()) \
1904 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc())); \
2040 if (TypeSourceInfo *TSI = D->getTypeSourceInfo()) {
2041 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc()));
2399 if (TypeSourceInfo *TSI
[all...]
H A DDeclObjC.h814 QualType T, TypeSourceInfo *TSI,
817 LParenLoc(LParenLocation), DeclType(T), DeclTypeSourceInfo(TSI),
829 TypeSourceInfo *TSI,
844 void setType(QualType T, TypeSourceInfo *TSI) { argument
846 DeclTypeSourceInfo = TSI;
812 ObjCPropertyDecl(DeclContext *DC, SourceLocation L, IdentifierInfo *Id, SourceLocation AtLocation, SourceLocation LParenLocation, QualType T, TypeSourceInfo *TSI, PropertyControl propControl) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp649 if (TypeSourceInfo *TSI = D->getTypeAsWritten())
650 IndexCtx.indexTypeSourceInfo(TSI, /*Parent=*/nullptr,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp660 section_iterator TSI = Obj.section_end(); local
662 TSI = *TSIOrErr;
665 assert(TSI != Obj.section_end() && "TSI should refer to a valid section");
667 bool IsCode = TSI->isText();
668 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode,

Completed in 263 milliseconds

12