Searched refs:SimplifySetCC (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4008 LoCmp = TLI.SimplifySetCC(getSetCCResultType(LHSLo.getValueType()), LHSLo,
4015 HiCmp = TLI.SimplifySetCC(getSetCCResultType(LHSHi.getValueType()), LHSHi,
4082 NewLHS = TLI.SimplifySetCC(getSetCCResultType(HiVT), LHSHi, RHSHi, ISD::SETEQ,
H A DDAGCombiner.cpp548 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
9408 if (SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()), N0, N1,
9446 SDValue Combined = SimplifySetCC(
14108 // Ideally this should be folded into SimplifySetCC and not
14166 // Use SimplifySetCC to simplify SETCC's.
14167 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()),
21427 /// This is a stub for TargetLowering::SimplifySetCC.
21428 SDValue DAGCombiner::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, function in class:DAGCombiner
21433 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL);
H A DTargetLowering.cpp3077 /// This helper function of SimplifySetCC tries to optimize the comparison when
3352 SDValue TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, function in class:TargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3499 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,

Completed in 188 milliseconds