Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2996 int XLenInBytes = Subtarget.getXLen() / 8; in lowerFRAMEADDR() local
3003 int Offset = -(XLenInBytes * 2); in lowerFRAMEADDR()
3019 int XLenInBytes = Subtarget.getXLen() / 8; in lowerRETURNADDR() local
3028 int Off = -XLenInBytes; in lowerRETURNADDR()
7016 unsigned XLenInBytes = XLen / 8; in CC_RISCVAssign2XLen() local
7030 ValNo2, ValVT2, State.AllocateStack(XLenInBytes, Align(XLenInBytes)), in CC_RISCVAssign2XLen()
7042 ValNo2, ValVT2, State.AllocateStack(XLenInBytes, Align(XLenInBytes)), in CC_RISCVAssign2XLen()
7674 unsigned XLenInBytes = Subtarget.getXLen() / 8; in LowerFormalArguments() local
7760 MFI.CreateFixedObject(XLenInBytes, VaArgOffset - (int)XLenInBytes, true); in LowerFormalArguments()
7761 VarArgsSaveSize += XLenInBytes; in LowerFormalArguments()
[all …]