Searched refs:lowerLOAD (Results 1 – 4 of 4) sorted by relevance
74 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
505 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
449 case ISD::LOAD: return lowerLOAD(Op, DAG); in LowerOperation()1165 SDValue MipsSETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() function in MipsSETargetLowering1169 return MipsTargetLowering::lowerLOAD(Op, DAG); in lowerLOAD()
1229 case ISD::LOAD: return lowerLOAD(Op, DAG); in LowerOperation()2472 SDValue MipsTargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() function in MipsTargetLowering