Searched refs:canReduceVMulWidth (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 33482 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/ |
D | X86ISelLowering.cpp | 27395 static bool canReduceVMulWidth(SDNode *N, SelectionDAG &DAG, ShrinkMode &Mode) { in canReduceVMulWidth() function 27497 if (!canReduceVMulWidth(N, DAG, Mode)) in reduceVMULWidth()
|