Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZMachineFunctionInfo.h30 SystemZ::GPRRegs SpillGPRRegs; variable
49 SystemZ::GPRRegs getSpillGPRRegs() const { return SpillGPRRegs; } in getSpillGPRRegs()
51 SpillGPRRegs.LowGPR = Low; in setSpillGPRRegs()
52 SpillGPRRegs.HighGPR = High; in setSpillGPRRegs()
53 SpillGPRRegs.GPROffset = Offs; in setSpillGPRRegs()