Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp470 int XLenInBytes = Subtarget.getXLen() / 8; in lowerFRAMEADDR() local
477 int Offset = -(XLenInBytes * 2); in lowerFRAMEADDR()
493 int XLenInBytes = Subtarget.getXLen() / 8; in lowerRETURNADDR() local
502 int Off = -XLenInBytes; in lowerRETURNADDR()
769 unsigned XLenInBytes = XLen / 8; in CC_RISCVAssign2XLen() local
782 ValNo2, ValVT2, State.AllocateStack(XLenInBytes, XLenInBytes), LocVT2, in CC_RISCVAssign2XLen()
794 ValNo2, ValVT2, State.AllocateStack(XLenInBytes, XLenInBytes), LocVT2, in CC_RISCVAssign2XLen()
1121 unsigned XLenInBytes = Subtarget.getXLen() / 8; in LowerFormalArguments() local
1196 FI = MFI.CreateFixedObject(XLenInBytes, VaArgOffset - (int)XLenInBytes, in LowerFormalArguments()
1198 VarArgsSaveSize += XLenInBytes; in LowerFormalArguments()
[all …]