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

References

lib/Target/ARM/ARMISelLowering.cpp
 2737   RetOps.push_back(Chain); // Operand #0 = Chain (updated below)
 2798         RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT()));
 2804         RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT()));
 2819       RetOps.push_back(DAG.getRegister(VA.getLocReg(), VA.getLocVT()));
 2830     RetOps.push_back(DAG.getRegister(VA.getLocReg(),
 2839         RetOps.push_back(DAG.getRegister(*I, MVT::i32));
 2841         RetOps.push_back(DAG.getRegister(*I, MVT::getFloatingPointVT(64)));
 2848   RetOps[0] = Chain;
 2850     RetOps.push_back(Flag);
 2862     return LowerInterruptReturn(RetOps, dl, DAG);
 2865   return DAG.getNode(ARMISD::RET_FLAG, dl, MVT::Other, RetOps);