Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1435 SDValue combineSetCC(SDNode *N, DAGCombinerInfo &DCI) const;
H A DPPCISelLowering.cpp14622 SDValue PPCTargetLowering::combineSetCC(SDNode *N, in combineSetCC() function in PPCTargetLowering
15842 if (SDValue CSCC = combineSetCC(N, DCI)) in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp54204 static SDValue combineSetCC(SDNode *N, SelectionDAG &DAG, in combineSetCC() function
57841 case ISD::SETCC: return combineSetCC(N, DAG, DCI, Subtarget); in PerformDAGCombine()