Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/Target/
DTargetOptions.h98 GuaranteedTailCallOpt(false), StackAlignmentOverride(0), in TargetOptions()
168 unsigned GuaranteedTailCallOpt : 1; variable
276 ARE_EQUAL(GuaranteedTailCallOpt) &&
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetOptions.h113 GuaranteedTailCallOpt(false), StackSymbolOrdering(true), in TargetOptions()
184 unsigned GuaranteedTailCallOpt : 1; variable
/external/llvm-project/llvm/include/llvm/Target/
DTargetOptions.h129 GuaranteedTailCallOpt(false), StackSymbolOrdering(true), in TargetOptions()
206 unsigned GuaranteedTailCallOpt : 1; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CallLowering.cpp466 MF.getTarget().Options.GuaranteedTailCallOpt)) { in lowerFormalArguments()
734 if (MF.getTarget().Options.GuaranteedTailCallOpt) in isEligibleForTailCallOptimization()
788 bool IsSibCall = !MF.getTarget().Options.GuaranteedTailCallOpt; in lowerTailCall()
1019 MF.getTarget().Options.GuaranteedTailCallOpt) in lowerCall()
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64CallLowering.cpp491 MF.getTarget().Options.GuaranteedTailCallOpt)) { in lowerFormalArguments()
759 if (MF.getTarget().Options.GuaranteedTailCallOpt) in isEligibleForTailCallOptimization()
813 bool IsSibCall = !MF.getTarget().Options.GuaranteedTailCallOpt; in lowerTailCall()
1042 MF.getTarget().Options.GuaranteedTailCallOpt) in lowerCall()
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp514 (MF.getTarget().Options.GuaranteedTailCallOpt && in needsFP()
1310 if (MF.getTarget().Options.GuaranteedTailCallOpt && in emitEpilogue()
1425 if (MF.getTarget().Options.GuaranteedTailCallOpt && in determineCalleeSaves()
1538 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeFrameFinalized()
1818 if (MF.getTarget().Options.GuaranteedTailCallOpt && in eliminateCallFramePseudoInstr()
DPPCISelLowering.cpp2917 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
3143 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
3557 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin()
4041 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
4102 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
4608 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0; in FinishCall()
4711 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
4771 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
5005 if (isTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
5013 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()
[all …]
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h300 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in InitTargetOptionsFromCodeGenFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp554 (MF.getTarget().Options.GuaranteedTailCallOpt && in needsFP()
1697 if (MF.getTarget().Options.GuaranteedTailCallOpt && in emitEpilogue()
1821 if (MF.getTarget().Options.GuaranteedTailCallOpt && in determineCalleeSaves()
1940 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeFrameFinalized()
2311 if (MF.getTarget().Options.GuaranteedTailCallOpt && in eliminateCallFramePseudoInstr()
DPPCISelLowering.cpp3510 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
3758 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
4166 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin()
4688 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
4766 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5477 getTargetMachine().Options.GuaranteedTailCallOpt) in FinishCall()
5517 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5589 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
5837 if (isTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
5845 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()
[all …]
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp379 (MF.getTarget().Options.GuaranteedTailCallOpt && in needsFP()
1800 if (MF.getTarget().Options.GuaranteedTailCallOpt && in emitEpilogue()
1941 if (MF.getTarget().Options.GuaranteedTailCallOpt && in determineCalleeSaves()
2058 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeFrameFinalized()
2390 if (MF.getTarget().Options.GuaranteedTailCallOpt && in eliminateCallFramePseudoInstr()
DPPCISelLowering.cpp3762 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
4005 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
4385 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin()
4918 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
5007 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5688 getTargetMachine().Options.GuaranteedTailCallOpt) in FinishCall()
5728 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5809 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
6054 if (CFlags.IsTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
6062 if (getTargetMachine().Options.GuaranteedTailCallOpt && IsFastCall) in LowerCall_64SVR4()
[all …]
/external/llvm/lib/CodeGen/
DAnalysis.cpp505 (!TM.Options.GuaranteedTailCallOpt || !isa<UnreachableInst>(Term))) in isInTailCallPosition()
/external/llvm-project/llvm/lib/CodeGen/
DCommandFlags.cpp533 Options.GuaranteedTailCallOpt = getEnableGuaranteedTailCallOpt(); in InitTargetOptionsFromCodeGenFlags()
DAnalysis.cpp527 ((!TM.Options.GuaranteedTailCallOpt && in isInTailCallPosition()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp527 ((!TM.Options.GuaranteedTailCallOpt && in isInTailCallPosition()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp299 MF.getTarget().Options.GuaranteedTailCallOpt) || in LowerCall()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc304 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt;
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1168 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in X86SelectRet()
3042 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in fastLowerCall()
3338 TM.Options.GuaranteedTailCallOpt) in fastLowerCall()
DX86ISelLowering.cpp2417 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() argument
2418 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO()
2444 CallConv, DAG.getTarget().Options.GuaranteedTailCallOpt); in LowerMemArgument()
2703 MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()
2849 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments()
2988 !MF.getTarget().Options.GuaranteedTailCallOpt) { in LowerCall()
3015 if (!MF.getTarget().Options.GuaranteedTailCallOpt && isTailCall) in LowerCall()
3041 else if (MF.getTarget().Options.GuaranteedTailCallOpt && in LowerCall()
3404 DAG.getTarget().Options.GuaranteedTailCallOpt)) in LowerCall()
3611 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()
[all …]
/external/llvm-project/llvm/lib/Target/X86/
DX86FastISel.cpp1197 if ((CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) || in X86SelectRet()
3249 if ((CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) || in fastLowerCall()
3555 TM.Options.GuaranteedTailCallOpt) in fastLowerCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp1178 if ((CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) || in X86SelectRet()
3232 if ((CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) || in fastLowerCall()
3538 TM.Options.GuaranteedTailCallOpt) in fastLowerCall()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2614 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerFormalArguments()
2786 if (getTargetMachine().Options.GuaranteedTailCallOpt) { in isEligibleForTailCallOptimization()
2931 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2615 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in isEligibleForTailCallOptimization()
2714 if (IsTailCall && MF.getTarget().Options.GuaranteedTailCallOpt) { in LowerCall()
2734 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2838 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in isEligibleForTailCallOptimization()
2938 if (IsTailCall && MF.getTarget().Options.GuaranteedTailCallOpt) { in LowerCall()
2966 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()

12