Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h114 GuaranteedTailCallOpt(false), StackSymbolOrdering(true), in TargetOptions()
184 unsigned GuaranteedTailCallOpt : 1; variable
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp539 (MF.getTarget().Options.GuaranteedTailCallOpt && in needsFP()
1547 if (MF.getTarget().Options.GuaranteedTailCallOpt && in emitEpilogue()
1671 if (MF.getTarget().Options.GuaranteedTailCallOpt && in determineCalleeSaves()
1788 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeFrameFinalized()
2153 if (MF.getTarget().Options.GuaranteedTailCallOpt && in eliminateCallFramePseudoInstr()
H A DPPCISelLowering.cpp4601 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
4679 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5183 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0; in FinishCall()
5289 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5357 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
5592 if (isTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
5600 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()
5741 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()
6255 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()
6305 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp486 (!TM.Options.GuaranteedTailCallOpt || !isa<UnreachableInst>(Term))) in isInTailCallPosition()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc291 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt;
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1190 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in X86SelectRet()
3244 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in fastLowerCall()
3547 TM.Options.GuaranteedTailCallOpt) in fastLowerCall()
H A DX86ISelLowering.cpp2945 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() argument
2946 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO()
2972 CallConv, DAG.getTarget().Options.GuaranteedTailCallOpt); in LowerMemArgument()
3323 MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()
3467 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments()
3620 !MF.getTarget().Options.GuaranteedTailCallOpt) { in LowerCall()
3647 if (!MF.getTarget().Options.GuaranteedTailCallOpt && isTailCall) in LowerCall()
3679 else if (MF.getTarget().Options.GuaranteedTailCallOpt && in LowerCall()
4121 DAG.getTarget().Options.GuaranteedTailCallOpt)) in LowerCall()
4335 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp621 MF.getTarget().Options.GuaranteedTailCallOpt) || in LowerCall()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2381 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in isEligibleForTailCallOptimization()
2473 if (IsTailCall && MF.getTarget().Options.GuaranteedTailCallOpt) { in LowerCall()
2494 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3202 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments()
3400 if (getTargetMachine().Options.GuaranteedTailCallOpt) in isEligibleForTailCallOptimization()
3543 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()