Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h219 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext() function
H A DX86FrameLowering.cpp1520 if (HasFP && X86FI->hasSwiftAsyncContext()) { in emitPrologue()
1668 if (X86FI->hasSwiftAsyncContext()) { in emitPrologue()
1711 if (!X86FI->hasSwiftAsyncContext()) in emitPrologue()
2218 if (X86FI->hasSwiftAsyncContext()) { in emitEpilogue()
2230 if (X86FI->hasSwiftAsyncContext()) { in emitEpilogue()
2297 if (X86FI->hasSwiftAsyncContext()) in emitEpilogue()
2614 if (X86FI->hasSwiftAsyncContext()) { in assignCalleeSavedSpillSlots()
3513 return !TRI->hasStackRealignment(MF) && !X86FI->hasSwiftAsyncContext(); in canUseAsPrologue()
3529 if (MF.getInfo<X86MachineFunctionInfo>()->hasSwiftAsyncContext()) in canUseAsEpilogue()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h427 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext() function
H A DAArch64FrameLowering.cpp1440 if (HasFP && AFI->hasSwiftAsyncContext()) { in emitPrologue()
1578 if (AFI->hasSwiftAsyncContext()) { in emitPrologue()
2022 if (hasFP(MF) && AFI->hasSwiftAsyncContext()) { in emitEpilogue()
2635 if (NeedsFrameRecord && AFI->hasSwiftAsyncContext() && in computeCalleeSaveRegisterPairs()
2664 if (NeedsFrameRecord && AFI->hasSwiftAsyncContext() && in computeCalleeSaveRegisterPairs()
3102 if (hasFP(MF) && AFI->hasSwiftAsyncContext()) in determineCalleeSaves()
3143 if (UsesWinAAPCS && hasFP(MF) && AFI->hasSwiftAsyncContext()) { in assignCalleeSavedSpillSlots()
3163 if (hasFP(MF) && AFI->hasSwiftAsyncContext() && !UsesWinAAPCS && in assignCalleeSavedSpillSlots()