Home
last modified time | relevance | path

Searched refs:VGPRSpill (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.h68 unsigned VGPRSpill = 0; member
H A DSIInstrFormats.td50 field bit VGPRSpill = 0;
198 let TSFlags{26} = VGPRSpill;
H A DSIInstrInfo.h712 return MI.getDesc().TSFlags & SIInstrFlags::VGPRSpill; in isVGPRSpill()
716 return get(Opcode).TSFlags & SIInstrFlags::VGPRSpill; in isVGPRSpill()
729 (SIInstrFlags::SGPRSpill | SIInstrFlags::VGPRSpill); in isSpillOpcode()
H A DAMDGPUAsmPrinter.cpp884 ProgInfo.VGPRSpill = MFI->getNumSpilledVGPRs(); in getSIProgramInfo()
1314 CurrentProgramInfo.VGPRSpill); in emitResourceUsageRemarks()
H A DSIDefines.h91 VGPRSpill = 1 << 26, enumerator
H A DSIInstructions.td960 let UseNamedOperandTable = 1, VGPRSpill = 1,
986 } // End UseNamedOperandTable = 1, VGPRSpill = 1, SchedRW = [WriteVMEM]
H A DSIInstrInfo.cpp5427 !(TID.TSFlags & SIInstrFlags::VGPRSpill)) || in adjustAllocatableRegClass()