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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 347 bool HasScalarStores;
776 bool hasScalarStores() const {
777 return HasScalarStores;
SIRegisterInfo.cpp 65 if (EnableSpillSGPRToSMEM && ST.hasScalarStores())
256 MF.getSubtarget<GCNSubtarget>().hasScalarStores() &&
    [all...]
SIInstrInfo.cpp 902 if (ST.hasScalarStores()) {
    [all...]

Completed in 348 milliseconds