Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp62 AllowSplatInVW_W(DEBUG_TYPE "-form-vw-w-with-splat", cl::Hidden, variable
14852 // Control this behavior behind an option (AllowSplatInVW_W) for testing in canFoldToVW_W()
14854 if (RHS.SupportsZExt && (!RHS.isSplat() || AllowSplatInVW_W)) in canFoldToVW_W()
14858 if (RHS.SupportsSExt && (!RHS.isSplat() || AllowSplatInVW_W)) in canFoldToVW_W()