Searched refs:lowerLOAD (Results 1 – 4 of 4) sorted by relevance
65 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
393 SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const;
363 case ISD::LOAD: return lowerLOAD(Op, DAG); in LowerOperation()1209 SDValue MipsSETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() function in MipsSETargetLowering1213 return MipsTargetLowering::lowerLOAD(Op, DAG); in lowerLOAD()
915 case ISD::LOAD: return lowerLOAD(Op, DAG); in LowerOperation()2263 SDValue MipsTargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD() function in MipsTargetLowering