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

References

lib/Target/Mips/MipsFastISel.cpp
 1496   CallingConv::ID CC = CLI.CallConv;
 1497   bool IsTailCall = CLI.IsTailCall;
 1498   bool IsVarArg = CLI.IsVarArg;
 1499   const Value *Callee = CLI.Callee;
 1500   MCSymbol *Symbol = CLI.Symbol;
 1516   if (CLI.RetTy->isVoidTy())
 1518   else if (!isTypeSupported(CLI.RetTy, RetVT))
 1521   for (auto Flag : CLI.OutFlags)
 1527   OutVTs.reserve(CLI.OutVals.size());
 1529   for (auto *Val : CLI.OutVals) {
 1548   if (!processCallArgs(CLI, OutVTs, NumBytes))
 1566   for (auto Reg : CLI.OutRegs)
 1573   CLI.Call = MIB;
 1586   return finishCall(CLI, RetVT, NumBytes);