Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetOptions.h142 GuaranteedTailCallOpt(false), StackSymbolOrdering(true), in TargetOptions()
236 unsigned GuaranteedTailCallOpt : 1; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLoweringCall.cpp1276 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() argument
1277 return (GuaranteedTailCallOpt && canGuaranteeTCO(CC)) || in shouldGuaranteeTCO()
1301 CallConv, DAG.getTarget().Options.GuaranteedTailCallOpt); in LowerMemArgument()
1857 MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()
1866 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments()
2010 bool IsGuaranteeTCO = MF.getTarget().Options.GuaranteedTailCallOpt || in LowerCall()
2088 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerCall()
2556 DAG.getTarget().Options.GuaranteedTailCallOpt)) in LowerCall()
2758 bool IsGuaranteeTCO = DAG.getTarget().Options.GuaranteedTailCallOpt || in IsEligibleForTailCallOptimization()
2902 MF.getTarget().Options.GuaranteedTailCallOpt); in IsEligibleForTailCallOptimization()
HDX86FastISel.cpp1201 if ((CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) || in X86SelectRet()
3267 if ((CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) || in fastLowerCall()
3574 TM.Options.GuaranteedTailCallOpt) in fastLowerCall()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
HDAArch64CallLowering.cpp750 MF.getTarget().Options.GuaranteedTailCallOpt)) { in lowerFormalArguments()
994 if (canGuaranteeTCO(CalleeCC, MF.getTarget().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()
1091 bool IsSibCall = !MF.getTarget().Options.GuaranteedTailCallOpt && in lowerTailCall()
1421 MF.getTarget().Options.GuaranteedTailCallOpt) in lowerCall()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kISelLowering.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()
1011 if (shouldGuaranteeTCO(CCID, MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()
1044 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments()
1239 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()
1357 CalleeCC, IsVarArg, MF.getTarget().Options.GuaranteedTailCallOpt); in IsEligibleForTailCallOptimization()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCFrameLowering.cpp382 (MF.getTarget().Options.GuaranteedTailCallOpt && in needsFP()
1883 if (MF.getTarget().Options.GuaranteedTailCallOpt && in emitEpilogue()
2045 if (MF.getTarget().Options.GuaranteedTailCallOpt && in determineCalleeSaves()
2162 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeFrameFinalized()
2564 if (MF.getTarget().Options.GuaranteedTailCallOpt && in eliminateCallFramePseudoInstr()
HDPPCISelLowering.cpp4268 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
4510 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
5055 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
5140 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5842 getTargetMachine().Options.GuaranteedTailCallOpt) in FinishCall()
5920 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5997 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
6242 if (CFlags.IsTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
6250 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
6378 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDAnalysis.cpp549 if (!Ret && ((!TM.Options.GuaranteedTailCallOpt && in isInTailCallPosition()
HDCommandFlags.cpp569 Options.GuaranteedTailCallOpt = getEnableGuaranteedTailCallOpt(); in InitTargetOptionsFromCodeGenFlags()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUCallLowering.cpp1133 if (MF.getTarget().Options.GuaranteedTailCallOpt) in isEligibleForTailCallOptimization()
1191 bool IsSibCall = !MF.getTarget().Options.GuaranteedTailCallOpt; in lowerTailCall()
HDSIISelLowering.cpp3552 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in isEligibleForTailCallOptimization()
3673 if (IsTailCall && MF.getTarget().Options.GuaranteedTailCallOpt) { in LowerCall()
3687 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp2434 if (isTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall()
2893 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in LowerCall()
3051 if (canGuaranteeTCO(CalleeCC, getTargetMachine().Options.GuaranteedTailCallOpt)) in IsEligibleForTailCallOptimization()
4700 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp7645 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments()
8016 if (canGuaranteeTCO(CalleeCC, getTargetMachine().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()
8264 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()