Home
last modified time | relevance | path

Searched refs:SimplifySetCC (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/Blackfin/
Dpromote-setcc.ll5 ; TargetLowering::SimplifySetCC.
/external/mesa3d/src/gallium/drivers/radeon/
DSIISelLowering.cpp429 return SimplifySetCC(VT, Arg0.getOperand(0), in PerformDAGCombine()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h908 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1,
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp234 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
3833 SDValue SCC = SimplifySetCC(TLI.getSetCCResultType(N0.getValueType()), in visitSELECT_CC()
3859 return SimplifySetCC(N->getValueType(0), N->getOperand(0), N->getOperand(1), in visitSETCC()
5848 SDValue Simp = SimplifySetCC(TLI.getSetCCResultType(CondLHS.getValueType()), in visitBR_CC()
7435 SDValue SCC = SimplifySetCC(TLI.getSetCCResultType(N0.getValueType()), in SimplifySelectCC()
7709 SDValue DAGCombiner::SimplifySetCC(EVT VT, SDValue N0, in SimplifySetCC() function in DAGCombiner
7714 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()
DLegalizeIntegerTypes.cpp2528 Tmp1 = TLI.SimplifySetCC(TLI.getSetCCResultType(LHSLo.getValueType()), in IntegerExpandSetCCOperands()
2533 Tmp2 = TLI.SimplifySetCC(TLI.getSetCCResultType(LHSHi.getValueType()), in IntegerExpandSetCCOperands()
2557 NewLHS = TLI.SimplifySetCC(TLI.getSetCCResultType(LHSHi.getValueType()), in IntegerExpandSetCCOperands()
DTargetLowering.cpp1908 TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, in SimplifySetCC() function in TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h2352 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2854 Tmp1 = TLI.SimplifySetCC(getSetCCResultType(LHSLo.getValueType()), in IntegerExpandSetCCOperands()
2861 Tmp2 = TLI.SimplifySetCC(getSetCCResultType(LHSHi.getValueType()), in IntegerExpandSetCCOperands()
2926 NewLHS = TLI.SimplifySetCC(getSetCCResultType(LHSHi.getValueType()), in IntegerExpandSetCCOperands()
DDAGCombiner.cpp343 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
5725 if (SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()), N0, N1, in visitSELECT_CC()
5755 return SimplifySetCC(N->getValueType(0), N->getOperand(0), N->getOperand(1), in visitSETCC()
9594 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()), in visitBR_CC()
14171 SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()), in SimplifySelectCC()
14442 SDValue DAGCombiner::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, in SimplifySetCC() function in DAGCombiner
14447 return TLI.SimplifySetCC(VT, N0, N1, Cond, foldBooleans, DagCombineInfo, DL); in SimplifySetCC()
DTargetLowering.cpp1342 SDValue TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, in SimplifySetCC() function in TargetLowering