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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DSIISelLowering.cpp429 return SimplifySetCC(VT, Arg0.getOperand(0),
/external/mesa3d/src/gallium/drivers/radeon/
H A DSIISelLowering.cpp429 return SimplifySetCC(VT, Arg0.getOperand(0),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2578 Tmp1 = TLI.SimplifySetCC(getSetCCResultType(LHSLo.getValueType()),
2585 Tmp2 = TLI.SimplifySetCC(getSetCCResultType(LHSHi.getValueType()),
2609 NewLHS = TLI.SimplifySetCC(getSetCCResultType(LHSHi.getValueType()),
H A DDAGCombiner.cpp295 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
4761 SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()),
4789 return SimplifySetCC(N->getValueType(0), N->getOperand(0), N->getOperand(1),
7522 // Use SimplifySetCC to simplify SETCC's.
7523 SDValue Simp = SimplifySetCC(getSetCCResultType(CondLHS.getValueType()),
11119 SDValue SCC = SimplifySetCC(getSetCCResultType(N0.getValueType()),
11397 /// SimplifySetCC - This is a stub for TargetLowering::SimplifySetCC.
11398 SDValue DAGCombiner::SimplifySetCC(EVT VT, SDValue N0, function in class:DAGCombiner
11403 return TLI.SimplifySetCC(V
[all...]
H A DTargetLowering.cpp1203 /// SimplifySetCC - Try to simplify a setcc built with the specified operands
1206 TargetLowering::SimplifySetCC(EVT VT, SDValue N0, SDValue N1, function in class:TargetLowering
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2031 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1,
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp1145 return SimplifySetCC(VT, Arg0.getOperand(0),

Completed in 469 milliseconds