Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h182 bool hasBCNT(unsigned Size) const { in hasBCNT() function
DAMDGPUISelLowering.cpp312 if (!Subtarget->hasBCNT(32)) in AMDGPUTargetLowering()
315 if (!Subtarget->hasBCNT(64)) in AMDGPUTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h521 bool hasBCNT(unsigned Size) const { in hasBCNT() function
1282 bool hasBCNT(unsigned Size) const { in hasBCNT() function
DR600ISelLowering.cpp239 if (!Subtarget->hasBCNT(32)) in R600TargetLowering()
242 if (!Subtarget->hasBCNT(64)) in R600TargetLowering()
DSIISelLowering.cpp390 if (!Subtarget->hasBCNT(32)) in SITargetLowering()
393 if (!Subtarget->hasBCNT(64)) in SITargetLowering()