Home
last modified time | relevance | path

Searched refs:issueInstruction (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
DExecuteStage.cpp53 Error ExecuteStage::issueInstruction(InstRef &IR) { in issueInstruction() function in llvm::mca::ExecuteStage
58 HWS.issueInstruction(IR, Used, Pending, Ready); in issueInstruction()
83 if (Error Err = issueInstruction(IR)) in issueReadyInstructions()
224 return issueInstruction(IR); in execute()
DInOrderIssueStage.cpp222 RM.issueInstruction(Desc, UsedResources); in tryIssue()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
DExecuteStage.h37 Error issueInstruction(InstRef &IR);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
DScheduler.cpp78 Resources->issueInstruction(D, UsedResources); in issueInstructionImpl()
99 void Scheduler::issueInstruction( in issueInstruction() function in llvm::mca::Scheduler
DResourceManager.cpp306 void ResourceManager::issueInstruction( in issueInstruction() function in llvm::mca::ResourceManager
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
DScheduler.h203 void issueInstruction(
DResourceManager.h431 void issueInstruction(