Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp45986 static bool canReduceVMulWidth(SDNode *N, SelectionDAG &DAG, ShrinkMode &Mode) { in canReduceVMulWidth() function
46064 if (!canReduceVMulWidth(N, DAG, Mode)) in reduceVMULWidth()
53365 if (!canReduceVMulWidth(Mul.getNode(), DAG, Mode) || in matchPMADDWD()