Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13043 static SDValue combineBinOpToReduce(SDNode *N, SelectionDAG &DAG, in combineBinOpToReduce()
13436 if (SDValue V = combineBinOpToReduce(N, DAG, Subtarget)) in performADDCombine()
13715 if (SDValue V = combineBinOpToReduce(N, DAG, Subtarget)) in performANDCombine()
13769 if (SDValue V = combineBinOpToReduce(N, DAG, Subtarget)) in performORCombine()
13854 if (SDValue V = combineBinOpToReduce(N, DAG, Subtarget)) in performXORCombine()
16841 if (SDValue V = combineBinOpToReduce(N, DAG, Subtarget)) in PerformDAGCombine()
13040 static SDValue combineBinOpToReduce(SDNode *N, SelectionDAG &DAG, combineBinOpToReduce() function