Searched refs:isExecuted (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h90 assert(!isExecuted() && "Should have been removed!");
113 bool isExecuted() const { return NumInstructions == NumExecuted; } function in class:llvm::mca::MemoryGroup
164 assert(isReady() && !isExecuted() && "Invalid internal state!");
168 if (!isExecuted())
296 return !Group.isExecuted() && Group.getNumSuccessors();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h199 bool isExecuted() const { function in class:llvm::mca::WriteState
306 bool isExecuted() const { return End == 0; } function in class:llvm::mca::CycleSegment
531 bool isExecuted() const { return Stage == IS_EXECUTED; } function in class:llvm::Instruction
540 assert(isExecuted() && "Instruction is in an invalid state!");
625 return !WS || WS->isExecuted();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp94 else if (IS->isExecuted())
225 if (!IS.isExecuted()) {
H A DLSUnit.cpp209 if (It->second->isExecuted())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp65 if (IS.isExecuted()) {

Completed in 97 milliseconds