Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.h71 unsigned SGPRSpill = 0; member
H A DSIProgramInfo.cpp66 SGPRSpill = 0; in reset()
H A DSIFrameLowering.cpp95 TargetStackID::SGPRSpill); in getVGPRSpillLaneOrTempRegister()
269 assert(MFI.getStackID(FI) == TargetStackID::SGPRSpill); in saveToVGPRLane()
315 assert(MFI.getStackID(FI) == TargetStackID::SGPRSpill); in restoreFromVGPRLane()
876 case TargetStackID::SGPRSpill: in isSupportedStackID()
1314 MFI.getStackID(I) == TargetStackID::SGPRSpill && in allSGPRSpillsAreDead()
H A DSILowerSGPRSpills.cpp360 assert(MFI.getStackID(FI) == TargetStackID::SGPRSpill); in runOnMachineFunction()
H A DAMDGPUAsmPrinter.cpp1000 ProgInfo.SGPRSpill = MFI->getNumSpilledSGPRs(); in getSIProgramInfo()
1537 CurrentProgramInfo.SGPRSpill); in emitResourceUsageRemarks()
H A DSIMachineFunctionInfo.cpp541 if (MFI.getStackID(I) == TargetStackID::SGPRSpill) { in removeDeadFrameIndices()
H A DSIRegisterInfo.cpp1732 assert(FrameInfo.getStackID(Index) != TargetStackID::SGPRSpill); in buildVGPRSpillLoadStore()
H A DSIInstrInfo.cpp1757 FrameInfo.setStackID(FrameIndex, TargetStackID::SGPRSpill); in storeRegToStackSlot()
1976 FrameInfo.setStackID(FrameIndex, TargetStackID::SGPRSpill); in loadRegFromStackSlot()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h31 SGPRSpill = 1, enumerator
H A DMIRYamlMapping.h376 IO.enumCase(ID, "sgpr-spill", TargetStackID::SGPRSpill);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1695 case TargetStackID::SGPRSpill: in isSupportedStackID()