Searched refs:GuaranteedTailCallOpt (Results 1 – 11 of 11) sorted by relevance
50 GuaranteedTailCallOpt(false), DisableTailCalls(false), in TargetOptions()145 unsigned GuaranteedTailCallOpt : 1; variable
298 (MF.getTarget().Options.GuaranteedTailCallOpt && in needsFP()726 if (MF.getTarget().Options.GuaranteedTailCallOpt && RetOpcode == PPC::BLR && in emitEpilogue()825 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeCalleeSavedScan()925 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeFrameFinalized()1175 if (MF.getTarget().Options.GuaranteedTailCallOpt && in eliminateCallFramePseudoInstr()
1910 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()2142 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()2432 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin()2824 if (CC == CallingConv::Fast && DAG.getTarget().Options.GuaranteedTailCallOpt){ in CalculateParameterAndLinkageAreaSize()2860 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()3347 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0; in FinishCall()3475 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()3705 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()4077 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()
273 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in compileModule()
282 (!TLI.getTargetMachine().Options.GuaranteedTailCallOpt || in isInTailCallPosition()
503 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in GetTargetOptions()
735 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in X86SelectRet()1649 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in DoSelectCall()1663 TM.Options.GuaranteedTailCallOpt)) in DoSelectCall()
1901 bool GuaranteedTailCallOpt) { in FuncIsMadeTailCallSafe() argument1902 return GuaranteedTailCallOpt && IsTailCallConvention(CC); in FuncIsMadeTailCallSafe()1916 getTargetMachine().Options.GuaranteedTailCallOpt); in LowerMemArgument()2069 MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()2199 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments()2308 if (!MF.getTarget().Options.GuaranteedTailCallOpt && isTailCall) in LowerCall()2336 else if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall()2499 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in LowerCall()2682 getTargetMachine().Options.GuaranteedTailCallOpt)) in LowerCall()2849 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()
252 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in getTargetOptions()
901 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments()1096 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()1417 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()
5896 ``llvm::GuaranteedTailCallOpt`` is ``true``.