/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Compression.cpp | 33 if (zlib::isAvailable()) in getReasonIfUnsupported() 38 if (zstd::isAvailable()) in getReasonIfUnsupported() 105 bool zlib::isAvailable() { return true; } in isAvailable() function in zlib 146 bool zlib::isAvailable() { return false; } in isAvailable() function in zlib 164 bool zstd::isAvailable() { return true; } in isAvailable() function in zstd 228 bool zstd::isAvailable() { return false; } in isAvailable() function in zstd
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
H A D | DispatchStage.cpp | 51 const unsigned RegisterMask = PRF.isAvailable(RegDefs); in checkPRF() 64 if (RCU.isAvailable(NumMicroOps)) in checkRCU() 154 bool DispatchStage::isAvailable(const InstRef &IR) const { in isAvailable() function in llvm::mca::DispatchStage
|
H A D | ExecuteStage.cpp | 43 bool ExecuteStage::isAvailable(const InstRef &IR) const { in isAvailable() function in llvm::mca::ExecuteStage 44 if (Scheduler::Status S = HWS.isAvailable(IR)) { in isAvailable() 187 assert(isAvailable(IR) && "Scheduler is not available!"); in execute()
|
H A D | EntryStage.cpp | 25 bool EntryStage::isAvailable(const InstRef & /* unused */) const { in isAvailable() function in llvm::mca::EntryStage
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/ |
H A D | Stage.h | 42 virtual bool isAvailable(const InstRef &IR) const { return true; } in isAvailable() function 66 return NextInSequence && NextInSequence->isAvailable(IR); in checkNextStage()
|
H A D | EntryStage.h | 41 bool isAvailable(const InstRef &IR) const override;
|
H A D | DispatchStage.h | 72 bool isAvailable(const InstRef &IR) const override;
|
H A D | MicroOpQueueStage.h | 67 bool isAvailable(const InstRef &IR) const override { in isAvailable() function
|
H A D | ExecuteStage.h | 62 bool isAvailable(const InstRef &IR) const override;
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | LZMA.cpp | 22 bool isAvailable() { return false; } in isAvailable() function 35 bool isAvailable() { return true; }
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Compression.h | 41 bool isAvailable(); 62 bool isAvailable();
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LatencyPriorityQueue.cpp | 101 if (SU->isAvailable) return; // All preds scheduled. in AdjustPriorityOfUnscheduledPreds() 104 if (!OnlyAvailablePred || !OnlyAvailablePred->isAvailable) return; in AdjustPriorityOfUnscheduledPreds()
|
H A D | PostRASchedulerList.cpp | 533 if (!SUnit.NumPredsLeft && !SUnit.isAvailable) { in ListScheduleTopDown() 535 SUnit.isAvailable = true; in ListScheduleTopDown() 554 PendingQueue[i]->isAvailable = true; in ListScheduleTopDown()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | RegisterFile.h | 70 bool isAvailable() const { return hasKnownWriteBackCycle(); } in isAvailable() function 290 unsigned isAvailable(ArrayRef<MCPhysReg> Regs) const;
|
H A D | RetireControlUnit.h | 84 bool isAvailable(unsigned Quantity = 1) const {
|
H A D | LSUnit.h | 253 virtual Status isAvailable(const InstRef &IR) const = 0; 454 Status isAvailable(const InstRef &IR) const override;
|
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | HTTPClient.cpp | 46 bool HTTPClient::isAvailable() { return true; } in isAvailable() function in HTTPClient 145 bool HTTPClient::isAvailable() { return false; } in initialize() 143 bool HTTPClient::isAvailable() { return false; } isAvailable() function in HTTPClient
|
H A D | HTTPServer.cpp | 67 bool HTTPServer::isAvailable() { return true; } in isAvailable() function in HTTPServer 161 bool HTTPServer::isAvailable() { return false; } in isAvailable() function in HTTPServer
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGVLIW.cpp | 172 SU.isAvailable = true; in listScheduleTopDown() 186 PendingQueue[i]->isAvailable = true; in listScheduleTopDown()
|
H A D | ScheduleDAGFast.cpp | 151 PredSU->isAvailable = true; in ReleasePred() 334 NewSU->isAvailable = true; in CopyAndMoveSuccessors() 544 RootSU->isAvailable = true; in ListScheduleBottomUp() 615 TrySU->isAvailable = false; in ListScheduleBottomUp() 628 if (SU->isAvailable) in ListScheduleBottomUp()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | LZMA.h | 22 bool isAvailable();
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAG.h | 295 bool isAvailable : 1; ///< True once available. variable 322 hasPhysRegClobbers(false), isPending(false), isAvailable(false), in SUnit() 334 hasPhysRegClobbers(false), isPending(false), isAvailable(false), in SUnit() 345 isAvailable(false), isScheduled(false), isScheduleHigh(false), in SUnit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsManifest/ |
H A D | WindowsManifestMerger.h | 37 bool isAvailable();
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/ |
H A D | HTTPClient.h | 65 static bool isAvailable();
|
H A D | HTTPServer.h | 109 static bool isAvailable();
|