Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h109 bool isReady() const { return NumExecutedPredecessors == NumPredecessors; } in isReady() function
276 bool isReady(const InstRef &IR) const { in isReady() function
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp247 bool isReady(SUnit *SU) { in isReady() function in __anonecce62c50111::ScheduleDAGRRList
1659 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; } in isReady() function
1905 bool isReady(SUnit *U) const override { in isReady() function in __anonecce62c50311::RegReductionPriorityQueue
2680 bool hybrid_ls_rr_sort::isReady(SUnit *SU, unsigned CurCycle) const { in isReady() function in hybrid_ls_rr_sort
2727 bool ilp_ls_rr_sort::isReady(SUnit *SU, unsigned CurCycle) const { in isReady() function in ilp_ls_rr_sort
/openbsd-src/gnu/llvm/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp80 bool ResourceState::isReady(unsigned NumUnits) const { in isReady() function in llvm::mca::ResourceState
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h520 virtual bool isReady(SUnit *) const { in isReady() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2951 bool isReady() const { in isReady() function