Searched refs:combineBinOpToReduce (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 8154 static SDValue combineBinOpToReduce(SDNode *N, SelectionDAG &DAG, in combineBinOpToReduce() function 8447 if (SDValue V = combineBinOpToReduce(N, DAG, Subtarget)) in performADDCombine() 8826 if (SDValue V = combineBinOpToReduce(N, DAG, Subtarget)) in performANDCombine() 8845 if (SDValue V = combineBinOpToReduce(N, DAG, Subtarget)) in performORCombine() 8873 if (SDValue V = combineBinOpToReduce(N, DAG, Subtarget)) in performXORCombine() 10216 return combineBinOpToReduce(N, DAG, Subtarget); in PerformDAGCombine()
|