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.cpp93 uint8_t VALUCycles = 0; member
118 VALUCycles = Cycles; in DelayInfo()
135 return VALUCycles == RHS.VALUCycles && VALUNum == RHS.VALUNum && in operator ==()
145 VALUCycles = std::max(VALUCycles, RHS.VALUCycles); in merge()
161 if (VALUNum >= VALU_MAX || VALUCycles <= Cycles) { in advance()
165 VALUCycles = 0; in advance()
167 VALUCycles -= Cycles; in advance()
198 if (VALUCycles) in dump()
199 dbgs() << " VALUCycles=" << (int)VALUCycles; in dump()