Searched refs:combineSelectAndUseCommutative (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 1444 combineSelectAndUseCommutative(SDNode *N, TargetLowering::DAGCombinerInfo &DCI, in combineSelectAndUseCommutative() function 1479 return combineSelectAndUseCommutative(N, DCI, /*AllOnes=*/false); in PerformDAGCombine() 1481 return combineSelectAndUseCommutative(N, DCI, /*AllOnes=*/true); in PerformDAGCombine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 12411 static SDValue combineSelectAndUseCommutative(SDNode *N, SelectionDAG &DAG, in combineSelectAndUseCommutative() function 12530 return combineSelectAndUseCommutative(N, DAG, /*AllOnes*/ false, Subtarget); in performADDCombine() 12707 return combineSelectAndUseCommutative(N, DAG, /*AllOnes*/ true, Subtarget); in performANDCombine() 12770 return combineSelectAndUseCommutative(N, DAG, /*AllOnes*/ false, Subtarget); in performORCombine() 12825 return combineSelectAndUseCommutative(N, DAG, /*AllOnes*/ false, Subtarget); in performXORCombine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 12600 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative() function 14434 if (SDValue Result = combineSelectAndUseCommutative(N, true, DCI)) in PerformANDCombine() 14730 if (SDValue Result = combineSelectAndUseCommutative(N, false, DCI)) in PerformORCombine() 14803 if (SDValue Result = combineSelectAndUseCommutative(N, false, DCI)) in PerformXORCombine()
|