Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4645 bool UseVP = std::is_same_v<MatchContextClass, VPMatchContext>; in visitMUL() local
4668 if (!UseVP) in visitMUL()
4691 if (!UseVP) in visitMUL()
4723 if (!UseVP) { in visitMUL()
4753 if (!UseVP && N1IsConst && in visitMUL()
4826 if (!UseVP && N0.getOpcode() == ISD::VSCALE && NC1) { in visitMUL()
4834 if (!UseVP && N0.getOpcode() == ISD::STEP_VECTOR && in visitMUL()
4843 if (!UseVP && (!LegalOperations || hasOperation(ISD::ABS, VT)) && in visitMUL()
4883 if (!UseVP) in visitMUL()
4889 if (!UseVP) in visitMUL()
[all …]