Home
last modified time | relevance | path

Searched refs:PrivateSegmentWaveByteOffset (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h89 bool PrivateSegmentWaveByteOffset : 1; variable
213 return PrivateSegmentWaveByteOffset; in hasPrivateSegmentWaveByteOffset()
DSIMachineFunctionInfo.cpp68 PrivateSegmentWaveByteOffset(false), in SIMachineFunctionInfo()
96 PrivateSegmentWaveByteOffset = true; in SIMachineFunctionInfo()