| /freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | LSUnit.h | 104 virtual bool isReady(const InstRef &IR) const = 0; 317 bool isReady() const { return NumExecutedPredecessors == NumPredecessors; } in isReady() function 324 assert(!isReady() && "Unexpected group-start event!"); in onGroupIssued() 338 assert(!isReady() && "Inconsistent state found!"); in onGroupExecuted() 373 assert(isReady() && !isExecuted() && "Invalid internal state!"); in onInstructionExecuted() 424 bool isReady(const InstRef &IR) const override { in isReady() function 427 return Group.isReady(); in isReady()
|
| H A D | ResourceManager.h | 235 LLVM_ABI bool isReady(unsigned NumUnits = 1) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | Instruction.cpp | 197 if (!all_of(getUses(), [](const ReadState &Use) { return Use.isReady(); })) in updatePending() 201 if (!all_of(getDefs(), [](const WriteState &Def) { return Def.isReady(); })) in updatePending() 212 return Use.isPending() || Use.isReady(); in updateDispatched() 233 if (isReady()) in cycleEvent()
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
| H A D | Scheduler.cpp | 131 if (!IS.isReady() && !IS.updatePending()) { in promoteToReadySet() 136 if (IS.isMemOp() && !LSU.isReady(IR)) { in promoteToReadySet() 323 assert(IS.isReady() && (!IS.isMemOp() || LSU.isReady(IR)) && in dispatch()
|
| H A D | ResourceManager.cpp | 80 bool ResourceState::isReady(unsigned NumUnits) const { in isReady() function in llvm::mca::ResourceState 181 assert(RS.isReady() && "No available units to select!"); in selectPipe() 206 if (RS.isReady()) in use() 227 bool WasFullyUsed = !RS.isReady(); in release() 290 if (!RS.isReady(NumUnits)) { in checkAvailability()
|
| /freebsd/contrib/byacc/test/ |
| H A D | expr.oxout.y | 349 char isReady; member 383 yyyTST->isReady = 0; in yyyDoTraversals() 388 if (yyyTST->isReady) in yyyDoTraversals() 398 yyyTST->isReady = 1; in yyyDoTraversals() 408 yyyTST->isReady = 0; in yyyDoTraversals() 423 yyyTST->isReady = 0; in yyyDoTraversals()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
| H A D | Instruction.h | 292 bool isReady() const { in isReady() function 369 bool isReady() const { return IsReady; } in isReady() function 688 bool isReady() const { return Stage == IS_READY; } in isReady() function
|
| /freebsd/contrib/byacc/test/yacc/ |
| H A D | expr.oxout.tab.c | 548 char isReady; member 582 yyyTST->isReady = 0; in yyyDoTraversals() 587 if (yyyTST->isReady) in yyyDoTraversals() 597 yyyTST->isReady = 1; in yyyDoTraversals() 607 yyyTST->isReady = 0; in yyyDoTraversals() 622 yyyTST->isReady = 0; in yyyDoTraversals()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGRRList.cpp | 246 bool isReady(SUnit *SU) { in isReady() function in __anona90f206e0111::ScheduleDAGRRList 248 AvailableQueue->isReady(SU); in isReady() 428 if (isReady(PredSU)) { in ReleasePred() 619 if (!isReady(PendingQueue[i])) in ReleasePending() 1652 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; } in isReady() function 1710 bool isReady(SUnit *SU, unsigned CurCycle) const; 1727 bool isReady(SUnit *SU, unsigned CurCycle) const; 1898 bool isReady(SUnit *U) const override { in isReady() function in __anona90f206e0311::RegReductionPriorityQueue 1899 return Picker.HasReadyFilter && Picker.isReady(U, getCurCycle()); in isReady() 2672 bool hybrid_ls_rr_sort::isReady(SUnit *SU, unsigned CurCycle) const { in isReady() function in hybrid_ls_rr_sort [all …]
|
| /freebsd/contrib/byacc/test/btyacc/ |
| H A D | expr.oxout.tab.c | 698 char isReady; member 732 yyyTST->isReady = 0; in yyyDoTraversals() 737 if (yyyTST->isReady) in yyyDoTraversals() 747 yyyTST->isReady = 1; in yyyDoTraversals() 757 yyyTST->isReady = 0; in yyyDoTraversals() 772 yyyTST->isReady = 0; in yyyDoTraversals()
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
| H A D | ExecuteStage.cpp | 164 assert(Inst.isReady() && "Instruction in an inconsistent state!"); in verifyInstructionEliminated()
|
| H A D | InOrderIssueStage.cpp | 129 if (IR.getInstruction()->isMemOp() && !LSU.isReady(IR)) { in canExecute()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ScheduleDAG.h | 542 virtual bool isReady(SUnit *) const { in isReady() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 4463 bool isReady() const { in isReady() function in llvm::slpvectorizer::BoUpSLP::ScheduleEntity 4465 return SD->isReady(); in isReady() 4466 return cast<ScheduleBundle>(this)->isReady(); in isReady() 4519 bool isReady() const { return UnscheduledDeps == 0 && !IsScheduled; } in isReady() function in llvm::slpvectorizer::BoUpSLP::ScheduleData 4685 bool isReady() const { in isReady() function in llvm::slpvectorizer::BoUpSLP::ScheduleBundle 4965 return Bundle->isReady(); in verify() 4976 if (SD && SD->hasValidDependencies() && SD->isReady()) { in initialFillReadyList() 4982 if (Bundle->hasValidDependencies() && Bundle->isReady()) { in initialFillReadyList() 19485 while (((!Bundle && ReSchedule) || (Bundle && !Bundle.isReady())) && in tryScheduleBundle() 19488 assert(Picked->isReady() && "must be ready to schedule"); in tryScheduleBundle() [all …]
|
| /freebsd/contrib/libxo/xohtml/external/ |
| H A D | jquery.js | 404 isReady: false, 422 if ( (wait === true && !--jQuery.readyWait) || (wait !== true && !jQuery.isReady) ) { 429 jQuery.isReady = true; 942 if ( jQuery.isReady ) {
|
| /freebsd/contrib/lutok/api-docs/html/ |
| H A D | jquery.js | 2 …isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t… property
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 14906 …pace)::RegReductionPriorityQueue<(anonymous namespace)::ilp_ls_rr_sort>::isReady(llvm::SUnit*) con… 14925 …e)::RegReductionPriorityQueue<(anonymous namespace)::hybrid_ls_rr_sort>::isReady(llvm::SUnit*) con… 14932 …pace)::RegReductionPriorityQueue<(anonymous namespace)::src_ls_rr_sort>::isReady(llvm::SUnit*) con… 14939 …space)::RegReductionPriorityQueue<(anonymous namespace)::td_ls_rr_sort>::isReady(llvm::SUnit*) con… 14946 …space)::RegReductionPriorityQueue<(anonymous namespace)::bu_ls_rr_sort>::isReady(llvm::SUnit*) con… 17468 {"_ZNK4llvm23SchedulingPriorityQueue7isReadyEPNS_5SUnitE", "llvm::SchedulingPriorityQueue::isReady(…
|