Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h142 GuaranteedTailCallOpt(false), StackSymbolOrdering(true), in TargetOptions()
236 unsigned GuaranteedTailCallOpt : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.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()
H A DX86FastISel.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/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.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/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()
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/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.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()
H A DPPCISelLowering.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/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp549 if (!Ret && ((!TM.Options.GuaranteedTailCallOpt && in isInTailCallPosition()
H A DCommandFlags.cpp569 Options.GuaranteedTailCallOpt = getEnableGuaranteedTailCallOpt(); in InitTargetOptionsFromCodeGenFlags()
/freebsd/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.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/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.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/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.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()