Searched refs:lowerSTORE (Results 1 – 4 of 4) sorted by relevance
66 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
394 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
364 case ISD::STORE: return lowerSTORE(Op, DAG); in LowerOperation()1241 SDValue MipsSETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in MipsSETargetLowering1245 return MipsTargetLowering::lowerSTORE(Op, DAG); in lowerSTORE()
916 case ISD::STORE: return lowerSTORE(Op, DAG); in LowerOperation()2388 SDValue MipsTargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in MipsTargetLowering