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

References

lib/Target/Sparc/SparcISelLowering.cpp
 1125   Chain = DAG.getCALLSEQ_START(Chain, ArgsSize, 0, DL);
 1125   Chain = DAG.getCALLSEQ_START(Chain, ArgsSize, 0, DL);
 1179             DAG.getStore(Chain, DL, Arg, HiPtrOff, MachinePointerInfo());
 1224         DAG.getStore(Chain, DL, Arg, PtrOff, MachinePointerInfo()));
 1229     Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, MemOpChains);
 1237     Chain = DAG.getCopyToReg(Chain, DL,
 1237     Chain = DAG.getCopyToReg(Chain, DL,
 1239     InGlue = Chain.getValue(1);
 1255   Ops.push_back(Chain);
 1277   Chain = DAG.getNode(SPISD::CALL, DL, NodeTys, Ops);
 1278   InGlue = Chain.getValue(1);
 1281   Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(ArgsSize, DL, true),
 1281   Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(ArgsSize, DL, true),
 1283   InGlue = Chain.getValue(1);
 1309     if (RegisterSDNode *SrcReg = dyn_cast<RegisterSDNode>(Chain.getOperand(1)))
 1310       if (SrcReg->getReg() == Reg && Chain->getOpcode() == ISD::CopyFromReg)
 1311         RV = Chain.getValue(0);
 1315       RV = DAG.getCopyFromReg(Chain, DL, Reg, RVLocs[i].getLocVT(), InGlue);
 1316       Chain = RV.getValue(1);
 1317       InGlue = Chain.getValue(2);
 1347   return Chain;