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

References

lib/Target/AMDGPU/SIISelLowering.cpp
 2920   Ops.push_back(Chain);
 2921   Ops.push_back(Callee);
 2926   Ops.push_back(DAG.getTargetGlobalAddress(GV, DL, MVT::i64));
 2932     Ops.push_back(DAG.getTargetConstant(FPDiff, DL, MVT::i32));
 2934     Ops.push_back(PhysReturnAddrReg);
 2940     Ops.push_back(DAG.getRegister(RegToPass.first,
 2949   Ops.push_back(DAG.getRegisterMask(Mask));
 2952     Ops.push_back(InFlag);
 2960     return DAG.getNode(AMDGPUISD::TC_RETURN, DL, NodeTys, Ops);
 2964   SDValue Call = DAG.getNode(AMDGPUISD::CALL, DL, NodeTys, Ops);