Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MCA/Stages/
H A 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()
H A DInOrderIssueStage.cpp234 RM.issueInstruction(Desc, UsedResources); in tryIssue()
/src/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DExecuteStage.h37 Error issueInstruction(InstRef &IR);
/src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp78 Resources->issueInstruction(D, UsedResources); in issueInstructionImpl()
99 void Scheduler::issueInstruction( in issueInstruction() function in llvm::mca::Scheduler
H A DResourceManager.cpp347 void ResourceManager::issueInstruction( in issueInstruction() function in llvm::mca::ResourceManager
/src/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h203 void issueInstruction(
H A DResourceManager.h431 void issueInstruction(