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()
135 unsigned GuaranteedTailCallOpt : 1; variable
209 ARE_EQUAL(GuaranteedTailCallOpt) &&
/external/llvm/tools/llc/
Dllc.cpp275 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in compileModule()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp291 (MF.getTarget().Options.GuaranteedTailCallOpt && in needsFP()
879 if (MF.getTarget().Options.GuaranteedTailCallOpt && RetOpcode == PPC::BLR && in emitEpilogue()
988 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeCalleeSavedScan()
1089 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeFrameFinalized()
1362 if (MF.getTarget().Options.GuaranteedTailCallOpt && in eliminateCallFramePseudoInstr()
DPPCISelLowering.cpp1966 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
2198 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
2488 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin()
2880 if (CC == CallingConv::Fast && DAG.getTarget().Options.GuaranteedTailCallOpt){ in CalculateParameterAndLinkageAreaSize()
2916 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
3406 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0; in FinishCall()
3534 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
3767 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()
4140 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_Darwin()
/external/llvm/lib/CodeGen/
DAnalysis.cpp492 (!TLI.getTargetMachine().Options.GuaranteedTailCallOpt || in isInTailCallPosition()
/external/llvm/tools/opt/
Dopt.cpp504 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in GetTargetOptions()
/external/llvm/tools/lto/
DLTOModule.cpp239 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in getTargetOptions()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp744 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in X86SelectRet()
1845 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in DoSelectCall()
1859 TM.Options.GuaranteedTailCallOpt)) in DoSelectCall()
DX86ISelLowering.cpp2086 bool GuaranteedTailCallOpt) { in FuncIsMadeTailCallSafe() argument
2087 return GuaranteedTailCallOpt && IsTailCallConvention(CC); in FuncIsMadeTailCallSafe()
2101 getTargetMachine().Options.GuaranteedTailCallOpt); in LowerMemArgument()
2261 MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()
2391 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments()
2501 if (!MF.getTarget().Options.GuaranteedTailCallOpt && isTailCall) in LowerCall()
2528 else if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall()
2694 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in LowerCall()
2877 getTargetMachine().Options.GuaranteedTailCallOpt)) in LowerCall()
3047 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp956 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments()
1151 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()
1473 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()
/external/llvm/docs/
DLangRef.rst5990 ``llvm::GuaranteedTailCallOpt`` is ``true``.