Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp89 TargetStackID::SGPRSpill); in getVGPRSpillLaneOrTempRegister()
109 TargetStackID::SGPRSpill); in getVGPRSpillLaneOrTempRegister()
788 case TargetStackID::SGPRSpill: in isSupportedStackID()
877 TargetStackID::SGPRSpill; in emitPrologue()
886 TargetStackID::SGPRSpill; in emitPrologue()
984 assert(MFI.getStackID(FI) == TargetStackID::SGPRSpill); in emitPrologue()
1002 assert(MFI.getStackID(BasePtrFI) == TargetStackID::SGPRSpill); in emitPrologue()
1111 TargetStackID::SGPRSpill; in emitEpilogue()
1118 TargetStackID::SGPRSpill; in emitEpilogue()
1156 assert(MFI.getStackID(FI) == TargetStackID::SGPRSpill); in emitEpilogue()
[all …]
DSIInstrFormats.td49 field bit SGPRSpill = 0;
168 let TSFlags{25} = SGPRSpill;
DSILowerSGPRSpills.cpp355 assert(MFI.getStackID(FI) == TargetStackID::SGPRSpill); in runOnMachineFunction()
DSIDefines.h56 SGPRSpill = 1 << 25, enumerator
DSIInstrInfo.h573 return MI.getDesc().TSFlags & SIInstrFlags::SGPRSpill; in isSGPRSpill()
577 return get(Opcode).TSFlags & SIInstrFlags::SGPRSpill; in isSGPRSpill()
DSIRegisterInfo.cpp1000 assert(FrameInfo.getStackID(Index) != TargetStackID::SGPRSpill); in buildSGPRSpillLoadStore()
DSIInstrInfo.cpp1434 FrameInfo.setStackID(FrameIndex, TargetStackID::SGPRSpill); in storeRegToStackSlot()
1558 FrameInfo.setStackID(FrameIndex, TargetStackID::SGPRSpill); in loadRegFromStackSlot()
DSIInstructions.td641 let UseNamedOperandTable = 1, SGPRSpill = 1, Uses = [EXEC] in {
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h30 SGPRSpill = 1, enumerator
DMIRYamlMapping.h316 IO.enumCase(ID, "sgpr-spill", TargetStackID::SGPRSpill);
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h29 SGPRSpill = 1, enumerator
DMIRYamlMapping.h349 IO.enumCase(ID, "sgpr-spill", TargetStackID::SGPRSpill);