Searched refs:GuaranteedTailCallOpt (Results 1 – 10 of 10) sorted by relevance
114 GuaranteedTailCallOpt(false), StackSymbolOrdering(true), in TargetOptions()184 unsigned GuaranteedTailCallOpt : 1; variable
539 (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()
4601 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 …]
486 (!TM.Options.GuaranteedTailCallOpt || !isa<UnreachableInst>(Term))) in isInTailCallPosition()
291 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt;
1190 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()
2945 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() argument2946 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 …]
621 MF.getTarget().Options.GuaranteedTailCallOpt) || in LowerCall()
2381 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()
3202 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments()3400 if (getTargetMachine().Options.GuaranteedTailCallOpt) in isEligibleForTailCallOptimization()3543 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()