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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 389 bool hasFlatAddressSpace() const {
SIISelLowering.cpp 193 if (getSubtarget()->hasFlatAddressSpace()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUAnnotateKernelFeatures.cpp 223 bool HasFlat = ST.hasFlatAddressSpace();
AMDGPUTargetTransformInfo.h 181 return ST->hasFlatAddressSpace() ?
SIMachineFunctionInfo.cpp 161 if (ST.hasFlatAddressSpace() && isEntryFunction() && IsCOV2) {
AMDGPUSubtarget.h 605 bool hasFlatAddressSpace() const {
AMDGPUAsmPrinter.cpp 763 ST.hasFlatAddressSpace());
769 Info.UsesFlatScratch = ST.hasFlatAddressSpace();
    [all...]
SIISelLowering.cpp 327 if (Subtarget->hasFlatAddressSpace()) {
    [all...]

Completed in 706 milliseconds