Searched refs:VGPRSpill (Results 1 – 7 of 7) sorted by relevance
68 unsigned VGPRSpill = 0; member
50 field bit VGPRSpill = 0;198 let TSFlags{26} = VGPRSpill;
712 return MI.getDesc().TSFlags & SIInstrFlags::VGPRSpill; in isVGPRSpill()716 return get(Opcode).TSFlags & SIInstrFlags::VGPRSpill; in isVGPRSpill()729 (SIInstrFlags::SGPRSpill | SIInstrFlags::VGPRSpill); in isSpillOpcode()
884 ProgInfo.VGPRSpill = MFI->getNumSpilledVGPRs(); in getSIProgramInfo()1314 CurrentProgramInfo.VGPRSpill); in emitResourceUsageRemarks()
91 VGPRSpill = 1 << 26, enumerator
960 let UseNamedOperandTable = 1, VGPRSpill = 1,986 } // End UseNamedOperandTable = 1, VGPRSpill = 1, SchedRW = [WriteVMEM]
5427 !(TID.TSFlags & SIInstrFlags::VGPRSpill)) || in adjustAllocatableRegClass()