Searched refs:GuaranteedTailCallOpt (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 120 GuaranteedTailCallOpt(false), StackSymbolOrdering(true), in TargetOptions() 202 unsigned GuaranteedTailCallOpt : 1; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 572 MF.getTarget().Options.GuaranteedTailCallOpt)) { in lowerFormalArguments() 812 if (canGuaranteeTCO(CalleeCC, MF.getTarget().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization() 884 bool IsSibCall = !MF.getTarget().Options.GuaranteedTailCallOpt && in lowerTailCall() 1144 MF.getTarget().Options.GuaranteedTailCallOpt) in lowerCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 237 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() argument 238 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO() 412 CallConv, DAG.getTarget().Options.GuaranteedTailCallOpt); in LowerMemArgument() 510 if (!MF.getTarget().Options.GuaranteedTailCallOpt && IsTailCall) in LowerCall() 534 } else if (MF.getTarget().Options.GuaranteedTailCallOpt && in LowerCall() 802 DAG.getTarget().Options.GuaranteedTailCallOpt)) { in LowerCall() 957 if (shouldGuaranteeTCO(CCID, MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments() 990 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments() 1177 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization() 1295 CalleeCC, IsVarArg, MF.getTarget().Options.GuaranteedTailCallOpt); in IsEligibleForTailCallOptimization()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.cpp | 380 (MF.getTarget().Options.GuaranteedTailCallOpt && in needsFP() 1885 if (MF.getTarget().Options.GuaranteedTailCallOpt && in emitEpilogue() 2026 if (MF.getTarget().Options.GuaranteedTailCallOpt && in determineCalleeSaves() 2143 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeFrameFinalized() 2524 if (MF.getTarget().Options.GuaranteedTailCallOpt && in eliminateCallFramePseudoInstr()
|
| H A D | PPCISelLowering.cpp | 3989 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4() 4232 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4() 4785 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4() 4874 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization() 5595 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall() 5672 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4() 5925 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4() 6053 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4() 6861 if (getTargetMachine().Options.GuaranteedTailCallOpt) in LowerFormalArguments_AIX() 6913 !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_AIX() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 504 Options.GuaranteedTailCallOpt = getEnableGuaranteedTailCallOpt(); in InitTargetOptionsFromCodeGenFlags()
|
| H A D | Analysis.cpp | 514 if (!Ret && ((!TM.Options.GuaranteedTailCallOpt && in isInTailCallPosition()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCallLowering.cpp | 1062 if (MF.getTarget().Options.GuaranteedTailCallOpt) in isEligibleForTailCallOptimization() 1114 bool IsSibCall = !MF.getTarget().Options.GuaranteedTailCallOpt; in lowerTailCall()
|
| H A D | SIISelLowering.cpp | 2912 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in isEligibleForTailCallOptimization() 3006 if (IsTailCall && MF.getTarget().Options.GuaranteedTailCallOpt) { in LowerCall() 3034 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 1200 if ((CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) || in X86SelectRet() 3218 if ((CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) || in fastLowerCall() 3521 TM.Options.GuaranteedTailCallOpt) in fastLowerCall()
|
| H A D | X86ISelLowering.cpp | 3218 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() argument 3219 return (GuaranteedTailCallOpt && canGuaranteeTCO(CC)) || in shouldGuaranteeTCO() 3243 CallConv, DAG.getTarget().Options.GuaranteedTailCallOpt); in LowerMemArgument() 3785 MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments() 3794 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments() 3926 bool IsGuaranteeTCO = MF.getTarget().Options.GuaranteedTailCallOpt || in LowerCall() 4005 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerCall() 4464 DAG.getTarget().Options.GuaranteedTailCallOpt)) in LowerCall() 4656 bool IsGuaranteeTCO = DAG.getTarget().Options.GuaranteedTailCallOpt || in IsEligibleForTailCallOptimization() 4810 MF.getTarget().Options.GuaranteedTailCallOpt); in IsEligibleForTailCallOptimization()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 2324 if (isTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall() 2776 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in LowerCall() 2923 if (canGuaranteeTCO(CalleeCC, getTargetMachine().Options.GuaranteedTailCallOpt)) in IsEligibleForTailCallOptimization() 4575 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 5353 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments() 5596 if (canGuaranteeTCO(CalleeCC, getTargetMachine().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization() 5753 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()
|