Home
last modified time | relevance | path

Searched refs:canExecute (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInOrderIssueStage.h88 bool canExecute(const InstRef &IR);
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp115 bool InOrderIssueStage::canExecute(const InstRef &IR) { in canExecute() function in llvm::mca::InOrderIssueStage
217 if (!canExecute(IR)) { in tryIssue()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp43 static bool canExecute(llvm::vfs::FileSystem &VFS, StringRef Path) { in canExecute() function
60 return std::string(canExecute(TC.getVFS(), FilePath) ? FilePath.str() : Exe); in FindVisualStudioExecutable()
343 if (!TC.FoundMSVCInstall() && !canExecute(TC.getVFS(), linkPath)) { in ConstructJob()
346 if (canExecute(TC.getVFS(), ClPath)) { in ConstructJob()
349 if (!canExecute(TC.getVFS(), linkPath)) in ConstructJob()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24035 {"_ZNK4llvm3sys4Path10canExecuteEv", "llvm::sys::Path::canExecute() const"},