Searched refs:GuaranteedTailCallOpt (Results 1 – 10 of 10) sorted by relevance
113 GuaranteedTailCallOpt(false), StackSymbolOrdering(true), in TargetOptions()184 unsigned GuaranteedTailCallOpt : 1; variable
466 MF.getTarget().Options.GuaranteedTailCallOpt)) { in lowerFormalArguments()734 if (MF.getTarget().Options.GuaranteedTailCallOpt) in isEligibleForTailCallOptimization()788 bool IsSibCall = !MF.getTarget().Options.GuaranteedTailCallOpt; in lowerTailCall()1019 MF.getTarget().Options.GuaranteedTailCallOpt) in lowerCall()
3562 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments()3786 if (getTargetMachine().Options.GuaranteedTailCallOpt) in isEligibleForTailCallOptimization()3930 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()
554 (MF.getTarget().Options.GuaranteedTailCallOpt && in needsFP()1697 if (MF.getTarget().Options.GuaranteedTailCallOpt && in emitEpilogue()1821 if (MF.getTarget().Options.GuaranteedTailCallOpt && in determineCalleeSaves()1940 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeFrameFinalized()2311 if (MF.getTarget().Options.GuaranteedTailCallOpt && in eliminateCallFramePseudoInstr()
3510 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()3758 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()4166 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin()4688 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()4766 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()5477 getTargetMachine().Options.GuaranteedTailCallOpt) in FinishCall()5517 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()5589 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()5837 if (isTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()5845 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()[all …]
527 ((!TM.Options.GuaranteedTailCallOpt && in isInTailCallPosition()
304 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt;
1178 if ((CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) || in X86SelectRet()3232 if ((CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) || in fastLowerCall()3538 TM.Options.GuaranteedTailCallOpt) in fastLowerCall()
3171 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() argument3172 return (GuaranteedTailCallOpt && canGuaranteeTCO(CC)) || CC == CallingConv::Tail; in shouldGuaranteeTCO()3196 CallConv, DAG.getTarget().Options.GuaranteedTailCallOpt); in LowerMemArgument()3518 MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()3662 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments()3796 bool IsGuaranteeTCO = MF.getTarget().Options.GuaranteedTailCallOpt || in LowerCall()4291 DAG.getTarget().Options.GuaranteedTailCallOpt)) in LowerCall()4488 bool IsGuaranteeTCO = DAG.getTarget().Options.GuaranteedTailCallOpt || in IsEligibleForTailCallOptimization()4642 MF.getTarget().Options.GuaranteedTailCallOpt); in IsEligibleForTailCallOptimization()
2615 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in isEligibleForTailCallOptimization()2714 if (IsTailCall && MF.getTarget().Options.GuaranteedTailCallOpt) { in LowerCall()2734 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()