Home
last modified time | relevance | path

Searched defs:isReady (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h106 bool isReady() const { return NumExecutedPredecessors == NumPredecessors; } in isReady() function
273 bool isReady(const InstRef &IR) const { in isReady() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h291 bool isReady() const { in isReady() function
368 bool isReady() const { return IsReady; } in isReady() function
687 bool isReady() const { return Stage == IS_READY; } in isReady() function
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp80 bool ResourceState::isReady(unsigned NumUnits) const { in isReady() function in llvm::mca::ResourceState
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp246 bool isReady(SUnit *SU) { in isReady() function in __anona90f206e0111::ScheduleDAGRRList
1652 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; } in isReady() function
1898 bool isReady(SUnit *U) const override { in isReady() function in __anona90f206e0311::RegReductionPriorityQueue
2672 bool hybrid_ls_rr_sort::isReady(SUnit *SU, unsigned CurCycle) const { in isReady() function in hybrid_ls_rr_sort
2719 bool ilp_ls_rr_sort::isReady(SUnit *SU, unsigned CurCycle) const { in isReady() function in ilp_ls_rr_sort
/freebsd/contrib/byacc/test/
H A Dexpr.oxout.y349 char isReady; member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h538 virtual bool isReady(SUnit *) const { in isReady() function
/freebsd/contrib/byacc/test/yacc/
H A Dexpr.oxout.tab.c548 char isReady; member
/freebsd/contrib/byacc/test/btyacc/
H A Dexpr.oxout.tab.c698 char isReady; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3513 bool isReady() const { in isReady() function