Searched refs:SimplifySetCC (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/MSP430/ |
| H A D | shift-amount-threshold-b.ll | 4 ; Test case for the following transformation in TargetLowering::SimplifySetCC 22 ; Test case for the following transformation in TargetLowering::SimplifySetCC 37 ; Test case for the following transformation in TargetLowering::SimplifySetCC
|
| H A D | shift-amount-threshold.ll | 4 ; Check the following conversion in TargetLowering::SimplifySetCC 20 ; Check the following conversion in TargetLowering::SimplifySetCC 151 ; Check the following conversion in TargetLowering::SimplifySetCC 166 ; Check the following conversion in TargetLowering::SimplifySetCC
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 4818 LoCmp = TLI.SimplifySetCC(getSetCCResultType(LHSLo.getValueType()), LHSLo, in IntegerExpandSetCCOperands() 4825 HiCmp = TLI.SimplifySetCC(getSetCCResultType(LHSHi.getValueType()), LHSHi, in IntegerExpandSetCCOperands() 4894 NewLHS = TLI.SimplifySetCC(getSetCCResultType(HiVT), LHSHi, RHSHi, ISD::SETEQ, in IntegerExpandSetCCOperands()
|
| H A D | DAGCombiner.cpp | 556 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, 11113 if (SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()), N0, N1, in visitSELECT_CC() 11206 SDValue Combined = SimplifySetCC(VT, N->getOperand(0), N->getOperand(1), Cond, in visitSETCC() 16157 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()), in visitBR_CC() 24273 SDValue DAGCombiner::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, in SimplifySetCC() function in DAGCombiner 24278 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()
|
| H A D | TargetLowering.cpp | 4133 SDValue TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, in SimplifySetCC() function in TargetLowering
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3849 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
|