Home
last modified time | relevance | path

Searched defs:Reason (Results 1 - 24 of 24) sorted by relevance

/third_party/node/deps/v8/src/profiler/
H A Dprofiler-stats.h16 enum Reason { enum in v8::internal::ProfilerStats
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h78 ImportFailureReason Reason; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DErrorHandling.cpp62 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() argument
66 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error() argument
70 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() argument
74 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() argument
93 OS << "LLVM ERROR: " << Reason << "\n"; in report_fatal_error() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DInlineCost.h76 const char *Reason = nullptr; member in llvm::InlineCost
[all...]
/third_party/rust/crates/rust-openssl/openssl-errors/src/
H A Dlib.rs110 pub struct Reason<T>(c_int, PhantomData<T>); structure names
112 impl<T> Reason<T> { impls
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCompileServer.cpp119 void reportFatalErrorThenExitSuccess(void *UserData, const std::string &Reason, in reportFatalErrorThenExitSuccess() argument
131 OS << "LLVM ERROR: " << Reason << "\n"; in reportFatalErrorThenExitSuccess() local
H A DIceBrowserCompileServer.cpp186 void fatalErrorHandler(void *UserData, const std::string &Reason, in fatalErrorHandler() argument
266 void BrowserCompileServer::setFatalError(const std::string &Reason) { in setFatalError() argument
H A DIceRegAlloc.cpp51 dumpDisableOverlap(const Cfg *Func, const Variable *Var, const char *Reason) dumpDisableOverlap() argument
H A DIceTargetLoweringMIPS32.cpp5323 const Inst *Reason = nullptr; in formAddressingMode() local
5158 dumpAddressOpt(const Cfg *Func, const Variable *Base, int32_t Offset, const Inst *Reason) dumpAddressOpt() argument
5176 matchAssign(const VariablesMetadata *VMetadata, Variable **Var, int32_t *Offset, const Inst **Reason) matchAssign() argument
5228 matchOffsetBase(const VariablesMetadata *VMetadata, Variable **Base, int32_t *Offset, const Inst **Reason) matchOffsetBase() argument
[all...]
H A DIceTargetLoweringX8664.cpp4807 const Inst *Reason = nullptr; in computeAddressOpt() local
[all...]
H A DIceTargetLoweringX8632.cpp5386 const Inst *Reason = nullptr; in computeAddressOpt() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DErrorHandling.cpp82 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error() argument
86 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error() argument
90 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error() argument
94 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() argument
115 OS << "LLVM ERROR: " << Reason << "\n"; in report_fatal_error() local
147 void llvm::report_bad_alloc_error(const char *Reason, boo argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.hpp186 enum Reason enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DHWEventListener.h149 GenericReason Reason; member in llvm::mca::HWPressureEvent
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp278 const char *Reason = nullptr; in getPromotionCandidatesForCallSite() local
/third_party/mbedtls/tests/scripts/
H A Dgenerate_psa_tests.py232 class Reason(enum.Enum): class in OpFail
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp541 static void fail(const Instruction *I, const char *Reason, Value *V) { in fail() argument
620 checkConstantInt(const Instruction *I, Value *V, const char *Reason) checkConstantInt() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h42 SIScheduleCandReason Reason = NoCand; member
H A DSIMachineScheduler.cpp143 static const char *getReasonStr(SIScheduleCandReason Reason) { in getReasonStr() argument
159 tryLess(int TryVal, int CandVal, SISchedulerCandidate &TryCand, SISchedulerCandidate &Cand, SIScheduleCandReason Reason) tryLess() argument
176 tryGreater(int TryVal, int CandVal, SISchedulerCandidate &TryCand, SISchedulerCandidate &Cand, SIScheduleCandReason Reason) tryGreater() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp337 getFailureName(FunctionImporter::ImportFailureReason Reason) { in getFailureName() argument
177 selectCallee(const ModuleSummaryIndex &Index, ArrayRef<std::unique_ptr<GlobalValueSummary>> CalleeSummaryList, unsigned Threshold, StringRef CallerModulePath, FunctionImporter::ImportFailureReason &Reason, GlobalValue::GUID GUID) selectCallee() argument
448 FunctionImporter::ImportFailureReason Reason; computeImportForFunction() local
[all...]
H A DSampleProfile.cpp1036 const char *Reason = "Callee function not available"; in inlineHotFunctions() local
1057 << CalleeFunctionName << " because " << Reason << "\n"); in inlineHotFunctions() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1341 static Error createError(const Twine &Reason, llvm::Error E) { in createError() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h853 CandReason Reason; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2570 getReasonStr( GenericSchedulerBase::CandReason Reason) getReasonStr() argument
2649 tryLess(int TryVal, int CandVal, GenericSchedulerBase::SchedCandidate &TryCand, GenericSchedulerBase::SchedCandidate &Cand, GenericSchedulerBase::CandReason Reason) tryLess() argument
2665 tryGreater(int TryVal, int CandVal, GenericSchedulerBase::SchedCandidate &TryCand, GenericSchedulerBase::SchedCandidate &Cand, GenericSchedulerBase::CandReason Reason) tryGreater() argument
2707 tracePick(GenericSchedulerBase::CandReason Reason, bool IsTop) tracePick() argument
2863 tryPressure(const PressureChange &TryP, const PressureChange &CandP, GenericSchedulerBase::SchedCandidate &TryCand, GenericSchedulerBase::SchedCandidate &Cand, GenericSchedulerBase::CandReason Reason, const TargetRegisterInfo *TRI, const MachineFunction &MF) tryPressure() argument
[all...]

Completed in 48 milliseconds