Searched refs:SimplifySetCC (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetLowering.h | 2192 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 2679 Tmp1 = TLI.SimplifySetCC(getSetCCResultType(LHSLo.getValueType()), in IntegerExpandSetCCOperands() 2686 Tmp2 = TLI.SimplifySetCC(getSetCCResultType(LHSHi.getValueType()), in IntegerExpandSetCCOperands() 2710 NewLHS = TLI.SimplifySetCC(getSetCCResultType(LHSHi.getValueType()), in IntegerExpandSetCCOperands()
|
| H A D | DAGCombiner.cpp | 320 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond, 5094 SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()), in visitSELECT_CC() 5125 return SimplifySetCC(N->getValueType(0), N->getOperand(0), N->getOperand(1), in visitSETCC() 8172 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()), in visitBR_CC() 12009 SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()), in SimplifySelectCC() 12288 SDValue DAGCombiner::SimplifySetCC(EVT VT, SDValue N0, in SimplifySetCC() function in DAGCombiner 12293 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()
|
| H A D | TargetLowering.cpp | 1207 TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, in SimplifySetCC() function in TargetLowering
|