Lines Matching +full:high +full:- +full:dynamic
1 //=== SystemZMachineFunctionInfo.h - SystemZ machine function info -*- C++ -*-//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
17 // A struct to hold the low and high GPR registers to be saved/restored as
60 // Get and set the first and last call-saved GPR that should be saved by
64 void setSpillGPRRegs(Register Low, Register High, unsigned Offs) {
66 SpillGPRRegs.HighGPR = High;
70 // Get and set the first and last call-saved GPR that should be restored by
74 void setRestoreGPRRegs(Register Low, Register High, unsigned Offs) {
76 RestoreGPRRegs.HighGPR = High;
102 // Count number of local-dynamic TLS symbols used.