Searched refs:combineBinOpToReduce (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 14929 static SDValue combineBinOpToReduce(SDNode *N, SelectionDAG &DAG, in combineBinOpToReduce() function 15398 if (SDValue V = combineBinOpToReduce(N, DAG, Subtarget)) in performADDCombine() 15806 if (SDValue V = combineBinOpToReduce(N, DAG, Subtarget)) in performANDCombine() 15862 if (SDValue V = combineBinOpToReduce(N, DAG, Subtarget)) in performORCombine() 15930 if (SDValue V = combineBinOpToReduce(N, DAG, Subtarget)) in performXORCombine() 19881 if (SDValue V = combineBinOpToReduce(N, DAG, Subtarget)) in PerformDAGCombine()
|