Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h1210 SDValue combineSetCC(SDNode *N, DAGCombinerInfo &DCI) const;
HDPPCISelLowering.cpp12923 SDValue PPCTargetLowering::combineSetCC(SDNode *N, in combineSetCC() function in PPCTargetLowering
13748 if (SDValue CSCC = combineSetCC(N, DCI)) in PerformDAGCombine()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp43885 static SDValue combineSetCC(SDNode *N, SelectionDAG &DAG, in combineSetCC() function
46050 case ISD::SETCC: return combineSetCC(N, DAG, Subtarget); in PerformDAGCombine()