Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp33482 static bool canReduceVMulWidth(SDNode *N, SelectionDAG &DAG, ShrinkMode &Mode) { in canReduceVMulWidth() function
33592 if (!canReduceVMulWidth(N, DAG, Mode)) in reduceVMULWidth()
38725 if (!canReduceVMulWidth(MulOp.getNode(), DAG, Mode) || Mode == MULU16) in combineLoopMAddPattern()
38942 if (!canReduceVMulWidth(Mul.getNode(), DAG, Mode) || Mode == MULU16) in matchPMADDWD()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp27395 static bool canReduceVMulWidth(SDNode *N, SelectionDAG &DAG, ShrinkMode &Mode) { in canReduceVMulWidth() function
27497 if (!canReduceVMulWidth(N, DAG, Mode)) in reduceVMULWidth()