Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp49 constexpr unsigned MaxInstructionsInClause = 63; variable
185 assert(CI.Length <= MaxInstructionsInClause && "Hard clause is too long!"); in emitClause()
226 if (CI.Length == MaxInstructionsInClause || in runOnMachineFunction()