Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrFormats.td59 field bit SGPRSpill = 0;
153 let TSFlags{24} = SGPRSpill;
DSIDefines.h56 SGPRSpill = 1 << 24, enumerator
DSIInstrInfo.h503 return MI.getDesc().TSFlags & SIInstrFlags::SGPRSpill; in isSGPRSpill()
507 return get(Opcode).TSFlags & SIInstrFlags::SGPRSpill; in isSGPRSpill()
DSIInstructions.td488 let UseNamedOperandTable = 1, SGPRSpill = 1, Uses = [EXEC] in {