Searched refs:GuaranteedTailCallOpt (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetOptions.h99 GuaranteedTailCallOpt(false), StackAlignmentOverride(0),
161 /// GuaranteedTailCallOpt - This flag is enabled when -tailcallopt is
167 unsigned GuaranteedTailCallOpt : 1;
267 ARE_EQUAL(GuaranteedTailCallOpt) &&
/external/llvm/include/llvm/CodeGen/
H A DCommandFlags.h285 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt;
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp516 (MF.getTarget().Options.GuaranteedTailCallOpt &&
1102 // If this function contained a fastcc call and GuaranteedTailCallOpt is
1175 if (MF.getTarget().Options.GuaranteedTailCallOpt &&
1273 if (MF.getTarget().Options.GuaranteedTailCallOpt &&
1374 if (MF.getTarget().Options.GuaranteedTailCallOpt &&
1654 if (MF.getTarget().Options.GuaranteedTailCallOpt &&
H A DPPCISelLowering.cpp2830 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt &&
3057 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt &&
3475 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt &&
3850 if (!getTargetMachine().Options.GuaranteedTailCallOpt)
4385 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0;
4527 if (getTargetMachine().Options.GuaranteedTailCallOpt &&
4770 if (getTargetMachine().Options.GuaranteedTailCallOpt &&
4880 if (getTargetMachine().Options.GuaranteedTailCallOpt &&
5398 if (getTargetMachine().Options.GuaranteedTailCallOpt &&
5448 if (getTargetMachine().Options.GuaranteedTailCallOpt
[all...]
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp506 (!TM.Options.GuaranteedTailCallOpt || !isa<UnreachableInst>(Term)))
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp335 MF.getTarget().Options.GuaranteedTailCallOpt) ||
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1021 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt)
2862 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt)
2876 TM.Options.GuaranteedTailCallOpt))
H A DX86ISelLowering.cpp2514 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { argument
2515 return GuaranteedTailCallOpt && canGuaranteeTCO(CC);
2543 CallConv, DAG.getTarget().Options.GuaranteedTailCallOpt);
2789 MF.getTarget().Options.GuaranteedTailCallOpt))
2935 MF.getTarget().Options.GuaranteedTailCallOpt)) {
3077 !MF.getTarget().Options.GuaranteedTailCallOpt) {
3082 // GuaranteedTailCallOpt will override this.
3104 if (!MF.getTarget().Options.GuaranteedTailCallOpt && isTailCall)
3130 else if (MF.getTarget().Options.GuaranteedTailCallOpt &&
3533 DAG.getTarget().Options.GuaranteedTailCallOpt))
[all...]
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2543 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt;
2715 if (getTargetMachine().Options.GuaranteedTailCallOpt) {
2872 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt;

Completed in 512 milliseconds