Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h92 bool hasBCNT(unsigned Size) const { in hasBCNT() function
H A DGCNSubtarget.h412 bool hasBCNT(unsigned Size) const { in hasBCNT() function
H A DR600ISelLowering.cpp166 if (!Subtarget->hasBCNT(32)) in R600TargetLowering()
169 if (!Subtarget->hasBCNT(64)) in R600TargetLowering()
H A DSIISelLowering.cpp488 if (!Subtarget->hasBCNT(32)) in SITargetLowering()
491 if (!Subtarget->hasBCNT(64)) in SITargetLowering()