Searched refs:GuaranteedTailCallOpt (Results 1 – 11 of 11) sorted by relevance
50 GuaranteedTailCallOpt(false), DisableTailCalls(false), in TargetOptions()135 unsigned GuaranteedTailCallOpt : 1; variable209 ARE_EQUAL(GuaranteedTailCallOpt) &&
275 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in compileModule()
291 (MF.getTarget().Options.GuaranteedTailCallOpt && in needsFP()879 if (MF.getTarget().Options.GuaranteedTailCallOpt && RetOpcode == PPC::BLR && in emitEpilogue()988 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeCalleeSavedScan()1089 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeFrameFinalized()1362 if (MF.getTarget().Options.GuaranteedTailCallOpt && in eliminateCallFramePseudoInstr()
1966 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()2198 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()2488 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin()2880 if (CC == CallingConv::Fast && DAG.getTarget().Options.GuaranteedTailCallOpt){ in CalculateParameterAndLinkageAreaSize()2916 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()3406 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0; in FinishCall()3534 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()3767 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()4140 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()
492 (!TLI.getTargetMachine().Options.GuaranteedTailCallOpt || in isInTailCallPosition()
504 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in GetTargetOptions()
239 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in getTargetOptions()
744 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in X86SelectRet()1845 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in DoSelectCall()1859 TM.Options.GuaranteedTailCallOpt)) in DoSelectCall()
2086 bool GuaranteedTailCallOpt) { in FuncIsMadeTailCallSafe() argument2087 return GuaranteedTailCallOpt && IsTailCallConvention(CC); in FuncIsMadeTailCallSafe()2101 getTargetMachine().Options.GuaranteedTailCallOpt); in LowerMemArgument()2261 MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()2391 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments()2501 if (!MF.getTarget().Options.GuaranteedTailCallOpt && isTailCall) in LowerCall()2528 else if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall()2694 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in LowerCall()2877 getTargetMachine().Options.GuaranteedTailCallOpt)) in LowerCall()3047 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()
956 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments()1151 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()1473 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()
5990 ``llvm::GuaranteedTailCallOpt`` is ``true``.