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

  /external/llvm/lib/Target/AMDGPU/
SIRegisterInfo.h 28 unsigned SGPR32SetID;
190 unsigned getSGPR32PressureSet() const { return SGPR32SetID; };
SIRegisterInfo.cpp 98 SGPR32SetID = NumRegPressureSets;
102 SGPR32SetID = i;
109 assert(SGPR32SetID < NumRegPressureSets &&
    [all...]

Completed in 53 milliseconds