Home
last modified time | relevance | path

Searched defs:isAvailable (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCompression.cpp105 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
206 bool zstd::isAvailable() { return false; } in isAvailable() function in zstd
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DHTTPClient.cpp46 bool HTTPClient::isAvailable() { return true; } in isAvailable() function in HTTPClient
143 bool HTTPClient::isAvailable() { return false; } in isAvailable() function in HTTPClient
H A DHTTPServer.cpp61 bool HTTPServer::isAvailable() { return true; } in isAvailable() function in HTTPServer
155 bool HTTPServer::isAvailable() { return false; } in isAvailable() function in HTTPServer
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DLZMA.cpp22 bool isAvailable() { return false; } in isAvailable() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/Stages/
H A DMicroOpQueueStage.h67 bool isAvailable(const InstRef &IR) const override { in isAvailable() function
H A DStage.h42 virtual bool isAvailable(const InstRef &IR) const { return true; } in isAvailable() function
/openbsd-src/gnu/llvm/llvm/lib/MCA/Stages/
H A DEntryStage.cpp25 bool EntryStage::isAvailable(const InstRef & /* unused */) const { in isAvailable() function in llvm::mca::EntryStage
H A DDispatchStage.cpp154 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
H A DInOrderIssueStage.cpp60 bool InOrderIssueStage::isAvailable(const InstRef &IR) const { in isAvailable() function in llvm::mca::InOrderIssueStage
/openbsd-src/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp196 LSUnit::Status LSUnit::isAvailable(const InstRef &IR) const { in isAvailable() function in llvm::mca::LSUnit
H A DScheduler.cpp40 Scheduler::Status Scheduler::isAvailable(const InstRef &IR) { in isAvailable() function in llvm::mca::Scheduler
H A DRegisterFile.cpp660 unsigned RegisterFile::isAvailable(ArrayRef<MCPhysReg> Regs) const { in isAvailable() function in llvm::mca::RegisterFile
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h70 bool isAvailable() const { return hasKnownWriteBackCycle(); } in isAvailable() function
/openbsd-src/gnu/llvm/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp683 bool windows_manifest::isAvailable() { return true; } in isAvailable() function in windows_manifest
700 bool windows_manifest::isAvailable() { return false; } in isAvailable() function in windows_manifest
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DModuleMap.h182 bool isAvailable() const { in isAvailable() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h283 bool isAvailable : 1; ///< True once available. variable
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DModule.cpp171 bool Module::isAvailable(const LangOptions &LangOpts, const TargetInfo &Target, in isAvailable() function in Module
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DModule.h477 bool isAvailable() const { return IsAvailable; } in isAvailable() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp272 bool isAvailable(Instruction *I) const { in isAvailable() function in __anon43fa37630111::PointerReplacer