Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
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()
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp1397 combineSelectAndUseCommutative(SDNode *N, TargetLowering::DAGCombinerInfo &DCI, in combineSelectAndUseCommutative() function
1432 return combineSelectAndUseCommutative(N, DCI, /*AllOnes=*/false); in PerformDAGCombine()
1434 return combineSelectAndUseCommutative(N, DCI, /*AllOnes=*/true); in PerformDAGCombine()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp8704 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative() function
9256 if (SDValue Result = combineSelectAndUseCommutative(N, true, DCI)) in PerformANDCombine()
9298 if (SDValue Result = combineSelectAndUseCommutative(N, false, DCI)) in PerformORCombine()
9471 if (SDValue Result = combineSelectAndUseCommutative(N, false, DCI)) in PerformXORCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp9775 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative() function
10790 if (SDValue Result = combineSelectAndUseCommutative(N, true, DCI)) in PerformANDCombine()
11026 if (SDValue Result = combineSelectAndUseCommutative(N, false, DCI)) in PerformORCombine()
11099 if (SDValue Result = combineSelectAndUseCommutative(N, false, DCI)) in PerformXORCombine()