Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp44 if (llvm::Error Val = moveToTheNextStage(CurrentInstruction)) in execute()
H A DDispatchStage.cpp132 return moveToTheNextStage(IR); in dispatch()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DStage.h70 Error moveToTheNextStage(InstRef &IR) { in moveToTheNextStage() function