Searched refs:issueInstruction (Results 1 – 6 of 6) sorted by relevance
53 Error ExecuteStage::issueInstruction(InstRef &IR) { in issueInstruction() function in llvm::mca::ExecuteStage58 HWS.issueInstruction(IR, Used, Pending, Ready); in issueInstruction()83 if (Error Err = issueInstruction(IR)) in issueReadyInstructions()224 return issueInstruction(IR); in execute()
234 RM.issueInstruction(Desc, UsedResources); in tryIssue()
37 Error issueInstruction(InstRef &IR);
78 Resources->issueInstruction(D, UsedResources); in issueInstructionImpl()100 void Scheduler::issueInstruction( in issueInstruction() function in llvm::mca::Scheduler
204 LLVM_ABI void issueInstruction(
437 void issueInstruction(const InstrDesc &Desc, in issueInstruction() function