Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17839 uint64_t ElemWidthByte = VPLoad->getValueType(0).getScalarSizeInBits() / 8; in performVP_REVERSECombine() local
17844 DAG.getConstant(ElemWidthByte, DL, XLenVT)); in performVP_REVERSECombine()
17846 SDValue Stride = DAG.getSignedConstant(-ElemWidthByte, DL, XLenVT); in performVP_REVERSECombine()
17899 uint64_t ElemWidthByte = VPReverse.getValueType().getScalarSizeInBits() / 8; in performVP_STORECombine() local
17904 DAG.getConstant(ElemWidthByte, DL, XLenVT)); in performVP_STORECombine()
17907 SDValue Stride = DAG.getSignedConstant(-ElemWidthByte, DL, XLenVT); in performVP_STORECombine()