Searched refs:lowerSTORE (Results 1 – 4 of 4) sorted by relevance
64 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
436 SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const;
360 case ISD::STORE: return lowerSTORE(Op, DAG); in LowerOperation()1226 SDValue MipsSETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in MipsSETargetLowering1230 return MipsTargetLowering::lowerSTORE(Op, DAG); in lowerSTORE()
803 case ISD::STORE: return lowerSTORE(Op, DAG); in LowerOperation()2149 SDValue MipsTargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE() function in MipsTargetLowering