Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17074 uint8_t AllowExtMask, SelectionDAG &DAG, in canFoldToVWWithSameExtensionImpl() argument
17076 if ((AllowExtMask & ExtKind::ZExt) && LHS.SupportsZExt && RHS.SupportsZExt) in canFoldToVWWithSameExtensionImpl()
17080 if ((AllowExtMask & ExtKind::SExt) && LHS.SupportsSExt && RHS.SupportsSExt) in canFoldToVWWithSameExtensionImpl()
17084 if ((AllowExtMask & ExtKind::FPExt) && LHS.SupportsFPExt && RHS.SupportsFPExt) in canFoldToVWWithSameExtensionImpl()
17088 if ((AllowExtMask & ExtKind::BF16Ext) && LHS.SupportsBF16Ext && in canFoldToVWWithSameExtensionImpl()