Searched refs:GuaranteedTailCallOpt (Results 1 – 10 of 10) sorted by relevance
50 GuaranteedTailCallOpt(false), DisableTailCalls(false), in TargetOptions()135 unsigned GuaranteedTailCallOpt : 1; variable209 ARE_EQUAL(GuaranteedTailCallOpt) &&
135 Options.GuaranteedTailCallOpt = options.GuaranteedTailCallOpt; in setTargetOptions()
290 (MF.getTarget().Options.GuaranteedTailCallOpt && in needsFP()826 if (MF.getTarget().Options.GuaranteedTailCallOpt && RetOpcode == PPC::BLR && in emitEpilogue()928 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeCalleeSavedScan()1029 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeFrameFinalized()1302 if (MF.getTarget().Options.GuaranteedTailCallOpt && in eliminateCallFramePseudoInstr()
1998 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()2230 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()2527 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin()2918 if (CC == CallingConv::Fast && DAG.getTarget().Options.GuaranteedTailCallOpt){ in CalculateParameterAndLinkageAreaSize()2954 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()3444 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0; in FinishCall()3574 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()3807 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()4189 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()
275 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in compileModule()
493 (!TLI.getTargetMachine().Options.GuaranteedTailCallOpt || in isInTailCallPosition()
531 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in GetTargetOptions()
793 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in X86SelectRet()1894 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in DoSelectCall()1908 TM.Options.GuaranteedTailCallOpt)) in DoSelectCall()
2113 bool GuaranteedTailCallOpt) { in FuncIsMadeTailCallSafe() argument2114 return GuaranteedTailCallOpt && IsTailCallConvention(CC); in FuncIsMadeTailCallSafe()2128 getTargetMachine().Options.GuaranteedTailCallOpt); in LowerMemArgument()2288 MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()2418 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments()2528 if (!MF.getTarget().Options.GuaranteedTailCallOpt && isTailCall) in LowerCall()2555 else if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall()2721 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in LowerCall()2904 getTargetMachine().Options.GuaranteedTailCallOpt)) in LowerCall()3074 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()
1140 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments()1335 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()1657 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()