OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasBCNT
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/AMDGPU/
AMDGPUTargetTransformInfo.h
57
return ST->
hasBCNT
(TyWidth) ? TTI::PSK_FastHardware : TTI::PSK_Software;
AMDGPUSubtarget.h
174
bool
hasBCNT
(unsigned Size) const {
AMDGPUISelLowering.cpp
258
if (!Subtarget->
hasBCNT
(32))
261
if (!Subtarget->
hasBCNT
(64))
[
all
...]
Completed in 480 milliseconds