Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td48 field bit VGPRSpill = 0;
173 let TSFlags{24} = VGPRSpill;
H A DSIInstrInfo.h591 return MI.getDesc().TSFlags & SIInstrFlags::VGPRSpill; in isVGPRSpill()
595 return get(Opcode).TSFlags & SIInstrFlags::VGPRSpill; in isVGPRSpill()
H A DSIDefines.h55 VGPRSpill = 1 << 24, enumerator
H A DSIInstructions.td686 let UseNamedOperandTable = 1, VGPRSpill = 1,
712 } // End UseNamedOperandTable = 1, VGPRSpill = 1, SchedRW = [WriteVMEM]