Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h91 bool hasBFE() const { in hasBFE() function
H A DGCNSubtarget.h334 bool hasBFE() const { in hasBFE() function
343 return hasBFE(); in hasBFM()
H A DR600ISelLowering.cpp157 if (!Subtarget->hasBFE()) in R600TargetLowering()
163 if (!Subtarget->hasBFE()) in R600TargetLowering()
168 if (!Subtarget->hasBFE()) in R600TargetLowering()
225 if (Subtarget->hasBFE()) in R600TargetLowering()
H A DSIISelLowering.cpp442 if (Subtarget->hasBFE()) in SITargetLowering()