Home
last modified time | relevance | path

Searched refs:VGPRSpill (Results 1 – 12 of 12) 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
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrFormats.td48 field bit VGPRSpill = 0;
167 let TSFlags{24} = VGPRSpill;
DSIDefines.h55 VGPRSpill = 1 << 24, enumerator
DSIInstrInfo.h565 return MI.getDesc().TSFlags & SIInstrFlags::VGPRSpill; in isVGPRSpill()
569 return get(Opcode).TSFlags & SIInstrFlags::VGPRSpill; in isVGPRSpill()
DSIInstructions.td676 let UseNamedOperandTable = 1, VGPRSpill = 1,
702 } // End UseNamedOperandTable = 1, VGPRSpill = 1, SchedRW = [WriteVMEM]
/external/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]