Home
last modified time | relevance | path

Searched refs:VALUCycles (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp99 uint8_t VALUCycles = 0; member
124 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()