Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1424 SDValue combineSetCC(SDNode *N, DAGCombinerInfo &DCI) const;
H A DPPCISelLowering.cpp14104 SDValue PPCTargetLowering::combineSetCC(SDNode *N, in combineSetCC() function in PPCTargetLowering
15307 if (SDValue CSCC = combineSetCC(N, DCI)) in PerformDAGCombine()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp53411 static SDValue combineSetCC(SDNode *N, SelectionDAG &DAG, in combineSetCC() function
56484 case ISD::SETCC: return combineSetCC(N, DAG, DCI, Subtarget); in PerformDAGCombine()