/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | ErrorHandling.cpp | 62 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/ |
D | ErrorHandling.cpp | 82 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/ |
D | InlineCost.h | 76 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/ |
D | IceBrowserCompileServer.cpp | 186 void fatalErrorHandler(void *UserData, const std::string &Reason, in fatalErrorHandler() 266 void BrowserCompileServer::setFatalError(const std::string &Reason) { in setFatalError()
|
D | IceCompileServer.cpp | 119 void reportFatalErrorThenExitSuccess(void *UserData, const std::string &Reason, in reportFatalErrorThenExitSuccess()
|
D | IceRegAlloc.cpp | 52 const char *Reason) { in dumpDisableOverlap()
|
D | IceTargetLoweringARM32.cpp | 5292 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
|
D | IceTargetLoweringMIPS32.cpp | 5159 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/ |
D | HWEventListener.h | 146 : 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/ |
D | FunctionImport.h | 78 ImportFailureReason Reason; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | Coroutines.cpp | 541 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/ |
D | FunctionImport.cpp | 180 FunctionImporter::ImportFailureReason &Reason, in selectCallee() 337 getFailureName(FunctionImporter::ImportFailureReason Reason) { in getFailureName() 448 FunctionImporter::ImportFailureReason Reason; in computeImportForFunction() local
|
D | Inliner.cpp | 404 if (const char *Reason = IC.getReason()) in operator <<() local
|
D | SampleProfile.cpp | 1036 const char *Reason = "Callee function not available"; in inlineHotFunctions() local
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.hpp | 186 enum Reason enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 278 const char *Reason = nullptr; in getPromotionCandidatesForCallSite() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIMachineScheduler.cpp | 143 static const char *getReasonStr(SIScheduleCandReason Reason) { in getReasonStr() 162 SIScheduleCandReason Reason) { in tryLess() 179 SIScheduleCandReason Reason) { in tryGreater()
|
D | SIMachineScheduler.h | 42 SIScheduleCandReason Reason = NoCand; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2571 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/ |
D | thread.cpp | 577 } Reason; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 853 CandReason Reason; member
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
D | ast.go | 388 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/ |
D | DWARFContext.cpp | 1341 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/ |
D | tsprotocol.go | 1546 Reason TextDocumentSaveReason `json:"reason"` member 3899 Reason TextDocumentSaveReason `json:"reason"` member
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | tsprotocol.go | 1546 Reason TextDocumentSaveReason `json:"reason"` member 3899 Reason TextDocumentSaveReason `json:"reason"` member
|