Home
last modified time | relevance | path

Searched refs:TP (Results 1 – 25 of 112) sorted by relevance

12345

/freebsd/bin/sh/tests/parameters/
H A Dpwd2.07 TP=$(pwd)
11 [ "$PWD" = "$TP/link" ]
12 [ "$(pwd)" = "$TP/link" ]
13 [ "$(pwd -P)" = "$TP/test1" ]
14 [ "$(${SH} -c pwd)" = "$TP/link" ]
15 [ "$(${SH} -c pwd\ -P)" = "$TP/test1" ]
17 [ "$(pwd)" = "$TP" ]
19 [ "$PWD" = "$TP/test1" ]
20 [ "$(pwd)" = "$TP/test1" ]
21 [ "$(pwd -P)" = "$TP/test1" ]
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8188-geralt-ciri.dtsi154 "TP",
169 "TP",
171 "TP",
199 "TP",
200 "TP",
205 "TP",
206 "TP",
207 "TP",
208 "TP",
212 "TP",
[all …]
H A Dmt8186-corsola-starmie.dtsi188 gpio-line-names = "TP",
189 "TP",
190 "TP",
275 "TP",
375 "TP",
376 "TP";
H A Dmt8188-geralt.dtsi665 "TP",
680 "TP",
682 "TP",
710 "TP",
711 "TP",
716 "TP",
717 "TP",
718 "TP",
719 "TP",
723 "TP",
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp84 std::optional<BPThreadPool> TP; in run() local
88 TP.emplace(TheThreadPool); in run()
96 auto BisectTask = [this, NodesRange, &TP]() { in run()
97 bisect(NodesRange, /*RecDepth=*/0, /*RootBucket=*/1, /*Offset=*/0, TP); in run()
99 if (TP) { in run()
100 TP->async(std::move(BisectTask)); in run()
101 TP->wait(); in run()
116 std::optional<BPThreadPool> &TP) const { in bisect()
150 auto LeftRecTask = [this, LeftNodes, RecDepth, LeftBucket, Offset, &TP]() { in bisect()
151 bisect(LeftNodes, RecDepth + 1, LeftBucket, Offset, TP); in bisect()
[all …]
H A DChrono.cpp26 static inline struct tm getStructTM(TimePoint<> TP) { in getStructTM() argument
28 std::time_t OurTime = toTimeT(TP); in getStructTM()
44 static inline struct tm getStructTMUtc(UtcTime<> TP) { in getStructTMUtc() argument
46 std::time_t OurTime = toTimeT(TP); in getStructTMUtc()
62 raw_ostream &operator<<(raw_ostream &OS, TimePoint<> TP) { in operator <<() argument
63 struct tm LT = getStructTM(TP); in operator <<()
68 long((TP.time_since_epoch() % std::chrono::seconds(1)) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h81 inline struct timespec toTimeSpec(TimePoint<> TP) { in toTimeSpec() argument
85 RetVal.tv_sec = toTimeT(TP); in toTimeSpec()
86 RetVal.tv_nsec = (TP.time_since_epoch() % seconds(1)).count(); in toTimeSpec()
91 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) { in toTimeVal() argument
95 RetVal.tv_sec = toTimeT(TP); in toTimeVal()
96 RetVal.tv_usec = (TP.time_since_epoch() % seconds(1)).count(); in toTimeVal()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h47 TrampolinePool *TP);
74 void setTrampolinePool(TrampolinePool &TP) { this->TP = &TP; } in setTrampolinePool() argument
84 TrampolinePool *TP = nullptr; variable
99 auto TP = LocalTrampolinePool<ORCABI>::Create( in init() local
107 if (!TP) in init()
108 return TP.takeError(); in init()
110 this->TP = std::move(*TP); in init()
111 setTrampolinePool(*this->TP); in init()
115 std::unique_ptr<TrampolinePool> TP; variable
H A DIndirectionUtils.h220 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager() argument
223 : TP(std::move(TP)), ES(ES), in JITCompileCallbackManager()
227 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool() argument
228 this->TP = std::move(TP); in setTrampolinePool()
233 std::unique_ptr<TrampolinePool> TP; variable
267 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager() local
273 if (!TP) { in LocalJITCompileCallbackManager()
274 Err = TP.takeError(); in LocalJITCompileCallbackManager()
278 setTrampolinePool(std::move(*TP)); in LocalJITCompileCallbackManager()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DChrono.h50 inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT() argument
53 time_point_cast<system_clock::time_point::duration>(TP)); in toTimeT()
57 inline std::time_t toTimeT(UtcTime<> TP) { in toTimeT() argument
60 duration_cast<seconds>(TP.time_since_epoch()))); in toTimeT()
80 LLVM_ABI raw_ostream &operator<<(raw_ostream &OS, sys::TimePoint<> TP);
81 LLVM_ABI raw_ostream &operator<<(raw_ostream &OS, sys::UtcTime<> TP);
93 LLVM_ABI static void format(const sys::TimePoint<> &TP, llvm::raw_ostream &OS,
98 LLVM_ABI static void format(const sys::UtcTime<std::chrono::seconds> &TP,
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp365 if (In.empty() || Out == In || TP.hasError()) in MergeInTypeInfo()
374 TP.error("Type contradiction"); in MergeInTypeInfo()
381 if (TP.hasError()) in forceArbitrary()
400 if (TP.hasError()) in EnforceInteger()
410 if (TP.hasError()) in EnforceFloatingPoint()
420 if (TP.hasError()) in EnforceScalar()
430 if (TP.hasError()) in EnforceVector()
440 if (TP.hasError() || !Out.empty()) in EnforceAny()
479 if (TP.hasError()) in EnforceSmallerThan()
524 TP.error("Incompatible types"); in EnforceSmallerThan()
[all …]
H A DCodeGenDAGPatterns.h246 TypeInfer(TreePattern &T) : TP(T) {} in TypeInfer()
340 TreePattern &TP; member
388 TreePattern &TP) const;
471 bool ApplyTypeConstraints(TreePatternNode &N, TreePattern &TP) const;
708 bool isTypeCompletelyUnknown(unsigned ResNo, TreePattern &TP) const { in isTypeCompletelyUnknown() argument
839 void InlinePatternFragments(TreePattern &TP,
845 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
852 TreePattern &TP);
854 TreePattern &TP);
856 TreePattern &TP);
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h101 if (const Type *TP = Loc.getTypePtr()) { in VisitTypeLoc() local
102 if (TP->getTypeClass() == clang::Type::Record) in VisitTypeLoc()
103 return visit(TP->getAsCXXRecordDecl(), TypeBeginLoc, TypeEndLoc); in VisitTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp48 const Type *TP = T.getTypePtr(); in hasPointerToPointerSizedType() local
49 QualType PointeeT = TP->getPointeeType(); in hasPointerToPointerSizedType()
62 if (const Type *TElem = TP->getArrayElementTypeNoTypeQual()) in hasPointerToPointerSizedType()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DMemory.inc76 TOKEN_PRIVILEGES TP{};
77 TP.PrivilegeCount = 1;
78 TP.Privileges[0].Luid = Luid;
79 TP.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED;
80 if (!AdjustTokenPrivileges(Token, FALSE, &TP, 0, 0, 0)) {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp802 for (auto *TP : *AliasTemplate->getTemplateParameters()) { in buildAssociatedConstraints()
809 SemaRef, AliasTemplate->getDeclContext(), TP, Args, in buildAssociatedConstraints()
811 getDepthAndIndex(TP).first + AdjustDepth); in buildAssociatedConstraints()
829 NamedDecl *TP = F->getTemplateParameters()->getParam(Index); in buildAssociatedConstraints() local
835 transformTemplateParameter(SemaRef, F->getDeclContext(), TP, Args, in buildAssociatedConstraints()
837 getDepthAndIndex(TP).first + AdjustDepth); in buildAssociatedConstraints()
930 for (auto *TP : TemplateParams) { in buildIsDeducibleConstraint() local
937 SemaRef, AliasTemplate->getDeclContext(), TP, Args, in buildIsDeducibleConstraint()
939 getDepthAndIndex(TP).first + AdjustDepth); in buildIsDeducibleConstraint()
1129 auto *TP = in BuildDeductionGuideForTypeAlias() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp278 if (TP) in cleanup()
280 static_cast<EPCTrampolinePool &>(*TP).deallocatePool()); in cleanup()
325 if (!TP) in getTrampolinePool()
326 TP = std::make_unique<EPCTrampolinePool>(*this); in getTrampolinePool()
327 return *TP; in getTrampolinePool()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp701 for (const NamedDecl *TP : *Params) { in indexTemplateParameters()
703 IndexCtx.handleDecl(TP); in indexTemplateParameters()
704 if (const auto *TTP = dyn_cast<TemplateTypeParmDecl>(TP)) { in indexTemplateParameters()
707 TP->getLexicalDeclContext()); in indexTemplateParameters()
711 } else if (const auto *NTTP = dyn_cast<NonTypeTemplateParmDecl>(TP)) { in indexTemplateParameters()
715 TP->getLexicalDeclContext()); in indexTemplateParameters()
716 } else if (const auto *TTPD = dyn_cast<TemplateTemplateParmDecl>(TP)) { in indexTemplateParameters()
719 TP->getLexicalDeclContext()); in indexTemplateParameters()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_cfg.txt31 # TP number of RX channels (0 = auto)
37 # TP number of TX channels (0 = auto)
40 # TP OFLD MTUs
H A Dt6fw_cfg_hashfilter.txt32 # TP number of RX channels (0 = auto)
38 # TP number of TX channels (0 = auto)
41 # TP OFLD MTUs
H A Dt5fw_cfg.txt58 # TP number of RX channels (0 = auto)
64 # TP number of TX channels (0 = auto)
67 # TP OFLD MTUs
H A Dt5fw_cfg_hashfilter.txt58 # TP number of RX channels (0 = auto)
64 # TP number of TX channels (0 = auto)
67 # TP OFLD MTUs
H A Dt6fw_cfg.txt32 # TP number of RX channels (0 = auto)
38 # TP number of TX channels (0 = auto)
41 # TP OFLD MTUs
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h223 inline FILETIME toFILETIME(TimePoint<> TP) { in toFILETIME() argument
225 TimeInteger.QuadPart = TP.time_since_epoch().count() / 100; in toFILETIME()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp137 TreePattern *TP = Usage.first; in MatcherTableEmitter() local
138 TreePredicateFn Pred(TP); in MatcherTableEmitter()
139 NodePredicatesByCodeToRun[Pred.getCodeToRunOnSDNode()].push_back(TP); in MatcherTableEmitter()
150 for (TreePattern *TP : TPs) in MatcherTableEmitter()
151 Uses += PredicateUsage[TP]; in MatcherTableEmitter()
161 TreePattern *TP = Predicate.first; in MatcherTableEmitter() local
162 if (TreePredicateFn(TP).usesOperands()) in MatcherTableEmitter()
163 NodePredicatesWithOperands.push_back(TP); in MatcherTableEmitter()
165 NodePredicates.push_back(TP); in MatcherTableEmitter()

12345