Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp88 static constexpr unsigned SALU_CYCLES_MAX = 4; member
129 SALUCycles = std::min(Cycles, SALU_CYCLES_MAX); in DelayInfo()
287 assert(Delay.SALUCycles < DelayInfo::SALU_CYCLES_MAX); in emitDelayAlu()