Searched refs:isReady (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp192 if (!all_of(getUses(), [](const ReadState &Use) { return Use.isReady(); }))
196 if (!all_of(getDefs(), [](const WriteState &Def) { return Def.isReady(); }))
207 return Use.isPending() || Use.isReady();
228 if (isReady())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h109 bool isReady() const { return NumExecutedPredecessors == NumPredecessors; } function in class:llvm::mca::MemoryGroup
116 assert(!isReady() && "Unexpected group-start event!");
130 assert(!isReady() && "Inconsistent state found!");
164 assert(isReady() && !isExecuted() && "Invalid internal state!");
271 bool isReady(const InstRef &IR) const { function in class:llvm::mca::LSUnitBase
274 return Group.isReady();
360 /// `isReady()`.
H A DResourceManager.h233 bool isReady(unsigned NumUnits = 1) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp130 if (!IS.isReady() && !IS.updatePending()) {
135 if (IS.isMemOp() && !LSU.isReady(IR)) {
322 assert(IS.isReady() && (!IS.isMemOp() || LSU.isReady(IR)) &&
H A DResourceManager.cpp80 bool ResourceState::isReady(unsigned NumUnits) const { function in class:llvm::mca::ResourceState
181 assert(RS.isReady() && "No available units to select!");
206 if (RS.isReady())
227 bool WasFullyUsed = !RS.isReady();
287 if (!Resources[Index]->isReady(NumUnits))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h192 bool isReady() const { function in class:llvm::mca::WriteState
269 bool isReady() const { return IsReady; } function in class:llvm::mca::ReadState
529 bool isReady() const { return Stage == IS_READY; } function in class:llvm::Instruction
/freebsd-13-stable/contrib/byacc/test/
H A Dexpr.oxout.y349 char isReady;
383 yyyTST->isReady = 0;
388 if (yyyTST->isReady)
398 yyyTST->isReady = 1;
408 yyyTST->isReady = 0;
423 yyyTST->isReady = 0;
/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dexpr.oxout.tab.c548 char isReady; member in struct:yyyTravStackItem
582 yyyTST->isReady = 0;
587 if (yyyTST->isReady)
597 yyyTST->isReady = 1;
607 yyyTST->isReady = 0;
622 yyyTST->isReady = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp247 bool isReady(SUnit *SU) { function in class:__anon3581::ScheduleDAGRRList
249 AvailableQueue->isReady(SU);
426 if (isReady(PredSU)) {
617 if (!isReady(PendingQueue[i]))
1645 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; }
1703 bool isReady(SUnit *SU, unsigned CurCycle) const;
1720 bool isReady(SUnit *SU, unsigned CurCycle) const;
1888 bool isReady(SUnit *U) const override {
1889 return Picker.HasReadyFilter && Picker.isReady(U, getCurCycle());
2653 bool hybrid_ls_rr_sort::isReady(SUni
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp164 assert(Inst.isReady() && "Instruction in an inconsistent state!");
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dexpr.oxout.tab.c698 char isReady; member in struct:yyyTravStackItem
732 yyyTST->isReady = 0;
737 if (yyyTST->isReady)
747 yyyTST->isReady = 1;
757 yyyTST->isReady = 0;
772 yyyTST->isReady = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h520 virtual bool isReady(SUnit *) const { function in class:llvm::SUnit::SchedulingPriorityQueue
521 assert(!HasReadyFilter && "The ready filter must override isReady()");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1839 bool isReady() const { function in struct:llvm::slpvectorizer::ScheduleData
2091 if (SD->isSchedulingEntity() && SD->isReady()) {
4962 while (!Bundle->isReady() && !ReadyInsts.empty()) {
4967 if (pickedSD->isSchedulingEntity() && pickedSD->isReady()) {
4971 if (!Bundle->isReady()) {
5244 if (InsertInReadyList && SD->isReady()) {
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.js404 isReady: false,
422 if ( (wait === true && !--jQuery.readyWait) || (wait !== true && !jQuery.isReady) ) {
429 jQuery.isReady = true;
942 if ( jQuery.isReady ) {

Completed in 191 milliseconds