Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1443 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 DARMISelLowering.cpp9759 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()