Searched refs:issueInstruction (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp53 Error ExecuteStage::issueInstruction(InstRef &IR) { function in class:llvm::mca::ExecuteStage
58 HWS.issueInstruction(IR, Used, Pending, Ready);
83 if (Error Err = issueInstruction(IR))
224 return issueInstruction(IR);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DExecuteStage.h37 Error issueInstruction(InstRef &IR);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h432 void issueInstruction(
H A DScheduler.h203 void issueInstruction(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp78 Resources->issueInstruction(D, UsedResources);
99 void Scheduler::issueInstruction( function in class:llvm::mca::Scheduler
H A DResourceManager.cpp297 void ResourceManager::issueInstruction( function in class:llvm::mca::ResourceManager

Completed in 63 milliseconds