Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h90 assert(!isExecuted() && "Should have been removed!"); in addSuccessor()
113 bool isExecuted() const { return NumInstructions == NumExecuted; } in isExecuted() function
164 assert(isReady() && !isExecuted() && "Invalid internal state!"); in onInstructionExecuted()
173 if (!isExecuted()) in onInstructionExecuted()
301 return !Group.isExecuted() && Group.getNumSuccessors(); in hasDependentUsers()
/openbsd/gnu/llvm/llvm/include/llvm/MCA/
H A DInstruction.h298 bool isExecuted() const { in isExecuted() function
405 bool isExecuted() const { return End == 0; } in isExecuted() function
689 bool isExecuted() const { return Stage == IS_EXECUTED; } in isExecuted() function
698 assert(isExecuted() && "Instruction is in an invalid state!"); in retire()
/openbsd/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp32 assert(Write && Write->isExecuted() && "Cannot commit before write back!"); in commit()
39 assert(Write && Write->isExecuted() && "Not executed!"); in notifyExecuted()
44 return isValid() && (!Write || Write->isExecuted()); in hasKnownWriteBackCycle()
106 assert(IS && IS->isExecuted() && "Unexpected internal state found!"); in onInstructionExecuted()
H A DScheduler.cpp94 else if (IS->isExecuted()) in issueInstructionImpl()
225 if (!IS.isExecuted()) { in updateIssuedSet()
H A DLSUnit.cpp210 if (It->second->isExecuted()) in onInstructionExecuted()
/openbsd/gnu/llvm/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp261 if (IS.isExecuted()) { in tryIssue()
290 if (!IS.isExecuted()) { in updateIssuedInst()
H A DExecuteStage.cpp65 if (IS.isExecuted()) { in issueInstruction()