| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMachineScheduler.cpp | 38 TryCand.Reason = Stall; in biasAddiLoadCandidate() 42 TryCand.Reason = NoCand; in biasAddiLoadCandidate() 56 TryCand.Reason = NodeOrder; in tryCandidate() 63 return TryCand.Reason != NoCand; in tryCandidate() 144 TryCand.Reason = NodeOrder; in tryCandidate() 152 if (TryCand.Reason != NodeOrder && TryCand.Reason != NoCand) in tryCandidate() 162 return TryCand.Reason != NoCand; in tryCandidate() 171 TryCand.Reason = Stall; in biasAddiCandidate() 183 TryCand.Reason = NodeOrder; in tryCandidate() 213 TryCand.Reason = NodeOrder; in tryCandidate() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InlineCost.h | 102 const char *Reason = nullptr; variable 109 const char *Reason = nullptr, 112 StaticBonusApplied(StaticBonusApplied), Reason(Reason), in Cost() 114 assert((isVariable() || Reason) && in Cost() 125 getAlways(const char *Reason, 130 getNever(const char *Reason, 132 return InlineCost(NeverInlineCost, 0, 0, Reason, CostBenefit); 166 assert((Reason || isVariable()) && in getReason() 168 return Reason; in getReason() 185 static InlineResult failure(const char *Reason) { in failure() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ErrorHandling.cpp | 82 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(StringRef 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(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error() argument 104 handler(handlerData, Reason.str().c_str(), GenCrashDiag); in report_fatal_error() 111 OS << "LLVM ERROR: " << Reason << "\n"; in report_fatal_error() 146 void llvm::report_bad_alloc_error(const char *Reason, bool GenCrashDiag) { in report_bad_alloc_error() argument 160 Handler(HandlerData, Reason, GenCrashDiag); in report_bad_alloc_error() 173 (void)!::write(2, Reason, strlen(Reason)); in report_bad_alloc_error()
|
| H A D | SmallVector.cpp | 63 std::string Reason = "SmallVector unable to grow. Requested capacity (" + in report_size_overflow() local 68 throw std::length_error(Reason); in report_size_overflow() 70 report_fatal_error(Twine(Reason)); in report_size_overflow() 78 std::string Reason = in report_at_maximum_capacity() local 82 throw std::length_error(Reason); in report_at_maximum_capacity() 84 report_fatal_error(Twine(Reason)); in report_at_maximum_capacity()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | HeaderIncludeGen.cpp | 49 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 102 void FileChanged(SourceLocation Loc, FileChangeReason Reason, 206 FileChangeReason Reason, in FileChanged() argument 216 if (Reason == PPCallbacks::EnterFile) { in FileChanged() 218 } else if (Reason == PPCallbacks::ExitFile) { in FileChanged() 241 if (Reason == PPCallbacks::EnterFile && in FileChanged() 297 SourceLocation Loc, FileChangeReason Reason, in FileChanged() argument 309 if (Reason == PPCallbacks::EnterFile && in FileChanged()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RegisterCheckpoint.h | 23 enum class Reason { enum 34 RegisterCheckpoint(Reason reason) : UserID(0), m_reason(reason) {} in RegisterCheckpoint() 44 Reason m_reason;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | FunctionImport.h | 77 ImportFailureReason Reason; member 81 ImportFailureReason Reason, unsigned Attempts) in ImportFailureInfo() 82 : VI(VI), MaxHotness(MaxHotness), Reason(Reason), Attempts(Attempts) {} in ImportFailureInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.h | 42 SIScheduleCandReason Reason = NoCand; member 182 assert(Best.Reason != NoCand && "uninitialized Sched candidate"); in setBest() 184 Reason = Best.Reason; in setBest() 374 assert(Best.Reason != NoCand && "uninitialized Sched candidate"); in setBest() 376 Reason = Best.Reason; in setBest()
|
| H A D | SIMachineScheduler.cpp | 125 switch (Reason) { in getReasonStr() 145 TryCand.Reason = Reason; in tryLess() 149 if (Cand.Reason > Reason) in tryLess() 150 Cand.Reason = Reason; in tryLess() 153 Cand.setRepeat(Reason); in tryLess() 162 TryCand.Reason = Reason; in tryGreater() 166 if (Cand.Reason > Reason) in tryGreater() 167 Cand.Reason = Reason; in tryGreater() 170 Cand.setRepeat(Reason); in tryGreater() 195 TryCand.Reason = NodeOrder; in tryCandidateTopDown() [all …]
|
| H A D | GCNSchedStrategy.cpp | 228 if (TryCand.Reason != NoCand) { in pickNodeFromQueue() 304 TopCand.Reason = NoCand; in pickNodeBidirectional() 306 if (TopCand.Reason != NoCand) { in pickNodeBidirectional() 404 TryCand.Reason = NodeOrder; in tryCandidate() 412 return TryCand.Reason != NoCand; in tryCandidate() 417 return TryCand.Reason != NoCand; in tryCandidate() 424 return TryCand.Reason != NoCand; in tryCandidate() 458 return TryCand.Reason != NoCand; in tryCandidate() 464 return TryCand.Reason != NoCand; in tryCandidate() 470 return TryCand.Reason != NoCand; in tryCandidate() [all …]
|
| /freebsd-14.2/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evppkey_ecc.txt | 82 Reason=point at infinity 90 Reason=point at infinity 160 Reason=point at infinity 168 Reason=point at infinity 238 Reason=point at infinity 246 Reason=point at infinity 316 Reason=point at infinity 324 Reason=point at infinity 396 Reason=point at infinity 404 Reason=point at infinity [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 3053 switch (Reason) { in getReasonStr() 3079 switch (Cand.Reason) { in traceCandidate() 3137 TryCand.Reason = Reason; in tryLess() 3141 if (Cand.Reason > Reason) in tryLess() 3142 Cand.Reason = Reason; in tryLess() 3153 TryCand.Reason = Reason; in tryGreater() 3157 if (Cand.Reason > Reason) in tryGreater() 3158 Cand.Reason = Reason; in tryGreater() 3367 Reason)) { in tryPressure() 3381 Reason); in tryPressure() [all …]
|
| H A D | MachineFunctionPass.cpp | 157 const char *Reason = in runOnFunction() local 162 errs() << " on " << MF.getName() + Reason + " ***\n"; in runOnFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PPCallbacks.h | 48 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason, 70 virtual void LexedFileChanged(FileID FID, LexedFileChangeReason Reason, in LexedFileChanged() argument 444 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() argument 447 First->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged() 448 Second->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged() 451 void LexedFileChanged(FileID FID, LexedFileChangeReason Reason, in LexedFileChanged() argument 454 First->LexedFileChanged(FID, Reason, FileType, PrevFID, Loc); in LexedFileChanged() 455 Second->LexedFileChanged(FID, Reason, FileType, PrevFID, Loc); in LexedFileChanged()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.cpp | 158 void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged() argument 162 if (Reason == EnterFile) in FileChanged() 164 else if (Reason == ExitFile) in FileChanged()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineScheduler.h | 1077 static const char *getReasonStr(GenericSchedulerBase::CandReason Reason); 1126 CandReason Reason; member 1143 Reason = NoCand; in reset() 1153 assert(Best.Reason != NoCand && "uninitialized Sched candidate"); in setBest() 1155 Reason = Best.Reason; in setBest() 1190 GenericSchedulerBase::CandReason Reason); 1194 GenericSchedulerBase::CandReason Reason); 1202 GenericSchedulerBase::CandReason Reason,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Decompressor.cpp | 52 if (const char *Reason = llvm::compression::getReasonIfUnsupported( in consumeCompressedHeader() local 54 return createError(Reason); in consumeCompressedHeader()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 257 FunctionImporter::ImportFailureReason &Reason) { in selectCallee() argument 261 Reason = QualifiedValue.first; in selectCallee() 262 if (Reason != FunctionImporter::ImportFailureReason::None) in selectCallee() 269 Reason = FunctionImporter::ImportFailureReason::TooLarge; in selectCallee() 275 Reason = FunctionImporter::ImportFailureReason::NoInline; in selectCallee() 655 getFailureName(FunctionImporter::ImportFailureReason Reason) { in getFailureName() argument 656 switch (Reason) { in getFailureName() 766 FunctionImporter::ImportFailureReason Reason{}; in computeImportForFunction() local 778 FailureInfo->Reason = Reason; in computeImportForFunction() 787 VI, Edge.second.getHotness(), Reason, 1); in computeImportForFunction() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | HWEventListener.h | 151 : Reason(reason), AffectedInstructions(Insts), ResourceMask(Mask) {} in Reason() function 154 GenericReason Reason; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | ErrorHandling.h | 27 typedef void (*LLVMFatalErrorHandler)(const char *Reason);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 225 const char *Reason = nullptr; in getPromotionCandidatesForCallSite() local 226 if (!isLegalToPromote(CB, TargetFunction, &Reason)) { in getPromotionCandidatesForCallSite() 233 << NV("Count", Count) << ": " << Reason; in getPromotionCandidatesForCallSite()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCXCOFFStreamer.cpp | 108 unsigned Lang, unsigned Reason, in emitXCOFFExceptDirective() argument 111 getAssembler().getWriter().addExceptionEntry(Symbol, Trap, Lang, Reason, in emitXCOFFExceptDirective()
|
| /freebsd-14.2/crypto/openssl/engines/ |
| H A D | e_ossltest.txt | 8 #Reason codes
|
| H A D | e_dasync.txt | 8 #Reason codes
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 146 } Reason = Valid; in DiagReservedModuleName() local 149 Reason = Invalid; in DiagReservedModuleName() 152 Reason = Reserved; in DiagReservedModuleName() 157 if (Reason == Reserved && S.getSourceManager().isInSystemHeader(Loc)) in DiagReservedModuleName() 158 Reason = Valid; in DiagReservedModuleName() 160 switch (Reason) { in DiagReservedModuleName()
|