reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2617 MachineFrameInfo &MFI = DAG.getMachineFunction().getFrameInfo(); 2629 Chain = (depth || AlwaysFlush) ? getFLUSHW(Op, DAG) : DAG.getEntryNode(); 2629 Chain = (depth || AlwaysFlush) ? getFLUSHW(Op, DAG) : DAG.getEntryNode(); 2631 FrameAddr = DAG.getCopyFromReg(Chain, dl, FrameReg, VT); 2636 SDValue Ptr = DAG.getNode(ISD::ADD, dl, VT, FrameAddr, 2637 DAG.getIntPtrConstant(Offset, dl)); 2638 FrameAddr = DAG.getLoad(VT, dl, Chain, Ptr, MachinePointerInfo()); 2641 FrameAddr = DAG.getNode(ISD::ADD, dl, VT, FrameAddr, 2642 DAG.getIntPtrConstant(stackBias, dl));