Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getStore

3689         Store = DAG.getStore(Chain, dl, Value,
3792 Store = DAG.getStore(Chain, dl, LoadValues[i],
3874 SDValue Store = DAG.getStore(Chain, dl, Value,
4356 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
4376 /// MachinePointerInfo to getLoad or getStore when it has "FI+Cst".
4505 SDValue SelectionDAG::getStore(SDValue Chain, SDLoc dl, SDValue Val,
4529 return getStore(Chain, dl, Val, Ptr, MMO);
4532 SDValue SelectionDAG::getStore(SDValue Chain, SDLoc dl, SDValue Val,
4593 return getStore(Chain, dl, Val, Ptr, MMO);