Searched refs:canGuaranteeTCO (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLoweringCall.cpp | 1278 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function 1301 return canGuaranteeTCO(CC); in mayTailCallThisCC() 1308 return (GuaranteedTailCallOpt && canGuaranteeTCO(CC)) || in shouldGuaranteeTCO() 1718 !(IsVarArg && canGuaranteeTCO(CallConv)) && in LowerFormalArguments() 1906 if (!canGuaranteeTCO(CallConv) && hasCalleePopSRet(Ins, Subtarget)) in LowerFormalArguments() 2116 assert(!(isVarArg && canGuaranteeTCO(CallConv)) && in LowerCall() 2125 else if (IsGuaranteeTCO && canGuaranteeTCO(CallConv)) in LowerCall() 2613 else if (!canGuaranteeTCO(CallConv) && IsCalleePopSRet) in LowerCall() 2823 if (canGuaranteeTCO(CalleeCC) && CCMatch) in IsEligibleForTailCallOptimization()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 277 static bool canGuaranteeTCO(CallingConv::ID CC) { return false; } in canGuaranteeTCO() function 286 return canGuaranteeTCO(CC); in mayTailCallThisCC() 293 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO() 572 assert(!(IsVarArg && canGuaranteeTCO(CallConv)) && in LowerCall() 591 canGuaranteeTCO(CallConv)) { in LowerCall() 857 } else if (!canGuaranteeTCO(CallConv) && SR == StackStructReturn) { in LowerCall() 1050 if (!canGuaranteeTCO(CCID) && argsAreStructReturn(Ins) == StackStructReturn) in LowerFormalArguments() 1242 if (canGuaranteeTCO(CalleeCC) && CCMatch) in IsEligibleForTailCallOptimization()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 1482 constexpr bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function 1494 return canGuaranteeTCO(CC); in mayTailCallThisCC()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 830 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() function 1043 if (canGuaranteeTCO(CalleeCC, MF.getTarget().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCallLowering.cpp | 1132 return AMDGPU::canGuaranteeTCO(CalleeCC) && in isEligibleForTailCallOptimization()
|
| H A D | SIISelLowering.cpp | 3651 if (AMDGPU::canGuaranteeTCO(CalleeCC) && CCMatch) in isEligibleForTailCallOptimization()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 2404 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() function 3015 canGuaranteeTCO(CallConv, TailCallOpt) ? alignTo(NumBytes, 16) : -1U; in LowerCall() 3139 if (canGuaranteeTCO(CalleeCC, in IsEligibleForTailCallOptimization() 4789 if (canGuaranteeTCO(CallConv, TailCallOpt)) { in LowerFormalArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 8371 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() function 8545 if (canGuaranteeTCO(CalleeCC, getTargetMachine().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()
|