Searched refs:combineSelectAndUseCommutative (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 1442 combineSelectAndUseCommutative(SDNode *N, TargetLowering::DAGCombinerInfo &DCI, in combineSelectAndUseCommutative() function 1477 return combineSelectAndUseCommutative(N, DCI, /*AllOnes=*/false); in PerformDAGCombine() 1479 return combineSelectAndUseCommutative(N, DCI, /*AllOnes=*/true); in PerformDAGCombine()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 8369 static SDValue combineSelectAndUseCommutative(SDNode *N, SelectionDAG &DAG, in combineSelectAndUseCommutative() function 8458 return combineSelectAndUseCommutative(N, DAG, /*AllOnes*/ false, Subtarget); in performADDCombine() 8842 return combineSelectAndUseCommutative(N, DAG, /*AllOnes*/ true, Subtarget); in performANDCombine() 8861 return combineSelectAndUseCommutative(N, DAG, /*AllOnes*/ false, Subtarget); in performORCombine() 8884 return combineSelectAndUseCommutative(N, DAG, /*AllOnes*/ false, Subtarget); in performXORCombine()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 12451 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative() function 14282 if (SDValue Result = combineSelectAndUseCommutative(N, true, DCI)) in PerformANDCombine() 14578 if (SDValue Result = combineSelectAndUseCommutative(N, false, DCI)) in PerformORCombine() 14651 if (SDValue Result = combineSelectAndUseCommutative(N, false, DCI)) in PerformXORCombine()
|