Searched refs:lowerSTORE (Results 1 – 4 of 4) sorted by relevance
66 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
389 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()
888 case ISD::STORE: return lowerSTORE(Op, DAG); in LowerOperation()2307 SDValue MipsTargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in MipsTargetLowering