Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h106 bool isReady() const { return NumExecutedPredecessors == NumPredecessors; } isReady() function
273 bool isReady(const InstRef &IR) const { isReady() function
/llvm-project/mlir/lib/Analysis/
H A DTopologicalSortUtils.cpp24 const auto isReady = [&](Value value) { in isOpReady() local
/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
/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp80 bool ResourceState::isReady(unsigned NumUnits) const { in isReady() function in llvm::mca::ResourceState
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp246 bool isReady(SUnit *SU) { in isReady() function in __anon69e8bee10111::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 __anon69e8bee10311::RegReductionPriorityQueue
2672 bool hybrid_ls_rr_sort::isReady(SUni function in hybrid_ls_rr_sort
2719 bool ilp_ls_rr_sort::isReady(SUnit *SU, unsigned CurCycle) const { isReady() function in ilp_ls_rr_sort
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h538 virtual bool isReady(SUnit *) const { in isReady() function
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3489 bool isReady() const { isReady() function