Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h84 bool hasBFE() const { in hasBFE() function
H A DGCNSubtarget.h400 bool hasBFE() const { in hasBFE() function
409 return hasBFE(); in hasBFM()
H A DR600ISelLowering.cpp125 if (!Subtarget->hasBFE()) in R600TargetLowering()
130 if (!Subtarget->hasBFE()) in R600TargetLowering()
134 if (!Subtarget->hasBFE()) in R600TargetLowering()
180 if (Subtarget->hasBFE()) in R600TargetLowering()
H A DSIISelLowering.cpp508 if (Subtarget->hasBFE()) in SITargetLowering()