Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SrcOp

121   SDValue EmitStackConvert(SDValue SrcOp, EVT SlotVT, EVT DestVT, SDLoc dl);
1757 /// SrcOp to a stack slot of type SlotVT, truncating it if needed. It then does
1760 SDValue SelectionDAGLegalize::EmitStackConvert(SDValue SrcOp,
1766 TLI.getDataLayout()->getPrefTypeAlignment(SrcOp.getValueType().
1774 unsigned SrcSize = SrcOp.getValueType().getSizeInBits();
1785 Store = DAG.getTruncStore(DAG.getEntryNode(), dl, SrcOp, FIPtr,
1789 Store = DAG.getStore(DAG.getEntryNode(), dl, SrcOp, FIPtr,