Searched refs:combineSelectAndUseCommutative (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 1443 combineSelectAndUseCommutative(SDNode *N, TargetLowering::DAGCombinerInfo &DCI, in combineSelectAndUseCommutative() function 1478 return combineSelectAndUseCommutative(N, DCI, /*AllOnes=*/false); in PerformDAGCombine() 1480 return combineSelectAndUseCommutative(N, DCI, /*AllOnes=*/true); in PerformDAGCombine()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 9759 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative() function 10830 if (SDValue Result = combineSelectAndUseCommutative(N, true, DCI)) in PerformANDCombine() 11066 if (SDValue Result = combineSelectAndUseCommutative(N, false, DCI)) in PerformORCombine() 11139 if (SDValue Result = combineSelectAndUseCommutative(N, false, DCI)) in PerformXORCombine()
|