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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3878 LoCmp = TLI.SimplifySetCC(getSetCCResultType(LHSLo.getValueType()), LHSLo,
3885 HiCmp = TLI.SimplifySetCC(getSetCCResultType(LHSHi.getValueType()), LHSHi,
3952 NewLHS = TLI.SimplifySetCC(getSetCCResultType(HiVT), LHSHi, RHSHi, ISD::SETEQ,
H A DDAGCombiner.cpp520 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
9002 if (SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()), N0, N1,
9040 SDValue Combined = SimplifySetCC(
13607 // Ideally this should be folded into SimplifySetCC and not
13664 // Use SimplifySetCC to simplify SETCC's.
13665 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()),
20512 /// This is a stub for TargetLowering::SimplifySetCC.
20513 SDValue DAGCombiner::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, function in class:DAGCombiner
20518 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL);
H A DTargetLowering.cpp2843 /// This helper function of SimplifySetCC tries to optimize the comparison when
3118 SDValue TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, function in class:TargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3309 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,

Completed in 228 milliseconds