Searched refs:canGuaranteeTCO (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLoweringCall.cpp | 1247 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function 1270 return canGuaranteeTCO(CC); in mayTailCallThisCC() 1277 return (GuaranteedTailCallOpt && canGuaranteeTCO(CC)) || in shouldGuaranteeTCO() 1687 !(IsVarArg && canGuaranteeTCO(CallConv)) && in LowerFormalArguments() 1875 if (!canGuaranteeTCO(CallConv) && hasCalleePopSRet(Ins, Subtarget)) in LowerFormalArguments() 2073 assert(!(isVarArg && canGuaranteeTCO(CallConv)) && in LowerCall() 2082 else if (IsGuaranteeTCO && canGuaranteeTCO(CallConv)) in LowerCall() 2558 else if (!canGuaranteeTCO(CallConv) && IsCalleePopSRet) in LowerCall() 2768 if (canGuaranteeTCO(CalleeCC) && CCMatch) in IsEligibleForTailCallOptimization()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 275 static bool canGuaranteeTCO(CallingConv::ID CC) { return false; } in canGuaranteeTCO() function 284 return canGuaranteeTCO(CC); in mayTailCallThisCC() 291 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO() 570 assert(!(IsVarArg && canGuaranteeTCO(CallConv)) && in LowerCall() 589 canGuaranteeTCO(CallConv)) { in LowerCall() 856 } else if (!canGuaranteeTCO(CallConv) && SR == StackStructReturn) { in LowerCall() 1049 if (!canGuaranteeTCO(CCID) && argsAreStructReturn(Ins) == StackStructReturn) in LowerFormalArguments() 1240 if (canGuaranteeTCO(CalleeCC) && CCMatch) in IsEligibleForTailCallOptimization()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCallLowering.cpp | 1080 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function 1091 return canGuaranteeTCO(CC); in mayTailCallThisCC() 1134 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
|
H A D | SIISelLowering.cpp | 3508 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function 3519 return canGuaranteeTCO(CC); in mayTailCallThisCC() 3553 if (canGuaranteeTCO(CalleeCC) && CCMatch) in isEligibleForTailCallOptimization()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64CallLowering.cpp | 781 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() function 994 if (canGuaranteeTCO(CalleeCC, MF.getTarget().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 2357 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() function 2895 canGuaranteeTCO(CallConv, TailCallOpt) ? alignTo(NumBytes, 16) : -1ULL; in LowerCall() 3051 if (canGuaranteeTCO(CalleeCC, getTargetMachine().Options.GuaranteedTailCallOpt)) in IsEligibleForTailCallOptimization() 4701 if (canGuaranteeTCO(CallConv, TailCallOpt)) { in LowerFormalArguments()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 7866 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() function 8016 if (canGuaranteeTCO(CalleeCC, getTargetMachine().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()
|