Searched refs:GuaranteedTailCallOpt (Results 1 – 10 of 10) sorted by relevance
99 GuaranteedTailCallOpt(false), StackAlignmentOverride(0), in TargetOptions()167 unsigned GuaranteedTailCallOpt : 1; variable267 ARE_EQUAL(GuaranteedTailCallOpt) &&
516 (MF.getTarget().Options.GuaranteedTailCallOpt && in needsFP()1175 if (MF.getTarget().Options.GuaranteedTailCallOpt && in emitEpilogue()1273 if (MF.getTarget().Options.GuaranteedTailCallOpt && in determineCalleeSaves()1374 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeFrameFinalized()1654 if (MF.getTarget().Options.GuaranteedTailCallOpt && in eliminateCallFramePseudoInstr()
2830 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()3057 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()3475 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin()3850 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()4385 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0; in FinishCall()4527 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()4770 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()4880 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()5398 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()5448 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()
285 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in InitTargetOptionsFromCodeGenFlags()
506 (!TM.Options.GuaranteedTailCallOpt || !isa<UnreachableInst>(Term))) in isInTailCallPosition()
335 MF.getTarget().Options.GuaranteedTailCallOpt) || in LowerCall()
1021 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in X86SelectRet()2862 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in fastLowerCall()2876 TM.Options.GuaranteedTailCallOpt)) in fastLowerCall()
2514 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() argument2515 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO()2543 CallConv, DAG.getTarget().Options.GuaranteedTailCallOpt); in LowerMemArgument()2789 MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()2935 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments()3077 !MF.getTarget().Options.GuaranteedTailCallOpt) { in LowerCall()3104 if (!MF.getTarget().Options.GuaranteedTailCallOpt && isTailCall) in LowerCall()3130 else if (MF.getTarget().Options.GuaranteedTailCallOpt && in LowerCall()3533 DAG.getTarget().Options.GuaranteedTailCallOpt)) in LowerCall()3701 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()[all …]
2543 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments()2715 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in isEligibleForTailCallOptimization()2872 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()
8382 ``llvm::GuaranteedTailCallOpt`` is ``true``.