Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1447 combineSelectAndUseCommutative(SDNode *N, TargetLowering::DAGCombinerInfo &DCI, in combineSelectAndUseCommutative() function
1482 return combineSelectAndUseCommutative(N, DCI, /*AllOnes=*/false); in PerformDAGCombine()
1484 return combineSelectAndUseCommutative(N, DCI, /*AllOnes=*/true); in PerformDAGCombine()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8004 static SDValue combineSelectAndUseCommutative(SDNode *N, SelectionDAG &DAG, in combineSelectAndUseCommutative() function
8092 return combineSelectAndUseCommutative(N, DAG, /*AllOnes*/ false); in performADDCombine()
8129 return combineSelectAndUseCommutative(N, DAG, /*AllOnes*/ true); in performANDCombine()
8147 return combineSelectAndUseCommutative(N, DAG, /*AllOnes*/ false); in performORCombine()
8169 return combineSelectAndUseCommutative(N, DAG, /*AllOnes*/ false); in performXORCombine()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12377 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative() function
14205 if (SDValue Result = combineSelectAndUseCommutative(N, true, DCI)) in PerformANDCombine()
14501 if (SDValue Result = combineSelectAndUseCommutative(N, false, DCI)) in PerformORCombine()
14574 if (SDValue Result = combineSelectAndUseCommutative(N, false, DCI)) in PerformXORCombine()