Searched refs:DelayInfo (Results 1 – 1 of 1) sorted by relevance
77 struct DelayInfo { struct in __anon39c000570111::AMDGPUInsertDelayAlu111 DelayInfo() = default;113 DelayInfo(DelayType Type, unsigned Cycles) { in DelayInfo() function134 bool operator==(const DelayInfo &RHS) const { in operator ==() argument140 bool operator!=(const DelayInfo &RHS) const { return !(*this == RHS); } in operator !=() argument144 void merge(const DelayInfo &RHS) { in merge() argument215 struct DelayState : DenseMap<unsigned, DelayInfo> {267 MachineInstr *emitDelayAlu(MachineInstr &MI, DelayInfo Delay, in emitDelayAlu()272 if (Delay.TRANSNum < DelayInfo::TRANS_MAX) in emitDelayAlu()277 if (Delay.VALUNum < DelayInfo::VALU_MAX && in emitDelayAlu()[all …]