Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h392 bool canBeIssued(const InstrDesc &Desc) const;
/freebsd-12.1/contrib/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp143 if (Resources->canBeIssued(D)) in select()
H A DResourceManager.cpp263 bool ResourceManager::canBeIssued(const InstrDesc &Desc) const { in canBeIssued() function in llvm::mca::ResourceManager