Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h238 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext() function
H A DX86FrameLowering.cpp1589 if (HasFP && X86FI->hasSwiftAsyncContext()) { in emitPrologue()
1749 if (X86FI->hasSwiftAsyncContext()) { in emitPrologue()
1792 if (!X86FI->hasSwiftAsyncContext()) in emitPrologue()
2367 if (X86FI->hasSwiftAsyncContext()) { in emitEpilogue()
2380 if (X86FI->hasSwiftAsyncContext()) { in emitEpilogue()
2457 if (X86FI->hasSwiftAsyncContext()) in emitEpilogue()
2779 if (X86FI->hasSwiftAsyncContext()) { in assignCalleeSavedSpillSlots()
3794 return !TRI->hasStackRealignment(MF) && !X86FI->hasSwiftAsyncContext(); in canUseAsPrologue()
3810 if (MF.getInfo<X86MachineFunctionInfo>()->hasSwiftAsyncContext()) in canUseAsEpilogue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h471 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext() function
H A DAArch64FrameLowering.cpp331 if (AFI->hasSwiftAsyncContext()) in homogeneousPrologEpilog()
1049 if (AFI->hasSwiftAsyncContext()) { in canUseAsPrologue()
1698 if (HasFP && AFI->hasSwiftAsyncContext()) { in emitPrologue()
1850 if (AFI->hasSwiftAsyncContext()) { in emitPrologue()
2295 if (hasFP(MF) && AFI->hasSwiftAsyncContext()) { in emitEpilogue()
2911 if (NeedsFrameRecord && AFI->hasSwiftAsyncContext() && in computeCalleeSaveRegisterPairs()
2941 if (NeedsFrameRecord && AFI->hasSwiftAsyncContext() && in computeCalleeSaveRegisterPairs()
3418 if (hasFP(MF) && AFI->hasSwiftAsyncContext()) in determineCalleeSaves()
3459 if (UsesWinAAPCS && hasFP(MF) && AFI->hasSwiftAsyncContext()) { in assignCalleeSavedSpillSlots()
3479 if (hasFP(MF) && AFI->hasSwiftAsyncContext() && !UsesWinAAPCS && in assignCalleeSavedSpillSlots()