Searched refs:combineSelectAndUseCommutative (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1444 combineSelectAndUseCommutative(SDNode *N, TargetLowering::DAGCombinerInfo &DCI, function
1479 return combineSelectAndUseCommutative(N, DCI, /*AllOnes=*/false);
1481 return combineSelectAndUseCommutative(N, DCI, /*AllOnes=*/true);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12411 static SDValue combineSelectAndUseCommutative(SDNode *N, SelectionDAG &DAG, function
12530 return combineSelectAndUseCommutative(N, DAG, /*AllOnes*/ false, Subtarget);
12707 return combineSelectAndUseCommutative(N, DAG, /*AllOnes*/ true, Subtarget);
12770 return combineSelectAndUseCommutative(N, DAG, /*AllOnes*/ false, Subtarget);
12825 return combineSelectAndUseCommutative(N, DAG, /*AllOnes*/ false, Subtarget);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12600 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, function
14434 if (SDValue Result = combineSelectAndUseCommutative(N, true, DCI))
14730 if (SDValue Result = combineSelectAndUseCommutative(N, false, DCI))
14803 if (SDValue Result = combineSelectAndUseCommutative(N, false, DCI))

Completed in 531 milliseconds