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

References

lib/Target/AMDGPU/SIISelLowering.cpp
 2793       Arg = DAG.getNode(ISD::BITCAST, DL, VA.getLocVT(), Arg);
 2793       Arg = DAG.getNode(ISD::BITCAST, DL, VA.getLocVT(), Arg);
 2796       Arg = DAG.getNode(ISD::ZERO_EXTEND, DL, VA.getLocVT(), Arg);
 2796       Arg = DAG.getNode(ISD::ZERO_EXTEND, DL, VA.getLocVT(), Arg);
 2799       Arg = DAG.getNode(ISD::SIGN_EXTEND, DL, VA.getLocVT(), Arg);
 2799       Arg = DAG.getNode(ISD::SIGN_EXTEND, DL, VA.getLocVT(), Arg);
 2802       Arg = DAG.getNode(ISD::ANY_EXTEND, DL, VA.getLocVT(), Arg);
 2802       Arg = DAG.getNode(ISD::ANY_EXTEND, DL, VA.getLocVT(), Arg);
 2805       Arg = DAG.getNode(ISD::FP_EXTEND, DL, VA.getLocVT(), Arg);
 2805       Arg = DAG.getNode(ISD::FP_EXTEND, DL, VA.getLocVT(), Arg);
 2812       RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
 2861             Chain, DL, DstAddr, Arg, SizeNode, Outs[i].Flags.getByValAlign(),
 2869         SDValue Store = DAG.getStore(Chain, DL, Arg, DstAddr, DstInfo,