Searched refs:TailCallOpt (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp235 static bool doesCalleeRestoreStack(CallingConv::ID CallConv, bool TailCallOpt) { argument
236 return CallConv == CallingConv::Fast && TailCallOpt;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h792 bool DoesCalleeRestoreStack(CallingConv::ID CallCC, bool TailCallOpt) const;
H A DAArch64ISelLowering.cpp3926 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; local
3927 if (DoesCalleeRestoreStack(CallConv, TailCallOpt)) {
4298 bool TailCallOpt) const {
4299 return CallCC == CallingConv::Fast && TailCallOpt;
4323 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; local
4350 if (!TailCallOpt && IsTailCall)
4740 DoesCalleeRestoreStack(CallConv, TailCallOpt) ? alignTo(NumBytes, 16) : 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4877 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; local
4879 if (DisableSCO && !TailCallOpt) return false;
4937 if (CalleeCC == CallingConv::Fast && TailCallOpt)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2848 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; local
2852 if (!TailCallOpt && IsTailCall)

Completed in 276 milliseconds