Home
last modified time | relevance | path

Searched defs:VarArgsSaveSize (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.h28 int VarArgsSaveSize; member
H A DRISCVISelLowering.cpp19767 int VarArgsSaveSize = XLenInBytes * (ArgRegs.size() - Idx); LowerFormalArguments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchMachineFunctionInfo.h30 int VarArgsSaveSize = 0; variable
H A DLoongArchISelLowering.cpp5123 int VaArgOffset, VarArgsSaveSize; in LowerFormalArguments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYMachineFunctionInfo.h25 unsigned VarArgsSaveSize = 0; variable
H A DCSKYISelLowering.cpp381 int VaArgOffset, VarArgsSaveSize; in LowerFormalArguments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp453 int VarArgsSaveSize = XLenInBytes * (ArgRegs.size() - Idx); in saveVarArgRegisters() local