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

References

lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  434   Info.CallConv = TLI.getLibcallCallingConv(RTLibcall);
  435   Info.Callee = MachineOperand::CreateES(Name);
  436   Info.OrigRet = CallLowering::ArgInfo({0}, Type::getVoidTy(Ctx));
  437   Info.IsTailCall = MI.getOperand(MI.getNumOperands() - 1).getImm() == 1 &&
  440   std::copy(Args.begin(), Args.end(), std::back_inserter(Info.OrigArgs));
  441   if (!CLI.lowerCall(MIRBuilder, Info))
  444   if (Info.LoweredTailCall) {
  445     assert(Info.IsTailCall && "Lowered tail call when it wasn't a tail call?");