Home
last modified time | relevance | path

Searched refs:isAvailable (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp33 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 DDispatchStage.cpp51 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 DExecuteStage.cpp43 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 DEntryStage.cpp25 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 DStage.h42 virtual bool isAvailable(const InstRef &IR) const { return true; } in isAvailable() function
66 return NextInSequence && NextInSequence->isAvailable(IR); in checkNextStage()
H A DEntryStage.h41 bool isAvailable(const InstRef &IR) const override;
H A DDispatchStage.h72 bool isAvailable(const InstRef &IR) const override;
H A DMicroOpQueueStage.h67 bool isAvailable(const InstRef &IR) const override { in isAvailable() function
H A DExecuteStage.h62 bool isAvailable(const InstRef &IR) const override;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DLZMA.cpp22 bool isAvailable() { return false; } in isAvailable() function
35 bool isAvailable() { return true; }
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompression.h41 bool isAvailable();
62 bool isAvailable();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp101 if (SU->isAvailable) return; // All preds scheduled. in AdjustPriorityOfUnscheduledPreds()
104 if (!OnlyAvailablePred || !OnlyAvailablePred->isAvailable) return; in AdjustPriorityOfUnscheduledPreds()
H A DPostRASchedulerList.cpp533 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 DRegisterFile.h70 bool isAvailable() const { return hasKnownWriteBackCycle(); } in isAvailable() function
290 unsigned isAvailable(ArrayRef<MCPhysReg> Regs) const;
H A DRetireControlUnit.h84 bool isAvailable(unsigned Quantity = 1) const {
H A DLSUnit.h253 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 DHTTPClient.cpp46 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 DHTTPServer.cpp67 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 DScheduleDAGVLIW.cpp172 SU.isAvailable = true; in listScheduleTopDown()
186 PendingQueue[i]->isAvailable = true; in listScheduleTopDown()
H A DScheduleDAGFast.cpp151 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 DLZMA.h22 bool isAvailable();
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h295 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 DWindowsManifestMerger.h37 bool isAvailable();
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPClient.h65 static bool isAvailable();
H A DHTTPServer.h109 static bool isAvailable();

123