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

References

lib/Target/ARM/ARMCallLowering.cpp
  521   bool IsDirect = !Info.Callee.isReg();
  529   MIB.add(Info.Callee);
  531     auto CalleeReg = Info.Callee.getReg();
  536           *MIB.getInstr(), MIB->getDesc(), Info.Callee, CalleeIdx));
  540   MIB.addRegMask(TRI->getCallPreservedMask(MF, Info.CallConv));
  544   for (auto Arg : Info.OrigArgs) {
  557   auto ArgAssignFn = TLI.CCAssignFnForCall(Info.CallConv, IsVarArg);
  565   if (!Info.OrigRet.Ty->isVoidTy()) {
  566     if (!isSupportedType(DL, TLI, Info.OrigRet.Ty))
  570     splitToValueTypes(Info.OrigRet, ArgInfos, MF);
  571     auto RetAssignFn = TLI.CCAssignFnForReturn(Info.CallConv, IsVarArg);