Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp180 assert(CI.Length <= ST->maxHardClauseLength() && in emitClause()
222 if (CI.Length == ST->maxHardClauseLength() || in runOnMachineFunction()
H A DGCNSubtarget.h1304 unsigned maxHardClauseLength() const { return MaxHardClauseLength; } in maxHardClauseLength() function