Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Target/
DTargetOptions.h50 GuaranteedTailCallOpt(false), DisableTailCalls(false), in TargetOptions()
135 unsigned GuaranteedTailCallOpt : 1; variable
209 ARE_EQUAL(GuaranteedTailCallOpt) &&
/freebsd-10-stable/contrib/llvm/lib/LTO/
DLTOCodeGenerator.cpp135 Options.GuaranteedTailCallOpt = options.GuaranteedTailCallOpt; in setTargetOptions()
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp290 (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()
DPPCISelLowering.cpp1998 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()
/freebsd-10-stable/contrib/llvm/tools/llc/
Dllc.cpp275 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in compileModule()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DAnalysis.cpp493 (!TLI.getTargetMachine().Options.GuaranteedTailCallOpt || in isInTailCallPosition()
/freebsd-10-stable/contrib/llvm/tools/opt/
Dopt.cpp531 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in GetTargetOptions()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86FastISel.cpp793 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()
DX86ISelLowering.cpp2113 bool GuaranteedTailCallOpt) { in FuncIsMadeTailCallSafe() argument
2114 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()
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1140 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments()
1335 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()
1657 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()