Home
last modified time | relevance | path

Searched refs:combineSetCC (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1411 SDValue combineSetCC(SDNode *N, DAGCombinerInfo &DCI) const;
H A DPPCISelLowering.cpp13962 SDValue PPCTargetLowering::combineSetCC(SDNode *N, in combineSetCC() function in PPCTargetLowering
15141 if (SDValue CSCC = combineSetCC(N, DCI)) in PerformDAGCombine()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52074 static SDValue combineSetCC(SDNode *N, SelectionDAG &DAG, in combineSetCC() function
55110 case ISD::SETCC: return combineSetCC(N, DAG, DCI, Subtarget); in PerformDAGCombine()