Searched refs:VALUCycles (Results 1 – 1 of 1) sorted by relevance
99 uint8_t VALUCycles = 0; member124 VALUCycles = Cycles; in DelayInfo()141 return VALUCycles == RHS.VALUCycles && VALUNum == RHS.VALUNum && in operator ==()151 VALUCycles = std::max(VALUCycles, RHS.VALUCycles); in merge()166 if (VALUNum >= VALU_MAX || VALUCycles <= Cycles) { in advance()170 VALUCycles = 0; in advance()172 VALUCycles -= Cycles; in advance()203 if (VALUCycles) in dump()204 dbgs() << " VALUCycles=" << (int)VALUCycles; in dump()248 if (I->second.VALUNum >= VALUNum && I->second.VALUCycles > 0) { in advanceByVALUNum()