Searched refs:Stalls (Results 1 – 13 of 13) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMHazardRecognizer.cpp | 34 ARMHazardRecognizer::getHazardType(SUnit *SU, int Stalls) { in getHazardType() argument 35 assert(Stalls == 0 && "ARM hazards don't support scoreboard lookahead"); in getHazardType() 72 return ScoreboardHazardRecognizer::getHazardType(SU, Stalls); in getHazardType()
|
| HD | ARMHazardRecognizer.h | 38 HazardType getHazardType(SUnit *SU, int Stalls) override;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | GCNRegBankReassign.cpp | 638 BankStall(unsigned b, unsigned s) : Bank(b), Stalls(s) {}; in tryReassign() 639 bool operator< (const BankStall &RHS) const { return Stalls > RHS.Stalls; } in tryReassign() 641 unsigned Stalls; in tryReassign() member 648 unsigned Stalls = computeStallCycles(C.Reg, C.Reg, Bank); in tryReassign() local 649 if (Stalls < OrigStalls) { in tryReassign() 651 << Stalls << '\n'); in tryReassign() 652 BankStalls.push_back(BankStall((unsigned)Bank, Stalls)); in tryReassign() 674 LLVM_DEBUG(dbgs() << "--- Cycles saved: " << OrigStalls - BS.Stalls << '\n'); in tryReassign() 676 return OrigStalls - BS.Stalls; in tryReassign()
|
| HD | GCNHazardRecognizer.h | 106 HazardType getHazardType(SUnit *SU, int Stalls) override;
|
| HD | GCNHazardRecognizer.cpp | 132 GCNHazardRecognizer::getHazardType(SUnit *SU, int Stalls) { in getHazardType() argument
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCHazardRecognizers.cpp | 139 PPCDispatchGroupSBHazardRecognizer::getHazardType(SUnit *SU, int Stalls) { in getHazardType() argument 140 if (Stalls == 0 && isLoadAfterStore(SU)) in getHazardType() 143 return ScoreboardHazardRecognizer::getHazardType(SU, Stalls); in getHazardType() 325 getHazardType(SUnit *SU, int Stalls) { in getHazardType() argument 326 assert(Stalls == 0 && "PPC hazards don't support scoreboard lookahead"); in getHazardType()
|
| HD | PPCHazardRecognizers.h | 39 HazardType getHazardType(SUnit *SU, int Stalls) override; 78 HazardType getHazardType(SUnit *SU, int Stalls) override;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | ScoreboardHazardRecognizer.cpp | 112 ScoreboardHazardRecognizer::getHazardType(SUnit *SU, int Stalls) { in getHazardType() argument 117 int cycle = Stalls; in getHazardType() 139 assert((StageCycle - Stalls) < (int)RequiredScoreboard.getDepth() && in getHazardType()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | ScheduleHazardRecognizer.h | 60 virtual HazardType getHazardType(SUnit *m, int Stalls = 0) {
|
| HD | ScoreboardHazardRecognizer.h | 118 HazardType getHazardType(SUnit *SU, int Stalls) override;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZHazardRecognizer.h | 116 HazardType getHazardType(SUnit *m, int Stalls = 0) override;
|
| HD | SystemZHazardRecognizer.cpp | 77 getHazardType(SUnit *m, int Stalls) { in getHazardType() argument
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | ScheduleDAGRRList.cpp | 678 int Stalls = 0; in AdvancePastStalls() local 681 HazardRec->getHazardType(SU, -Stalls); in AdvancePastStalls() 686 ++Stalls; in AdvancePastStalls() 688 AdvanceToCycle(CurCycle + Stalls); in AdvancePastStalls()
|