Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVCallingConv.cpp545 unsigned StoreSizeBytes = XLen / 8; in CC_RISCV() local
574 StoreSizeBytes = ValVT.getStoreSize(); in CC_RISCV()
585 Reg ? 0 : State.AllocateStack(StoreSizeBytes, StackAlign); in CC_RISCV()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp6818 unsigned StoreSizeBytes = GRLen / 8; in CC_LoongArch() local
6833 Reg ? 0 : State.AllocateStack(StoreSizeBytes, StackAlign); in CC_LoongArch()