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.h278 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; }
H A DX86FrameLowering.cpp1608 if (HasFP && X86FI->hasSwiftAsyncContext()) { in emitPrologue()
1771 if (X86FI->hasSwiftAsyncContext()) { in emitPrologue()
1816 if (!X86FI->hasSwiftAsyncContext()) in emitPrologue()
2422 if (X86FI->hasSwiftAsyncContext()) { in emitEpilogue()
2435 if (X86FI->hasSwiftAsyncContext()) { in emitEpilogue()
2512 if (X86FI->hasSwiftAsyncContext()) in emitEpilogue()
2834 if (X86FI->hasSwiftAsyncContext()) { in assignCalleeSavedSpillSlots()
3849 return !TRI->hasStackRealignment(MF) && !X86FI->hasSwiftAsyncContext(); in canUseAsPrologue()
3865 if (MF.getInfo<X86MachineFunctionInfo>()->hasSwiftAsyncContext()) in canUseAsEpilogue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h524 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext() function
H A DAArch64FrameLowering.cpp356 if (AFI->hasSwiftAsyncContext() || AFI->hasStreamingModeChanges()) in homogeneousPrologEpilog()
1099 if (AFI->hasSwiftAsyncContext()) { in canUseAsPrologue()
1813 if (HasFP && AFI->hasSwiftAsyncContext()) { in emitPrologue()
1966 if (AFI->hasSwiftAsyncContext()) { in emitPrologue()
2411 if (hasFP(MF) && AFI->hasSwiftAsyncContext()) { in emitEpilogue()
3087 if (NeedsFrameRecord && AFI->hasSwiftAsyncContext() && in computeCalleeSaveRegisterPairs()
3114 if (NeedsFrameRecord && AFI->hasSwiftAsyncContext() && in computeCalleeSaveRegisterPairs()
3835 if (hasFP(MF) && AFI->hasSwiftAsyncContext()) in determineCalleeSaves()
3875 if (UsesWinAAPCS && hasFP(MF) && AFI->hasSwiftAsyncContext()) { in assignCalleeSavedSpillSlots()
3944 if (hasFP(MF) && AFI->hasSwiftAsyncContext() && !UsesWinAAPCS && in assignCalleeSavedSpillSlots()