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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h86 if (!IsDataDependent && isExecuting())
91 if (isExecuting())
110 bool isExecuting() const { function in class:llvm::mca::MemoryGroup
136 assert(!isExecuting() && "Invalid internal state!");
149 if (!isExecuting())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp242 assert(isExecuting() && "Instruction not in-flight?");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h305 bool isExecuting() const { return Begin == 0 && End != 0; } function in class:llvm::mca::CycleSegment
530 bool isExecuting() const { return Stage == IS_EXECUTING; } function in class:llvm::Instruction
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp147 getGroup(ImmediateLoadDominator).isExecuting();
H A DScheduler.cpp92 if (IS->isExecuting())

Completed in 125 milliseconds