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.h82 bool hasBFE() const { in hasBFE() function
H A DGCNSubtarget.h425 bool hasBFE() const { in hasBFE() function
434 return hasBFE(); in hasBFM()
H A DR600ISelLowering.cpp129 if (!Subtarget->hasBFE()) in R600TargetLowering()
134 if (!Subtarget->hasBFE()) in R600TargetLowering()
138 if (!Subtarget->hasBFE()) in R600TargetLowering()
184 if (Subtarget->hasBFE()) in R600TargetLowering()
H A DSIISelLowering.cpp523 if (Subtarget->hasBFE()) in SITargetLowering()