Home
last modified time | relevance | path

Searched defs:Reason (Results 1 – 25 of 29) sorted by relevance

12

/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()
66 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error()
70 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error()
74 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error()
/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()
86 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error()
90 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error()
94 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error()
147 void llvm::report_bad_alloc_error(const char *Reason, bool GenCrashDiag) { in report_bad_alloc_error()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInlineCost.h76 const char *Reason = nullptr; variable
91 static InlineCost getAlways(const char *Reason) { in getAlways()
94 static InlineCost getNever(const char *Reason) { in getNever()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBrowserCompileServer.cpp186 void fatalErrorHandler(void *UserData, const std::string &Reason, in fatalErrorHandler()
266 void BrowserCompileServer::setFatalError(const std::string &Reason) { in setFatalError()
DIceCompileServer.cpp119 void reportFatalErrorThenExitSuccess(void *UserData, const std::string &Reason, in reportFatalErrorThenExitSuccess()
DIceRegAlloc.cpp52 const char *Reason) { in dumpDisableOverlap()
DIceTargetLoweringARM32.cpp5292 const Inst *Reason) { in dumpAddressOpt()
5315 int32_t *Offset, const Inst **Reason) { in matchAssign()
5368 const Inst **Reason) { in matchCombinedBaseIndex()
5407 int32_t *OffsetRegShamt, const Inst **Reason) { in matchShiftedOffsetReg()
5492 int32_t *Offset, const Inst **Reason) { in matchOffsetBase()
5600 const Inst *Reason = nullptr; in formAddressingMode() local
DIceTargetLoweringMIPS32.cpp5159 const Inst *Reason) { in dumpAddressOpt()
5177 int32_t *Offset, const Inst **Reason) { in matchAssign()
5229 int32_t *Offset, const Inst **Reason) { in matchOffsetBase()
5323 const Inst *Reason = nullptr; in formAddressingMode() local
/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-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h78 ImportFailureReason Reason; member
/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()
621 const char *Reason) { in checkConstantInt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp180 FunctionImporter::ImportFailureReason &Reason, in selectCallee()
337 getFailureName(FunctionImporter::ImportFailureReason Reason) { in getFailureName()
448 FunctionImporter::ImportFailureReason Reason; in computeImportForFunction() local
DInliner.cpp404 if (const char *Reason = IC.getReason()) in operator <<() local
DSampleProfile.cpp1036 const char *Reason = "Callee function not available"; in inlineHotFunctions() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp186 enum Reason enum
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp143 static const char *getReasonStr(SIScheduleCandReason Reason) { in getReasonStr()
162 SIScheduleCandReason Reason) { in tryLess()
179 SIScheduleCandReason Reason) { in tryGreater()
DSIMachineScheduler.h42 SIScheduleCandReason Reason = NoCand; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2571 GenericSchedulerBase::CandReason Reason) { in getReasonStr()
2652 GenericSchedulerBase::CandReason Reason) { in tryLess()
2668 GenericSchedulerBase::CandReason Reason) { in tryGreater()
2707 static void tracePick(GenericSchedulerBase::CandReason Reason, bool IsTop) { in tracePick()
2867 GenericSchedulerBase::CandReason Reason, in tryPressure()
/third_party/boost/libs/thread/src/win32/
Dthread.cpp577 } Reason; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h853 CandReason Reason; member
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dast.go388 func (n *Assert) Reason() t.ID { return n.id2 } func
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1341 static Error createError(const Twine &Reason, llvm::Error E) { in createError()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go1546 Reason TextDocumentSaveReason `json:"reason"` member
3899 Reason TextDocumentSaveReason `json:"reason"` member
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go1546 Reason TextDocumentSaveReason `json:"reason"` member
3899 Reason TextDocumentSaveReason `json:"reason"` member

12