Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19074 unsigned TwoXLenInBytes = (2 * XLen) / 8; in CC_RISCV()
19075 if (!IsFixed && ArgFlags.getNonZeroOrigAlign() == TwoXLenInBytes && in CC_RISCV()
19076 DL.getTypeAllocSize(OrigTy) == TwoXLenInBytes && in CC_RISCV()
19071 unsigned TwoXLenInBytes = (2 * XLen) / 8; CC_RISCV() local