Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInOrderIssueStage.h88 bool canExecute(const InstRef &IR);
/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp48 static bool canExecute(llvm::vfs::FileSystem &VFS, StringRef Path) { in canExecute() function
65 return std::string(canExecute(TC.getVFS(), FilePath) ? FilePath.str() : Exe); in FindVisualStudioExecutable()
338 if (!TC.FoundMSVCInstall() && !canExecute(TC.getVFS(), linkPath)) { in ConstructJob()
341 if (canExecute(TC.getVFS(), ClPath)) { in ConstructJob()
344 if (!canExecute(TC.getVFS(), linkPath)) in ConstructJob()
/src/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()