Home
last modified time | relevance | path

Searched refs:GuaranteedTailCallOpt (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h141 GuaranteedTailCallOpt(false), StackSymbolOrdering(true), in TargetOptions()
230 unsigned GuaranteedTailCallOpt : 1; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp1275 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() argument
1276 return (GuaranteedTailCallOpt && canGuaranteeTCO(CC)) || in shouldGuaranteeTCO()
1300 CallConv, DAG.getTarget().Options.GuaranteedTailCallOpt); in LowerMemArgument()
1853 MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()
1862 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments()
1996 bool IsGuaranteeTCO = MF.getTarget().Options.GuaranteedTailCallOpt || in LowerCall()
2075 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerCall()
2543 DAG.getTarget().Options.GuaranteedTailCallOpt)) in LowerCall()
2726 bool IsGuaranteeTCO = DAG.getTarget().Options.GuaranteedTailCallOpt || in IsEligibleForTailCallOptimization()
2885 MF.getTarget().Options.GuaranteedTailCallOpt); in IsEligibleForTailCallOptimization()
H A DX86FastISel.cpp1199 if ((CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) || in X86SelectRet()
3265 if ((CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) || in fastLowerCall()
3572 TM.Options.GuaranteedTailCallOpt) in fastLowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp742 MF.getTarget().Options.GuaranteedTailCallOpt)) { in lowerFormalArguments()
985 if (canGuaranteeTCO(CalleeCC, MF.getTarget().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()
1057 bool IsSibCall = !MF.getTarget().Options.GuaranteedTailCallOpt && in lowerTailCall()
1340 MF.getTarget().Options.GuaranteedTailCallOpt) in lowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp290 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() argument
291 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO()
465 CallConv, DAG.getTarget().Options.GuaranteedTailCallOpt); in LowerMemArgument()
563 if (!MF.getTarget().Options.GuaranteedTailCallOpt && IsTailCall) in LowerCall()
588 } else if (MF.getTarget().Options.GuaranteedTailCallOpt && in LowerCall()
854 DAG.getTarget().Options.GuaranteedTailCallOpt)) { in LowerCall()
1010 if (shouldGuaranteeTCO(CCID, MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()
1043 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments()
1238 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()
1356 CalleeCC, IsVarArg, MF.getTarget().Options.GuaranteedTailCallOpt); in IsEligibleForTailCallOptimization()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp381 (MF.getTarget().Options.GuaranteedTailCallOpt && in needsFP()
1888 if (MF.getTarget().Options.GuaranteedTailCallOpt && in emitEpilogue()
2038 if (MF.getTarget().Options.GuaranteedTailCallOpt && in determineCalleeSaves()
2155 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeFrameFinalized()
2557 if (MF.getTarget().Options.GuaranteedTailCallOpt && in eliminateCallFramePseudoInstr()
H A DPPCISelLowering.cpp4154 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
4396 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
4941 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
5026 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5807 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5884 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
6137 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
6265 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
7068 if (getTargetMachine().Options.GuaranteedTailCallOpt) in LowerFormalArguments_AIX()
7119 !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_AIX()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp561 Options.GuaranteedTailCallOpt = getEnableGuaranteedTailCallOpt(); in InitTargetOptionsFromCodeGenFlags()
H A DAnalysis.cpp585 if (!Ret && ((!TM.Options.GuaranteedTailCallOpt && in isInTailCallPosition()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1133 if (MF.getTarget().Options.GuaranteedTailCallOpt) in isEligibleForTailCallOptimization()
1191 bool IsSibCall = !MF.getTarget().Options.GuaranteedTailCallOpt; in lowerTailCall()
H A DSIISelLowering.cpp3468 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in isEligibleForTailCallOptimization()
3590 if (IsTailCall && MF.getTarget().Options.GuaranteedTailCallOpt) { in LowerCall()
3604 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2413 if (isTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall()
2879 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in LowerCall()
3032 if (canGuaranteeTCO(CalleeCC, getTargetMachine().Options.GuaranteedTailCallOpt)) in IsEligibleForTailCallOptimization()
4683 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7007 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments()
7333 if (canGuaranteeTCO(CalleeCC, getTargetMachine().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()
7537 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()