Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp668 case TargetStackID::SGPRSpill: in isSupportedStackID()
755 MFI.getStackID(FI) == TargetStackID::SGPRSpill); in emitPrologue()
858 MF.getFrameInfo().getStackID(FI) == TargetStackID::SGPRSpill); in emitEpilogue()
927 MFI.getStackID(I) == TargetStackID::SGPRSpill && in allSGPRSpillsAreDead()
1017 TargetStackID::SGPRSpill); in determineCalleeSaves()
1039 TargetStackID::SGPRSpill); in determineCalleeSaves()
DSIInstrFormats.td48 field bit SGPRSpill = 0;
159 let TSFlags{24} = SGPRSpill;
DSILowerSGPRSpills.cpp295 assert(MFI.getStackID(FI) == TargetStackID::SGPRSpill); in runOnMachineFunction()
DSIDefines.h55 SGPRSpill = 1 << 24, enumerator
DSIInstrInfo.h551 return MI.getDesc().TSFlags & SIInstrFlags::SGPRSpill; in isSGPRSpill()
555 return get(Opcode).TSFlags & SIInstrFlags::SGPRSpill; in isSGPRSpill()
DSIInstructions.td512 let UseNamedOperandTable = 1, SGPRSpill = 1, Uses = [EXEC] in {
DSIInstrInfo.cpp1095 FrameInfo.setStackID(FrameIndex, TargetStackID::SGPRSpill); in storeRegToStackSlot()
1212 FrameInfo.setStackID(FrameIndex, TargetStackID::SGPRSpill); in loadRegFromStackSlot()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h30 SGPRSpill = 1, enumerator
DMIRYamlMapping.h316 IO.enumCase(ID, "sgpr-spill", TargetStackID::SGPRSpill);