Home
last modified time | relevance | path

Searched refs:canGuaranteeTCO (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUCallLowering.cpp1070 static bool canGuaranteeTCO(CallingConv::ID CC) { in canGuaranteeTCO() function
1081 return canGuaranteeTCO(CC); in mayTailCallThisCC()
1124 return canGuaranteeTCO(CalleeCC) && CalleeCC == CallerF.getCallingConv(); in isEligibleForTailCallOptimization()
DSIISelLowering.cpp2985 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/
DAArch64CallLowering.cpp673 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/
DARMISelLowering.cpp2315 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/
DX86ISelLowering.cpp3669 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/
DAArch64ISelLowering.cpp6830 static bool canGuaranteeTCO(CallingConv::ID CC, bool GuaranteeTailCalls) { in canGuaranteeTCO() function
6957 if (canGuaranteeTCO(CalleeCC, getTargetMachine().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()