Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp195 if (!ST->hasHardClauses()) in run()
H A DGCNSubtarget.h1271 bool hasHardClauses() const { return MaxHardClauseLength > 0; } in hasHardClauses() function