Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DScheduler.cpp125 ResourceManager::canBeDispatched(ArrayRef<uint64_t> Buffers) const { in canBeDispatched() function in mca::ResourceManager
236 bool Scheduler::canBeDispatched(const InstRef &IR, in canBeDispatched() function in mca::Scheduler
246 switch (Resources->canBeDispatched(Desc.Buffers)) { in canBeDispatched()
DScheduler.h335 ResourceStateEvent canBeDispatched(llvm::ArrayRef<uint64_t> Buffers) const;
435 bool canBeDispatched(const InstRef &IR,
DDispatchStage.cpp64 const bool Ready = SC.canBeDispatched(IR, Event); in checkScheduler()