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.cpp3635 unsigned StoreSizeBytes = GRLen / 8; in CC_LoongArch() local
3650 Reg ? 0 : State.AllocateStack(StoreSizeBytes, StackAlign); in CC_LoongArch()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17588 unsigned StoreSizeBytes = XLen / 8; in CC_RISCV() local
17616 StoreSizeBytes = ValVT.getStoreSize(); in CC_RISCV()
17627 Reg ? 0 : State.AllocateStack(StoreSizeBytes, StackAlign); in CC_RISCV()