Home
last modified time | relevance | path

Searched refs:GuaranteedTailCallOpt (Results 1 – 11 of 11) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetOptions.h50 GuaranteedTailCallOpt(false), DisableTailCalls(false), in TargetOptions()
145 unsigned GuaranteedTailCallOpt : 1; variable
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp298 (MF.getTarget().Options.GuaranteedTailCallOpt && in needsFP()
726 if (MF.getTarget().Options.GuaranteedTailCallOpt && RetOpcode == PPC::BLR && in emitEpilogue()
825 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeCalleeSavedScan()
925 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeFrameFinalized()
1175 if (MF.getTarget().Options.GuaranteedTailCallOpt && in eliminateCallFramePseudoInstr()
DPPCISelLowering.cpp1910 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
2142 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
2432 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin()
2824 if (CC == CallingConv::Fast && DAG.getTarget().Options.GuaranteedTailCallOpt){ in CalculateParameterAndLinkageAreaSize()
2860 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
3347 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0; in FinishCall()
3475 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
3705 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()
4077 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()
/external/llvm/tools/llc/
Dllc.cpp273 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in compileModule()
/external/llvm/lib/CodeGen/
DAnalysis.cpp282 (!TLI.getTargetMachine().Options.GuaranteedTailCallOpt || in isInTailCallPosition()
/external/llvm/tools/opt/
Dopt.cpp503 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in GetTargetOptions()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp735 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in X86SelectRet()
1649 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in DoSelectCall()
1663 TM.Options.GuaranteedTailCallOpt)) in DoSelectCall()
DX86ISelLowering.cpp1901 bool GuaranteedTailCallOpt) { in FuncIsMadeTailCallSafe() argument
1902 return GuaranteedTailCallOpt && IsTailCallConvention(CC); in FuncIsMadeTailCallSafe()
1916 getTargetMachine().Options.GuaranteedTailCallOpt); in LowerMemArgument()
2069 MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()
2199 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments()
2308 if (!MF.getTarget().Options.GuaranteedTailCallOpt && isTailCall) in LowerCall()
2336 else if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall()
2499 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in LowerCall()
2682 getTargetMachine().Options.GuaranteedTailCallOpt)) in LowerCall()
2849 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()
/external/llvm/tools/lto/
DLTOModule.cpp252 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in getTargetOptions()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp901 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments()
1096 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()
1417 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()
/external/llvm/docs/
DLangRef.rst5896 ``llvm::GuaranteedTailCallOpt`` is ``true``.