Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrFormats.td47 field bit VGPRSpill = 0;
158 let TSFlags{23} = VGPRSpill;
DSIDefines.h54 VGPRSpill = 1 << 23, enumerator
DSIInstrInfo.h543 return MI.getDesc().TSFlags & SIInstrFlags::VGPRSpill; in isVGPRSpill()
547 return get(Opcode).TSFlags & SIInstrFlags::VGPRSpill; in isVGPRSpill()
DSIInstructions.td543 let UseNamedOperandTable = 1, VGPRSpill = 1,
569 } // End UseNamedOperandTable = 1, VGPRSpill = 1, SchedRW = [WriteVMEM]
582 let UseNamedOperandTable = 1, VGPRSpill = 1,
609 } // End UseNamedOperandTable = 1, VGPRSpill = 1, SchedRW = [WriteVMEM]