Home
last modified time | relevance | path

Searched full:tsi (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd-src/sys/contrib/device-tree/Bindings/net/
H A Dlantiq,pef2256.yaml94 (nu) and used time-slots (XX) for TSi is
96 <-- TSi --> <- TSi+1 -> <- TSi+2 ->
100 <-- TSi --> <- TSi+1 -> <- TSi+2 ->
104 <-- TSi --> <- TSi+1 -> <- TSi+2 ->
/freebsd-src/sys/contrib/device-tree/Bindings/hwmon/
H A Dnuvoton,nct6775.yaml33 nuvoton,tsi-channel-mask:
35 Bitmask indicating which TSI temperature sensor channels are
56 nuvoton,tsi-channel-mask = <0x03>;
H A Damd,sbtsi.yaml8 Sideband interface Temperature Sensor Interface (SB-TSI) compliant
16 SB Temperature Sensor Interface (SB-TSI) is an SMBus compatible
31 SoC register reference. The SB-TSI address is normally 98h for socket
/freebsd-src/usr.bin/script/
H A Dscript.c553 struct timespec tsi, tso; in playback() local
588 tsi = tso; in playback()
595 tsi = tso; in playback()
622 tsi.tv_sec = tso.tv_sec - tsi.tv_sec; in playback()
623 tsi.tv_nsec = tso.tv_nsec - tsi.tv_nsec; in playback()
624 if (tsi.tv_nsec < 0) { in playback()
625 tsi.tv_sec -= 1; in playback()
626 tsi.tv_nsec += 1000000000; in playback()
629 (void)nanosleep(&tsi, NULL); in playback()
630 tsi = tso; in playback()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp224 const TypeSourceInfo *TSI = nullptr; in fill() local
315 TSI = VD->getTypeSourceInfo(); in fill()
317 TSI = PD->getTypeSourceInfo(); in fill()
326 TSI = VD->getTypeSourceInfo(); in fill()
335 TSI = cast<TypedefNameDecl>(CommentDecl)->getTypeSourceInfo(); in fill()
343 TSI = TAD->getTypeSourceInfo(); in fill()
353 if (TSI) { in fill()
354 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill()
H A DExprCXX.cpp1109 CXXConstructorDecl *Cons, QualType Ty, TypeSourceInfo *TSI,
1114 CXXTemporaryObjectExprClass, Ty, TSI->getTypeLoc().getBeginLoc(), in Create()
1118 TSI(TSI) { in Create()
1128 TypeSourceInfo *TSI, ArrayRef<Expr *> Args, SourceRange ParenOrBraceRange, in CreateEmpty()
1136 Cons, Ty, TSI, Args, ParenOrBraceRange, HadMultipleCandidates, in CXXConstructExpr()
1456 QualType T, TypeSourceInfo *TSI, SourceLocation LParenLoc, in CXXDependentScopeMemberExpr()
1459 (TSI->getType()->isLValueReferenceType() ? VK_LValue in CXXDependentScopeMemberExpr()
1460 : TSI->getType()->isRValueReferenceType() ? VK_XValue in CXXDependentScopeMemberExpr()
1463 TypeAndInitForm(TSI, IsListIni in CXXDependentScopeMemberExpr()
1059 CXXTemporaryObjectExpr(CXXConstructorDecl * Cons,QualType Ty,TypeSourceInfo * TSI,ArrayRef<Expr * > Args,SourceRange ParenOrBraceRange,bool HadMultipleCandidates,bool ListInitialization,bool StdInitListInitialization,bool ZeroInitialization) CXXTemporaryObjectExpr() argument
1078 Create(const ASTContext & Ctx,CXXConstructorDecl * Cons,QualType Ty,TypeSourceInfo * TSI,ArrayRef<Expr * > Args,SourceRange ParenOrBraceRange,bool HadMultipleCandidates,bool ListInitialization,bool StdInitListInitialization,bool ZeroInitialization) Create() argument
1406 CXXUnresolvedConstructExpr(QualType T,TypeSourceInfo * TSI,SourceLocation LParenLoc,ArrayRef<Expr * > Args,SourceLocation RParenLoc,bool IsListInit) CXXUnresolvedConstructExpr() argument
1423 Create(const ASTContext & Context,QualType T,TypeSourceInfo * TSI,SourceLocation LParenLoc,ArrayRef<Expr * > Args,SourceLocation RParenLoc,bool IsListInit) Create() argument
[all...]
H A DComputeDependence.cpp340 if (auto *TSI = E->getTypeSourceInfo()) in computeDependence()
341 D |= toExprDependenceAsWritten(TSI->getType()->getDependence()); in computeDependence()
480 if (auto *TSI = DD->getTypeSourceInfo()) { in computeDependence()
481 D |= toExprDependenceAsWritten(TSI->getType()->getDependence()); in computeDependence()
780 if (auto *TSI = E->getDestroyedTypeInfo()) in computeDependence()
781 D |= toExprDependenceAsWritten(TSI->getType()->getDependence()); in computeDependence()
330 if (auto *TSI = E->getTypeSourceInfo()) computeDependence() local
443 if (auto *TSI = DD->getTypeSourceInfo()) { computeDependence() local
741 if (auto *TSI = E->getDestroyedTypeInfo()) computeDependence() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp213 const TypeSourceInfo *TSI = nullptr; in checkASTCodeBody() local
215 TSI = CallRec.CastedExprParent.get<const VarDecl *>() in checkASTCodeBody()
218 TSI = CallRec.ExplicitCastType; in checkASTCodeBody()
236 if (TSI) in checkASTCodeBody()
237 Ranges.push_back(TSI->getTypeLoc().getSourceRange()); in checkASTCodeBody()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MacroFusion.cpp36 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent() argument
39 const X86Subtarget &ST = static_cast<const X86Subtarget &>(TSI); in shouldScheduleAdjacent()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMacroFusion.cpp52 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent() argument
55 const ARMSubtarget &ST = static_cast<const ARMSubtarget&>(TSI); in shouldScheduleAdjacent()
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp27 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ty, SourceLocation()); in CStyleCastPtrExpr() local
29 S.BuildCStyleCastExpr(SourceLocation(), TSI, SourceLocation(), E).get(); in CStyleCastPtrExpr()
H A DInterpreter.cpp694 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(UIntTy);
696 S.BuildCStyleCastExpr(SourceLocation(), TSI, SourceLocation(), E);
702 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ctx.VoidPtrTy); in HandleIntegralOrEnumType()
704 S.BuildCStyleCastExpr(SourceLocation(), TSI, SourceLocation(), E); in HandleIntegralOrEnumType()
767 TypeSourceInfo *TSI = in __clang_Interpreter_SetValueNoAlloc()
798 /*TypeIdParens=*/SourceRange(), TSI->getType(), TSI, std::nullopt, in __clang_Interpreter_SetValueNoAlloc()
593 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ty, SourceLocation()); getCall() local
699 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ctx.UnsignedLongLongTy); HandleIntegralOrEnumType() local
707 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ctx.VoidPtrTy); HandlePtrType() local
/freebsd-src/sys/contrib/device-tree/src/powerpc/
H A Dholly.dts2 * Device Tree Source for IBM Holly (PPC 750CL with TSI controller)
45 device_type = "tsi-bridge";
/freebsd-src/sys/contrib/device-tree/Bindings/mfd/
H A Dda9052-i2c.txt8 - dlg,tsi-as-adc : Boolean, if set the X+, X-, Y+, Y- touchscreen
H A D88pm860x.txt61 marvell,88pm860x-tsi-prebias = <6>;
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMacroFusion.cpp27 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent() argument
/freebsd-src/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-inventec-starscream.dts170 // AMD SB-TSI CPU1
181 // AMD SB-TSI CPU2
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp103 const TargetSubtargetInfo *TSI = nullptr; member in __anoncb22ebf70111::SelectOptimizeImpl
413 TSI = TM->getSubtargetImpl(F); in run()
414 TLI = TSI->getTargetLowering(); in run()
439 TSchedModel.init(TSI); in runOnFunction()
447 TSI = TM->getSubtargetImpl(F); in runOnFunction()
448 TLI = TSI->getTargetLowering();
467 TSchedModel.init(TSI); in optimizeSelectsBase()
/freebsd-src/usr.sbin/pmcstat/
H A Dpmcpl_calltree.c458 #undef TSI in pmcpl_ct_node_printtop()
460 #define TSI(x, y) (pmcpl_ct_topscreen[x][pmcpl_ct_topmax[y].ln_index]) in pmcpl_ct_node_printtop() macro
488 ct = TSI(1, y); in pmcpl_ct_node_printtop()
506 for (x = 1; (ct = TSI(x, y)) != NULL; x++) { in pmcpl_ct_node_printtop()
531 TSI(x-1, y)->pct_image != ct->pct_image) in pmcpl_ct_node_printtop()
/freebsd-src/share/misc/
H A Diso639478 tsi tsi Tsimshian
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp235 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent() argument
242 const PPCSubtarget &ST = static_cast<const PPCSubtarget&>(TSI); in shouldScheduleAdjacent()
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp385 if (auto *TSI = ED->getIntegerTypeSourceInfo()) in VisitEnumDecl() local
386 IndexCtx.indexTypeSourceInfo(TSI, ED, ED, /*isBase=*/true); in VisitEnumDecl()
676 if (TypeSourceInfo *TSI = D->getTypeAsWritten()) VisitClassTemplateSpecializationDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp811 TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType); in createLambdaInitCaptureVarDecl()
815 /*VarDecl*/nullptr, DeclarationName(Id), DeductType, TSI, in createLambdaInitCaptureVarDecl()
854 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, Loc); in getDummyLambdaType()
855 if (auto PETL = TSI->getTypeLoc().getAs<PackExpansionTypeLoc>()) in getDummyLambdaType()
863 InitCaptureType, TSI, SC_Auto); in getDummyLambdaType()
2024 TypeSourceInfo *TSI = nullptr; in BuildLambdaExpr()
2028 TSI = Var->getTypeSourceInfo(); in BuildLambdaExpr()
2033 if (!TSI) in BuildLambdaExpr()
2034 TSI = Context.getTrivialTypeSourceInfo(FieldType, Loc); in BuildLambdaExpr()
2039 /*Id=*/nullptr, FieldType, TSI, /*B in BuildLambdaExpr()
769 TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType); buildLambdaInitCaptureInitialization() local
812 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, Loc); createLambdaInitCaptureVarDecl() local
1966 TypeSourceInfo *TSI = nullptr; BuildCaptureField() local
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm/marvell/
H A Dpxa910-dkb.dts141 marvell,88pm860x-tsi-prebias = <6>;
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MacroFusion.cpp444 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent() argument
447 const AArch64Subtarget &ST = static_cast<const AArch64Subtarget&>(TSI); in shouldScheduleAdjacent()

1234