Home
last modified time | relevance | path

Searched refs:LowerUMULO_SMULO (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r262261-llvm-r198281-sparc.diff27 +static SDValue LowerUMULO_SMULO(SDValue Op, SelectionDAG &DAG,
80 + case ISD::SMULO: return LowerUMULO_SMULO(Op, DAG, *this);
Dpatch-r262261-llvm-r198286-sparc.diff101 @@ -2723,6 +2743,16 @@ static SDValue LowerUMULO_SMULO(SDValue Op, Select
121 case ISD::SMULO: return LowerUMULO_SMULO(Op, DAG, *this);
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp2728 static SDValue LowerUMULO_SMULO(SDValue Op, SelectionDAG &DAG, in LowerUMULO_SMULO() function
2838 case ISD::SMULO: return LowerUMULO_SMULO(Op, DAG, *this); in LowerOperation()