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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterCheckpoint.h23 enum class Reason { class in class:lldb_private::RegisterCheckpoint
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h76 const char *Reason = nullptr; member in class:llvm::InlineCost
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h78 ImportFailureReason Reason; member in struct:llvm::FunctionImporter::ImportFailureInfo
81 ImportFailureInfo(ValueInfo VI, CalleeInfo::HotnessType MaxHotness, ImportFailureReason Reason, unsigned Attempts) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp128 FileChanged(SourceLocation Loc, FileChangeReason Reason, SrcMgr::CharacteristicKind NewFileType, FileID PrevFID) argument
H A DPrintPreprocessedOutput.cpp259 FileChanged(SourceLocation Loc, FileChangeReason Reason, SrcMgr::CharacteristicKind NewFileType, FileID PrevFID) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp82 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { argument
86 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { argument
90 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { argument
94 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { argument
115 OS << "LLVM ERROR: " << Reason << "\n"; local
147 void llvm::report_bad_alloc_error(const char *Reason, boo argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp20 FileChanged(SourceLocation Loc, FileChangeReason Reason, SrcMgr::CharacteristicKind FileType, FileID PrevFID) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h149 GenericReason Reason; member in class:llvm::mca::HWPressureEvent
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp158 void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp278 const char *Reason = nullptr; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp156 FileChanged(SourceLocation Loc, FileChangeReason Reason, SrcMgr::CharacteristicKind NewFileType, FileID) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h47 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp541 static void fail(const Instruction *I, const char *Reason, Value *V) { argument
620 checkConstantInt(const Instruction *I, Value *V, const char *Reason) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h42 SIScheduleCandReason Reason = NoCand; member in struct:llvm::SISchedulerCandidate
H A DSIMachineScheduler.cpp143 static const char *getReasonStr(SIScheduleCandReason Reason) { argument
159 tryLess(int TryVal, int CandVal, SISchedulerCandidate &TryCand, SISchedulerCandidate &Cand, SIScheduleCandReason Reason) argument
176 tryGreater(int TryVal, int CandVal, SISchedulerCandidate &TryCand, SISchedulerCandidate &Cand, SIScheduleCandReason Reason) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp337 getFailureName(FunctionImporter::ImportFailureReason Reason) { argument
177 selectCallee(const ModuleSummaryIndex &Index, ArrayRef<std::unique_ptr<GlobalValueSummary>> CalleeSummaryList, unsigned Threshold, StringRef CallerModulePath, FunctionImporter::ImportFailureReason &Reason, GlobalValue::GUID GUID) argument
448 FunctionImporter::ImportFailureReason Reason; local
[all...]
H A DSampleProfile.cpp1036 const char *Reason = "Callee function not available"; local
1057 << CalleeFunctionName << " because " << Reason << "\n"); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h853 CandReason Reason; member in struct:llvm::GenericSchedulerBase::SchedCandidate
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1341 static Error createError(const Twine &Reason, llvm::Error E) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1366 PPCallbacks::FileChangeReason Reason = PPCallbacks::RenameFile; local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp299 static Error failedImport(const Twine &Reason) { argument
H A DCodeGenDAGPatterns.cpp2640 bool TreePatternNode::canPatternMatch(std::string &Reason, argument
3903 std::string Reason; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2570 getReasonStr( GenericSchedulerBase::CandReason Reason) argument
2649 tryLess(int TryVal, int CandVal, GenericSchedulerBase::SchedCandidate &TryCand, GenericSchedulerBase::SchedCandidate &Cand, GenericSchedulerBase::CandReason Reason) argument
2665 tryGreater(int TryVal, int CandVal, GenericSchedulerBase::SchedCandidate &TryCand, GenericSchedulerBase::SchedCandidate &Cand, GenericSchedulerBase::CandReason Reason) argument
2707 tracePick(GenericSchedulerBase::CandReason Reason, bool IsTop) argument
2863 tryPressure(const PressureChange &TryP, const PressureChange &CandP, GenericSchedulerBase::SchedCandidate &TryCand, GenericSchedulerBase::SchedCandidate &Cand, GenericSchedulerBase::CandReason Reason, const TargetRegisterInfo *TRI, const MachineFunction &MF) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp7762 auto Reason = UnavailableAttr::IR_None; local
H A DSemaChecking.cpp5772 unsigned Reason = 0; local

Completed in 557 milliseconds