Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h120 GuaranteedTailCallOpt(false), StackSymbolOrdering(true), in TargetOptions()
202 unsigned GuaranteedTailCallOpt : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp580 MF.getTarget().Options.GuaranteedTailCallOpt)) { in lowerFormalArguments()
820 if (canGuaranteeTCO(CalleeCC, MF.getTarget().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()
892 bool IsSibCall = !MF.getTarget().Options.GuaranteedTailCallOpt && in lowerTailCall()
1152 MF.getTarget().Options.GuaranteedTailCallOpt) in lowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp237 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp380 (MF.getTarget().Options.GuaranteedTailCallOpt && in needsFP()
1876 if (MF.getTarget().Options.GuaranteedTailCallOpt && in emitEpilogue()
2017 if (MF.getTarget().Options.GuaranteedTailCallOpt && in determineCalleeSaves()
2134 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeFrameFinalized()
2515 if (MF.getTarget().Options.GuaranteedTailCallOpt && in eliminateCallFramePseudoInstr()
H A DPPCISelLowering.cpp3980 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
4223 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
4776 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
4865 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5546 getTargetMachine().Options.GuaranteedTailCallOpt) in FinishCall()
5586 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5663 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
5908 if (CFlags.IsTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
5916 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
6044 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp510 Options.GuaranteedTailCallOpt = getEnableGuaranteedTailCallOpt(); in InitTargetOptionsFromCodeGenFlags()
H A DAnalysis.cpp514 if (!Ret && ((!TM.Options.GuaranteedTailCallOpt && in isInTailCallPosition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1061 if (MF.getTarget().Options.GuaranteedTailCallOpt) in isEligibleForTailCallOptimization()
1113 bool IsSibCall = !MF.getTarget().Options.GuaranteedTailCallOpt; in lowerTailCall()
H A DSIISelLowering.cpp2872 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in isEligibleForTailCallOptimization()
2966 if (IsTailCall && MF.getTarget().Options.GuaranteedTailCallOpt) { in LowerCall()
2994 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp1200 if ((CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) || in X86SelectRet()
3217 if ((CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) || in fastLowerCall()
3520 TM.Options.GuaranteedTailCallOpt) in fastLowerCall()
H A DX86ISelLowering.cpp3214 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() argument
3215 return (GuaranteedTailCallOpt && canGuaranteeTCO(CC)) || in shouldGuaranteeTCO()
3239 CallConv, DAG.getTarget().Options.GuaranteedTailCallOpt); in LowerMemArgument()
3790 MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()
3799 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments()
3931 bool IsGuaranteeTCO = MF.getTarget().Options.GuaranteedTailCallOpt || in LowerCall()
4467 DAG.getTarget().Options.GuaranteedTailCallOpt)) in LowerCall()
4659 bool IsGuaranteeTCO = DAG.getTarget().Options.GuaranteedTailCallOpt || in IsEligibleForTailCallOptimization()
4813 MF.getTarget().Options.GuaranteedTailCallOpt); in IsEligibleForTailCallOptimization()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5086 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments()
5329 if (canGuaranteeTCO(CalleeCC, getTargetMachine().Options.GuaranteedTailCallOpt)) in isEligibleForTailCallOptimization()
5486 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst11362 ``llvm::GuaranteedTailCallOpt`` is ``true``, or the calling convention