Home
last modified time | relevance | path

Searched refs:GuaranteedTailCallOpt (Results 1 – 25 of 29) 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-7.0/llvm/include/llvm/Target/
DTargetOptions.h106 GuaranteedTailCallOpt(false), StackSymbolOrdering(true), in TargetOptions()
176 unsigned GuaranteedTailCallOpt : 1; variable
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOptions.h134 extern bool GuaranteedTailCallOpt;
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp43 bool GuaranteedTailCallOpt; variable
148 cl::location(GuaranteedTailCallOpt),
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCFrameLowering.cpp248 (GuaranteedTailCallOpt && MF.getInfo<PPCFunctionInfo>()->hasFastCall()); in needsFP()
658 if (GuaranteedTailCallOpt && RetOpcode == PPC::BLR && in emitEpilogue()
761 if (GuaranteedTailCallOpt && (TCSPDelta = FI->getTailCallSPDelta()) < 0) { in processFunctionBeforeCalleeSavedScan()
866 if (GuaranteedTailCallOpt && (TCSPDelta = PFI->getTailCallSPDelta()) < 0) { in processFunctionBeforeFrameFinalized()
DPPCRegisterInfo.cpp283 if (GuaranteedTailCallOpt && I->getOpcode() == PPC::ADJCALLSTACKUP) { in eliminateCallFramePseudoInstr()
DPPCISelLowering.cpp1666 bool isImmutable = !(GuaranteedTailCallOpt && (CallConv==CallingConv::Fast)); in LowerFormalArguments_SVR4()
1856 bool isImmutable = !(GuaranteedTailCallOpt && (CallConv==CallingConv::Fast)); in LowerFormalArguments_Darwin()
2262 if (CC==CallingConv::Fast && GuaranteedTailCallOpt) { in CalculateParameterAndLinkageAreaSize()
2298 if (!GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
2751 (CallConv==CallingConv::Fast && GuaranteedTailCallOpt) ? NumBytes : 0; in FinishCall()
2867 if (GuaranteedTailCallOpt && CallConv==CallingConv::Fast) in LowerCall_SVR4()
3074 if (GuaranteedTailCallOpt && CallConv==CallingConv::Fast) in LowerCall_Darwin()
/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/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp224 (!GuaranteedTailCallOpt || !isa<UnreachableInst>(Term))) return false; in isInTailCallPosition()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp527 (MF.getTarget().Options.GuaranteedTailCallOpt && in needsFP()
1526 if (MF.getTarget().Options.GuaranteedTailCallOpt && in emitEpilogue()
1650 if (MF.getTarget().Options.GuaranteedTailCallOpt && in determineCalleeSaves()
1767 if (MF.getTarget().Options.GuaranteedTailCallOpt && in processFunctionBeforeFrameFinalized()
2066 if (MF.getTarget().Options.GuaranteedTailCallOpt && in eliminateCallFramePseudoInstr()
DPPCISelLowering.cpp3401 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_32SVR4()
3630 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_64SVR4()
4038 bool isImmutable = !(getTargetMachine().Options.GuaranteedTailCallOpt && in LowerFormalArguments_Darwin()
4557 bool TailCallOpt = getTargetMachine().Options.GuaranteedTailCallOpt; in IsEligibleForTailCallOptimization_64SVR4()
4635 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in IsEligibleForTailCallOptimization()
5133 getTargetMachine().Options.GuaranteedTailCallOpt) ? NumBytes : 0; in FinishCall()
5239 if (!getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall()
5307 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_32SVR4()
5537 if (isTailCall && !getTargetMachine().Options.GuaranteedTailCallOpt) in LowerCall_64SVR4()
5545 if (getTargetMachine().Options.GuaranteedTailCallOpt && in LowerCall_64SVR4()
[all …]
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h300 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in InitTargetOptionsFromCodeGenFlags()
/external/llvm/lib/CodeGen/
DAnalysis.cpp505 (!TM.Options.GuaranteedTailCallOpt || !isa<UnreachableInst>(Term))) in isInTailCallPosition()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp486 (!TM.Options.GuaranteedTailCallOpt || !isa<UnreachableInst>(Term))) in isInTailCallPosition()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp712 if (CC == CallingConv::Fast && GuaranteedTailCallOpt) in X86SelectRet()
1513 if (CC == CallingConv::Fast && GuaranteedTailCallOpt) in DoSelectCall()
1527 GuaranteedTailCallOpt)) in DoSelectCall()
DX86ISelLowering.cpp1669 return GuaranteedTailCallOpt && IsTailCallConvention(CC); in FuncIsMadeTailCallSafe()
1957 if (X86::isCalleePop(CallConv, Is64Bit, isVarArg, GuaranteedTailCallOpt)) { in LowerFormalArguments()
2057 if (!GuaranteedTailCallOpt && isTailCall) in LowerCall()
2085 else if (GuaranteedTailCallOpt && IsTailCallConvention(CallConv)) in LowerCall()
2264 if (GuaranteedTailCallOpt) { in LowerCall()
2444 if (X86::isCalleePop(CallConv, Is64Bit, isVarArg, GuaranteedTailCallOpt)) in LowerCall()
2602 if (GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp299 MF.getTarget().Options.GuaranteedTailCallOpt) || in LowerCall()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc284 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp488 MF.getTarget().Options.GuaranteedTailCallOpt) || in LowerCall()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp1190 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in X86SelectRet()
3250 if (CC == CallingConv::Fast && TM.Options.GuaranteedTailCallOpt) in fastLowerCall()
3553 TM.Options.GuaranteedTailCallOpt) in fastLowerCall()
DX86ISelLowering.cpp2796 static bool shouldGuaranteeTCO(CallingConv::ID CC, bool GuaranteedTailCallOpt) { in shouldGuaranteeTCO() argument
2797 return GuaranteedTailCallOpt && canGuaranteeTCO(CC); in shouldGuaranteeTCO()
2823 CallConv, DAG.getTarget().Options.GuaranteedTailCallOpt); in LowerMemArgument()
3174 MF.getTarget().Options.GuaranteedTailCallOpt)) in LowerFormalArguments()
3318 MF.getTarget().Options.GuaranteedTailCallOpt)) { in LowerFormalArguments()
3471 !MF.getTarget().Options.GuaranteedTailCallOpt) { in LowerCall()
3498 if (!MF.getTarget().Options.GuaranteedTailCallOpt && isTailCall) in LowerCall()
3530 else if (MF.getTarget().Options.GuaranteedTailCallOpt && in LowerCall()
3956 DAG.getTarget().Options.GuaranteedTailCallOpt)) in LowerCall()
4170 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in IsEligibleForTailCallOptimization()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp2343 if (DAG.getTarget().Options.GuaranteedTailCallOpt) { in isEligibleForTailCallOptimization()
2432 if (IsTailCall && MF.getTarget().Options.GuaranteedTailCallOpt) { in LowerCall()
2455 bool TailCallOpt = MF.getTarget().Options.GuaranteedTailCallOpt; in LowerCall()

12