Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11877 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative() function
13399 if (SDValue Result = combineSelectAndUseCommutative(N, true, DCI)) in PerformANDCombine()
13696 if (SDValue Result = combineSelectAndUseCommutative(N, false, DCI)) in PerformORCombine()
13769 if (SDValue Result = combineSelectAndUseCommutative(N, false, DCI)) in PerformXORCombine()