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.cpp4315 bool UseVP = std::is_same_v<MatchContextClass, VPMatchContext>; in visitMUL() local
4338 if (!UseVP) in visitMUL()
4361 if (!UseVP) in visitMUL()
4393 if (!UseVP) { in visitMUL()
4423 if (!UseVP && N1IsConst && in visitMUL()
4496 if (!UseVP && N0.getOpcode() == ISD::VSCALE && NC1) { in visitMUL()
4504 if (!UseVP && N0.getOpcode() == ISD::STEP_VECTOR && in visitMUL()
4513 if (!UseVP && (!LegalOperations || hasOperation(ISD::ABS, VT)) && in visitMUL()
4553 if (!UseVP) in visitMUL()
4559 if (!UseVP) in visitMUL()
[all …]