Home
last modified time | relevance | path

Searched refs:Reason (Results 1 – 25 of 123) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInlineCost.h76 const char *Reason = nullptr; variable
79 InlineCost(int Cost, int Threshold, const char *Reason = nullptr)
80 : Cost(Cost), Threshold(Threshold), Reason(Reason) { in Cost()
81 assert((isVariable() || Reason) && in Cost()
91 static InlineCost getAlways(const char *Reason) { in getAlways() argument
92 return InlineCost(AlwaysInlineCost, 0, Reason); in getAlways()
94 static InlineCost getNever(const char *Reason) { in getNever() argument
95 return InlineCost(NeverInlineCost, 0, Reason); in getNever()
122 assert((Reason || isVariable()) && in getReason()
124 return Reason; in getReason()
/third_party/glib/gio/tests/desktop-files/usr/applications/
Dorg.gnome.clocks.desktop356 X-Geoclue-Reason[af]=Laat wêreldhorlosies toe om vir jou tydsone vertoon te word.
357 X-Geoclue-Reason[ar]=يتيح عرض الساعات العالمية في منطقة الزمنية الحالية.
358 X-Geoclue-Reason[be]=Дазваляе паказваць сусветныя гадзіннікі для вашага часавога пояса.
359 X-Geoclue-Reason[ca]=Permet que els rellotges del món es mostrin a la vostra zona horària.
360 X-Geoclue-Reason[ca@valencia]=Permet que els rellotges del món es mostren a la vostra zona horària.
361 X-Geoclue-Reason[cs]=Umožňuje zobrazit světové časy pro vaše časová pásma.
362 X-Geoclue-Reason[da]=Lader verdensure blive vist for din tidszone.
363 X-Geoclue-Reason[de]=Ermöglicht die Anzeige von Weltuhren für Ihre Zeitzone.
364 X-Geoclue-Reason[el]=Επιτρέπει την εμφάνιση των παγκόσμιων ρολογιών για την ζώνη ώρας σας.
365 X-Geoclue-Reason[en_GB]=Allows world clocks to be displayed for your time zone.
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DErrorHandling.cpp82 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() argument
83 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
86 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error() argument
87 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
90 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() argument
91 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
94 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() argument
108 handler(handlerData, Reason.str(), GenCrashDiag); in report_fatal_error()
115 OS << "LLVM ERROR: " << Reason << "\n"; in report_fatal_error()
147 void llvm::report_bad_alloc_error(const char *Reason, bool GenCrashDiag) { in report_bad_alloc_error() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp62 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() argument
63 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
66 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error() argument
67 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
70 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() argument
71 report_fatal_error(Twine(Reason), GenCrashDiag); in report_fatal_error()
74 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() argument
86 handler(handlerData, Reason.str(), GenCrashDiag); in report_fatal_error()
93 OS << "LLVM ERROR: " << Reason << "\n"; in report_fatal_error()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp159 if (TryCand.Reason != NoCand) { in pickNodeFromQueue()
197 assert(BotCand.Reason != NoCand && "failed to find the first candidate"); in pickNodeBidirectional()
217 assert(TopCand.Reason != NoCand && "failed to find the first candidate"); in pickNodeBidirectional()
235 if (TopCand.Reason == BotCand.Reason) { in pickNodeBidirectional()
237 GenericSchedulerBase::CandReason TopReason = TopCand.Reason; in pickNodeBidirectional()
238 TopCand.Reason = NoCand; in pickNodeBidirectional()
240 if (TopCand.Reason != NoCand) { in pickNodeBidirectional()
243 TopCand.Reason = TopReason; in pickNodeBidirectional()
246 if (TopCand.Reason == RegExcess && TopCand.RPDelta.Excess.getUnitInc() <= 0) { in pickNodeBidirectional()
248 } else if (BotCand.Reason == RegExcess && BotCand.RPDelta.Excess.getUnitInc() <= 0) { in pickNodeBidirectional()
[all …]
DSIMachineScheduler.h42 SIScheduleCandReason Reason = NoCand; member
185 assert(Best.Reason != NoCand && "uninitialized Sched candidate"); in setBest()
187 Reason = Best.Reason; in setBest()
377 assert(Best.Reason != NoCand && "uninitialized Sched candidate"); in setBest()
379 Reason = Best.Reason; in setBest()
DSIMachineScheduler.cpp143 static const char *getReasonStr(SIScheduleCandReason Reason) { in getReasonStr() argument
144 switch (Reason) { in getReasonStr()
162 SIScheduleCandReason Reason) { in tryLess() argument
164 TryCand.Reason = Reason; in tryLess()
168 if (Cand.Reason > Reason) in tryLess()
169 Cand.Reason = Reason; in tryLess()
172 Cand.setRepeat(Reason); in tryLess()
179 SIScheduleCandReason Reason) { in tryGreater() argument
181 TryCand.Reason = Reason; in tryGreater()
185 if (Cand.Reason > Reason) in tryGreater()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMachineScheduler.cpp33 TryCand.Reason = Stall; in biasAddiLoadCandidate()
38 TryCand.Reason = NoCand; in biasAddiLoadCandidate()
55 if (TryCand.Reason != NodeOrder && TryCand.Reason != NoCand) in tryCandidate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h78 ImportFailureReason Reason; member
82 ImportFailureReason Reason, unsigned Attempts) in ImportFailureInfo()
83 : VI(VI), MaxHotness(MaxHotness), Reason(Reason), Attempts(Attempts) {} in ImportFailureInfo()
/third_party/openssl/test/recipes/30-test_evp_data/
Devppkey_ecc.txt627 Reason=point at infinity
635 Reason=point at infinity
699 Reason=point at infinity
707 Reason=point at infinity
771 Reason=point at infinity
779 Reason=point at infinity
843 Reason=point at infinity
851 Reason=point at infinity
917 Reason=point at infinity
925 Reason=point at infinity
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp180 FunctionImporter::ImportFailureReason &Reason, in selectCallee() argument
182 Reason = FunctionImporter::ImportFailureReason::None; in selectCallee()
188 Reason = FunctionImporter::ImportFailureReason::NotLive; in selectCallee()
206 Reason = FunctionImporter::ImportFailureReason::GlobalVar; in selectCallee()
210 Reason = FunctionImporter::ImportFailureReason::InterposableLinkage; in selectCallee()
230 Reason = in selectCallee()
237 Reason = FunctionImporter::ImportFailureReason::TooLarge; in selectCallee()
244 Reason = FunctionImporter::ImportFailureReason::NotEligible; in selectCallee()
250 Reason = FunctionImporter::ImportFailureReason::NoInline; in selectCallee()
337 getFailureName(FunctionImporter::ImportFailureReason Reason) { in getFailureName() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2571 GenericSchedulerBase::CandReason Reason) { in getReasonStr() argument
2572 switch (Reason) { in getReasonStr()
2598 switch (Cand.Reason) { in traceCandidate()
2629 dbgs() << " Cand SU(" << Cand.SU->NodeNum << ") " << getReasonStr(Cand.Reason); in traceCandidate()
2652 GenericSchedulerBase::CandReason Reason) { in tryLess() argument
2654 TryCand.Reason = Reason; in tryLess()
2658 if (Cand.Reason > Reason) in tryLess()
2659 Cand.Reason = Reason; in tryLess()
2668 GenericSchedulerBase::CandReason Reason) { in tryGreater() argument
2670 TryCand.Reason = Reason; in tryGreater()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h804 static const char *getReasonStr(GenericSchedulerBase::CandReason Reason);
853 CandReason Reason; member
870 Reason = NoCand; in reset()
880 assert(Best.Reason != NoCand && "uninitialized Sched candidate"); in setBest()
882 Reason = Best.Reason; in setBest()
917 GenericSchedulerBase::CandReason Reason);
921 GenericSchedulerBase::CandReason Reason);
929 GenericSchedulerBase::CandReason Reason,
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBrowserCompileServer.cpp186 void fatalErrorHandler(void *UserData, const std::string &Reason, in fatalErrorHandler() argument
191 Server->setFatalError(Reason); in fatalErrorHandler()
266 void BrowserCompileServer::setFatalError(const std::string &Reason) { in setFatalError() argument
268 Ctx->getStrError() << Reason; in setFatalError()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp186 enum Reason enum
202 Reason reason;
208 AllocationCallbackViolation (const AllocationCallbackRecord& record_, Reason reason_) in AllocationCallbackViolation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DHWEventListener.h146 : Reason(reason), AffectedInstructions(Insts), ResourceMask(Mask) {} in Reason() function
149 GenericReason Reason; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm-c/
DErrorHandling.h21 typedef void (*LLVMFatalErrorHandler)(const char *Reason);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DErrorHandling.h21 typedef void (*LLVMFatalErrorHandler)(const char *Reason);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp278 const char *Reason = nullptr; in getPromotionCandidatesForCallSite() local
279 if (!isLegalToPromote(CallSite(Inst), TargetFunction, &Reason)) { in getPromotionCandidatesForCallSite()
286 << NV("Count", Count) << ": " << Reason; in getPromotionCandidatesForCallSite()
/third_party/openssl/engines/
De_ossltest.txt12 #Reason codes
De_dasync.txt21 #Reason codes
De_afalg.txt17 #Reason codes
/third_party/openssl/util/
Dfind-unused-errs23 echo Reason codes only
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp541 static void fail(const Instruction *I, const char *Reason, Value *V) { in fail() argument
550 report_fatal_error(Reason); in fail()
621 const char *Reason) { in checkConstantInt() argument
623 fail(I, Reason, V); in checkConstantInt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrorHandling.h116 void report_bad_alloc_error(const char *Reason, bool GenCrashDiag = true);

12345