HomeSort by relevance Sort by last modified time
    Searched refs:hasBCNT (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 488 bool hasBCNT(unsigned Size) const {
1021 bool hasBCNT(unsigned Size) const {
R600ISelLowering.cpp 237 if (!Subtarget->hasBCNT(32))
240 if (!Subtarget->hasBCNT(64))
    [all...]
SIISelLowering.cpp 355 if (!Subtarget->hasBCNT(32))
358 if (!Subtarget->hasBCNT(64))
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 182 bool hasBCNT(unsigned Size) const {
AMDGPUISelLowering.cpp 312 if (!Subtarget->hasBCNT(32))
315 if (!Subtarget->hasBCNT(64))
    [all...]

Completed in 303 milliseconds