Home
last modified time | relevance | path

Searched refs:hasSwiftAsyncContext (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h284 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; }
H A DX86FrameLowering.cpp1669 if (HasFP && X86FI->hasSwiftAsyncContext()) { in emitPrologue()
1832 if (X86FI->hasSwiftAsyncContext()) { in emitPrologue()
1877 if (!X86FI->hasSwiftAsyncContext()) in emitPrologue()
2487 if (X86FI->hasSwiftAsyncContext()) { in emitEpilogue()
2500 if (X86FI->hasSwiftAsyncContext()) { in emitEpilogue()
2577 if (X86FI->hasSwiftAsyncContext()) in emitEpilogue()
2896 if (X86FI->hasSwiftAsyncContext()) { in assignCalleeSavedSpillSlots()
3921 return !TRI->hasStackRealignment(MF) && !X86FI->hasSwiftAsyncContext(); in canUseAsPrologue()
3937 if (MF.getInfo<X86MachineFunctionInfo>()->hasSwiftAsyncContext()) in canUseAsEpilogue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h572 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext() function
H A DAArch64FrameLowering.cpp387 if (AFI->hasSwiftAsyncContext() || AFI->hasStreamingModeChanges()) in homogeneousPrologEpilog()
1146 if (AFI->hasSwiftAsyncContext()) { in canUseAsPrologue()
1924 if (HasFP && AFI->hasSwiftAsyncContext()) { in emitPrologue()
2118 if (AFI->hasSwiftAsyncContext()) { in emitPrologue()
2610 if (hasFP(MF) && AFI->hasSwiftAsyncContext()) { in emitEpilogue()
3391 if (NeedsFrameRecord && AFI->hasSwiftAsyncContext() && in computeCalleeSaveRegisterPairs()
3418 if (NeedsFrameRecord && AFI->hasSwiftAsyncContext() && in computeCalleeSaveRegisterPairs()
4180 if (hasFP(MF) && AFI->hasSwiftAsyncContext()) in determineCalleeSaves()
4221 if (UsesWinAAPCS && hasFP(MF) && AFI->hasSwiftAsyncContext()) { in assignCalleeSavedSpillSlots()
4290 if (hasFP(MF) && AFI->hasSwiftAsyncContext() && !UsesWinAAPCS && in assignCalleeSavedSpillSlots()