Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIDefines.h42 VGPRSpill = 1 << 23, enumerator
DSIInstrInfo.h344 return MI.getDesc().TSFlags & SIInstrFlags::VGPRSpill; in isVGPRSpill()
348 return get(Opcode).TSFlags & SIInstrFlags::VGPRSpill; in isVGPRSpill()
DSIInstrFormats.td45 field bits<1> VGPRSpill = 0;
81 let TSFlags{23} = VGPRSpill;
DSIInstructions.td2090 let UseNamedOperandTable = 1, VGPRSpill = 1, Uses = [EXEC] in {
2106 } // End UseNamedOperandTable = 1, VGPRSpill = 1