Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4816 unsigned StoreSizeBytes = GRLen / 8; in CC_LoongArch() local
4831 Reg ? 0 : State.AllocateStack(StoreSizeBytes, StackAlign); in CC_LoongArch()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19157 unsigned StoreSizeBytes = XLen / 8; in CC_RISCV()
19185 StoreSizeBytes = ValVT.getStoreSize(); in CC_RISCV()
19196 Reg ? 0 : State.AllocateStack(StoreSizeBytes, StackAlign); in CC_RISCV()
19154 unsigned StoreSizeBytes = XLen / 8; CC_RISCV() local