Searched refs:canGuaranteeTCO (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUCallLowering.cpp | 1070 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function 1081 return canGuaranteeTCO(CC); in mayTailCallThisCC() 1124 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
|
| D | SIISelLowering.cpp | 2985 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function 2996 return canGuaranteeTCO(CC); in mayTailCallThisCC() 3027 if (canGuaranteeTCO(CalleeCC) && CCMatch) in isEligibleForTailCallOptimization()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| D | AArch64CallLowering.cpp | 673 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() function 881 if (canGuaranteeTCO(CalleeCC, MF.getTarget().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 2315 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() function 2863 canGuaranteeTCO(CallConv, TailCallOpt) ? alignTo(NumBytes, 16) : -1ULL; in LowerCall() 3014 if (canGuaranteeTCO(CalleeCC, getTargetMachine().Options.GuaranteedTailCallOpt)) in IsEligibleForTailCallOptimization() 4669 if (canGuaranteeTCO(CallConv, TailCallOpt)) { in LowerFormalArguments()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 3669 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function 3692 return canGuaranteeTCO(CC); in mayTailCallThisCC() 3699 return (GuaranteedTailCallOpt && canGuaranteeTCO(CC)) || in shouldGuaranteeTCO() 4113 !(IsVarArg && canGuaranteeTCO(CallConv)) && in LowerFormalArguments() 4296 if (!canGuaranteeTCO(CallConv) && hasCalleePopSRet(Ins, Subtarget)) in LowerFormalArguments() 4469 assert(!(isVarArg && canGuaranteeTCO(CallConv)) && in LowerCall() 4494 else if (IsGuaranteeTCO && canGuaranteeTCO(CallConv)) in LowerCall() 4965 else if (!canGuaranteeTCO(CallConv) && IsCalleePopSRet) in LowerCall() 5155 if (canGuaranteeTCO(CalleeCC) && CCMatch) in IsEligibleForTailCallOptimization()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 6830 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() function 6957 if (canGuaranteeTCO(CalleeCC, getTargetMachine().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()
|