Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14805 uint8_t AllowExtMask, SelectionDAG &DAG, in canFoldToVWWithSameExtensionImpl() argument
14807 if ((AllowExtMask & ExtKind::ZExt) && LHS.SupportsZExt && RHS.SupportsZExt) in canFoldToVWWithSameExtensionImpl()
14811 if ((AllowExtMask & ExtKind::SExt) && LHS.SupportsSExt && RHS.SupportsSExt) in canFoldToVWWithSameExtensionImpl()
14815 if ((AllowExtMask & ExtKind::FPExt) && LHS.SupportsFPExt && RHS.SupportsFPExt) in canFoldToVWWithSameExtensionImpl()