HomeSort by: relevance | last modified time | path
    Searched refs:TailCallOpt (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64CallLowering.cpp 334 static bool doesCalleeRestoreStack(CallingConv::ID CallConv, bool TailCallOpt) {
335 return (CallConv == CallingConv::Fast && TailCallOpt) ||
819 // If we have -tailcallopt, then we're done.
823 // We don't have -tailcallopt, so we're allowed to change the ABI (sibcall).
891 // True when we're tail calling, but without -tailcallopt.
941 // by -tailcallopt. For sibcalls, the memory operands for the call are
1014 // If we have -tailcallopt, we need to adjust the stack. We'll do the call
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 876 bool DoesCalleeRestoreStack(CallingConv::ID CallCC, bool TailCallOpt) const;
AArch64ISelLowering.cpp 5086 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt;
5087 if (DoesCalleeRestoreStack(CallConv, TailCallOpt)) {
5460 bool TailCallOpt) const {
5461 return (CallCC == CallingConv::Fast && TailCallOpt) ||
5486 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt;
5514 if (!TailCallOpt && IsTailCall && CallConv != CallingConv::Tail &&
5954 DoesCalleeRestoreStack(CallConv, TailCallOpt) ? alignTo(NumBytes, 16) : 0;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 4776 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt;
4778 if (DisableSCO && !TailCallOpt) return false;
4836 if (CalleeCC == CallingConv::Fast && TailCallOpt)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 2994 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt;
2998 if (!TailCallOpt && IsTailCall)

Completed in 85 milliseconds