/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-7.0/llvm/include/llvm/Target/ |
D | TargetOptions.h | 106 GuaranteedTailCallOpt(false), StackSymbolOrdering(true), in TargetOptions() 176 unsigned GuaranteedTailCallOpt : 1; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetOptions.h | 134 extern bool GuaranteedTailCallOpt;
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetMachine.cpp | 43 bool GuaranteedTailCallOpt; variable 148 cl::location(GuaranteedTailCallOpt),
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 248 (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()
|
D | PPCRegisterInfo.cpp | 283 if (GuaranteedTailCallOpt && I->getOpcode() == PPC::ADJCALLSTACKUP) { in eliminateCallFramePseudoInstr()
|
D | PPCISelLowering.cpp | 1666 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/ |
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/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Analysis.cpp | 224 (!GuaranteedTailCallOpt || !isa<UnreachableInst>(Term))) return false; in isInTailCallPosition()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 527 (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()
|
D | PPCISelLowering.cpp | 3401 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/ |
D | CommandFlags.h | 300 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt; in InitTargetOptionsFromCodeGenFlags()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 505 (!TM.Options.GuaranteedTailCallOpt || !isa<UnreachableInst>(Term))) in isInTailCallPosition()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | Analysis.cpp | 486 (!TM.Options.GuaranteedTailCallOpt || !isa<UnreachableInst>(Term))) in isInTailCallPosition()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FastISel.cpp | 712 if (CC == CallingConv::Fast && GuaranteedTailCallOpt) in X86SelectRet() 1513 if (CC == CallingConv::Fast && GuaranteedTailCallOpt) in DoSelectCall() 1527 GuaranteedTailCallOpt)) in DoSelectCall()
|
D | X86ISelLowering.cpp | 1669 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/ |
D | WebAssemblyISelLowering.cpp | 299 MF.getTarget().Options.GuaranteedTailCallOpt) || in LowerCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 284 Options.GuaranteedTailCallOpt = EnableGuaranteedTailCallOpt;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 488 MF.getTarget().Options.GuaranteedTailCallOpt) || in LowerCall()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1190 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()
|
D | X86ISelLowering.cpp | 2796 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/ |
D | SIISelLowering.cpp | 2343 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()
|