Searched refs:lowerFABS (Results 1 – 2 of 2) sorted by relevance
542 SDValue lowerFABS(SDValue Op, SelectionDAG &DAG) const;
1221 case ISD::FABS: return lowerFABS(Op, DAG); in LowerOperation()2479 SDValue MipsTargetLowering::lowerFABS(SDValue Op, SelectionDAG &DAG) const { in lowerFABS() function in MipsTargetLowering