reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/MSP430/MSP430ISelLowering.cpp
  725   MachineFunction &MF = DAG.getMachineFunction();
  735   CCState CCInfo(CallConv, isVarArg, DAG.getMachineFunction(), RVLocs,
  736                  *DAG.getContext());
  749     Chain = DAG.getCopyToReg(Chain, dl, VA.getLocReg(),
  755     RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT()));
  766       DAG.getCopyFromReg(Chain, dl, Reg, getPointerTy(DAG.getDataLayout()));
  766       DAG.getCopyFromReg(Chain, dl, Reg, getPointerTy(DAG.getDataLayout()));
  769     Chain = DAG.getCopyToReg(Chain, dl, R12, Val, Flag);
  771     RetOps.push_back(DAG.getRegister(R12, getPointerTy(DAG.getDataLayout())));
  771     RetOps.push_back(DAG.getRegister(R12, getPointerTy(DAG.getDataLayout())));
  783   return DAG.getNode(Opc, dl, MVT::Other, RetOps);