Home
last modified time | relevance | path

Searched refs:moveToTheNextStage (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp68 if (Error S = moveToTheNextStage(IR)) in issueInstruction()
109 if (Error S = moveToTheNextStage(IR)) in cycleStart()
182 return moveToTheNextStage(IR); in handleInstructionEliminated()
H A DMicroOpQueueStage.cpp24 if (llvm::Error Val = moveToTheNextStage(IR)) in moveInstructions()
H A DEntryStage.cpp49 if (llvm::Error Val = moveToTheNextStage(CurrentInstruction)) in execute()
H A DDispatchStage.cpp131 return moveToTheNextStage(IR); in dispatch()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DStage.h73 Error moveToTheNextStage(InstRef &IR) { in moveToTheNextStage() function