/external/llvm/include/llvm/Target/ |
D | TargetOptions.h | 98 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/ |
D | TargetOptions.h | 113 GuaranteedTailCallOpt(false), StackSymbolOrdering(true), in TargetOptions() 184 unsigned GuaranteedTailCallOpt : 1; variable
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetOptions.h | 129 GuaranteedTailCallOpt(false), StackSymbolOrdering(true), in TargetOptions() 206 unsigned GuaranteedTailCallOpt : 1; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64CallLowering.cpp | 466 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/ |
D | AArch64CallLowering.cpp | 491 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/ |
D | PPCFrameLowering.cpp | 514 (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()
|
D | PPCISelLowering.cpp | 2917 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/ |
D | CommandFlags.h | 300 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in InitTargetOptionsFromCodeGenFlags()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 554 (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()
|
D | PPCISelLowering.cpp | 3510 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/ |
D | PPCFrameLowering.cpp | 379 (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()
|
D | PPCISelLowering.cpp | 3762 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/ |
D | Analysis.cpp | 505 (!TM.Options.GuaranteedTailCallOpt || !isa<UnreachableInst>(Term))) in isInTailCallPosition()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CommandFlags.cpp | 533 Options.GuaranteedTailCallOpt = getEnableGuaranteedTailCallOpt(); in InitTargetOptionsFromCodeGenFlags()
|
D | Analysis.cpp | 527 ((!TM.Options.GuaranteedTailCallOpt && in isInTailCallPosition()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 527 ((!TM.Options.GuaranteedTailCallOpt && in isInTailCallPosition()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 299 MF.getTarget().Options.GuaranteedTailCallOpt) || in LowerCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 304 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt;
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1168 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()
|
D | X86ISelLowering.cpp | 2417 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/ |
D | X86FastISel.cpp | 1197 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/ |
D | X86FastISel.cpp | 1178 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/ |
D | AArch64ISelLowering.cpp | 2614 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/ |
D | SIISelLowering.cpp | 2615 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/ |
D | SIISelLowering.cpp | 2838 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()
|