Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp825 unsigned TwoXLenInBytes = (2 * XLen) / 8; in CC_RISCV() local
826 if (!IsFixed && ArgFlags.getOrigAlign() == TwoXLenInBytes && in CC_RISCV()
827 DL.getTypeAllocSize(OrigTy) == TwoXLenInBytes) { in CC_RISCV()