Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h944 bool hasSCmpK() const { return getGeneration() < GFX12; } in hasSCmpK() function
H A DSIShrinkInstructions.cpp234 if (!ST->hasSCmpK()) in shrinkScalarCompare()