Searched refs:isPending (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp190 assert(isPending() && "Unexpected instruction stage found!");
207 return Use.isPending() || Use.isReady();
223 if (isPending())
231 if (isDispatched() || isPending()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp256 if (IS.isMemOp() && LSU.isPending(IR))
259 if (IS.isPending())
314 if (IS.isPending() || (IS.isMemOp() && LSU.isPending(IR))) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h104 bool isPending() const { function in class:llvm::mca::MemoryGroup
279 bool isPending(const InstRef &IR) const { function in class:llvm::mca::LSUnitBase
282 return Group.isPending();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h282 bool isPending : 1; ///< True once pending.
312 isPending(false), isAvailable(false), isScheduled(false),
323 isPending(false), isAvailable(false), isScheduled(false),
332 hasPhysRegClobbers(false), isPending(false), isAvailable(false),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h268 bool isPending() const { return !IndependentFromDef && CyclesLeft > 0; } function in class:llvm::mca::ReadState
528 bool isPending() const { return Stage == IS_PENDING; } function in class:llvm::Instruction
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp208 if (Inst.isPending())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp431 else if (!PredSU->isPending) {
432 PredSU->isPending = true;
621 PendingQueue[i]->isPending = false;
824 if (!PredSU->isPending)
916 SU->isPending = true;
1444 SU->isPending = false;
1477 CurSU->isPending = true; // This SU is not in AvailableQueue right now.
1481 assert(CurSU->isPending && "Interferences are pending");
1521 if (!BtSU->isPending)
H A DScheduleDAGFast.cpp554 CurSU->isPending = true; // This SU is not in AvailableQueue right now.
616 NotReady[i]->isPending = false;

Completed in 206 milliseconds