Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7209 unsigned StoreSizeBytes = XLen / 8; in CC_RISCV() local
7236 StoreSizeBytes = ValVT.getStoreSize(); in CC_RISCV()
7247 Reg ? 0 : State.AllocateStack(StoreSizeBytes, StackAlign); in CC_RISCV()