Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10483 unsigned StoreSizeBytes = XLen / 8; in CC_RISCV() local
10511 StoreSizeBytes = ValVT.getStoreSize(); in CC_RISCV()
10522 Reg ? 0 : State.AllocateStack(StoreSizeBytes, StackAlign); in CC_RISCV()