Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h207 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext() function
H A DX86FrameLowering.cpp1369 if (HasFP && X86FI->hasSwiftAsyncContext()) { in emitPrologue()
1490 if (X86FI->hasSwiftAsyncContext()) { in emitPrologue()
1533 if (!X86FI->hasSwiftAsyncContext()) in emitPrologue()
2045 if (X86FI->hasSwiftAsyncContext()) { in emitEpilogue()
2057 if (X86FI->hasSwiftAsyncContext()) { in emitEpilogue()
2123 if (X86FI->hasSwiftAsyncContext()) in emitEpilogue()
2456 if (X86FI->hasSwiftAsyncContext()) { in assignCalleeSavedSpillSlots()
3366 return !TRI->hasStackRealignment(MF) && !X86FI->hasSwiftAsyncContext(); in canUseAsPrologue()
3382 if (MF.getInfo<X86MachineFunctionInfo>()->hasSwiftAsyncContext()) in canUseAsEpilogue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h404 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext() function
H A DAArch64FrameLowering.cpp1160 if (HasFP && AFI->hasSwiftAsyncContext()) { in emitPrologue()
1274 if (AFI->hasSwiftAsyncContext()) { in emitPrologue()
1802 if (hasFP(MF) && AFI->hasSwiftAsyncContext()) { in emitEpilogue()
2384 if (NeedsFrameRecord && AFI->hasSwiftAsyncContext() && in computeCalleeSaveRegisterPairs()
2413 if (NeedsFrameRecord && AFI->hasSwiftAsyncContext() && in computeCalleeSaveRegisterPairs()
2887 if (hasFP(MF) && AFI->hasSwiftAsyncContext()) in determineCalleeSaves()
2939 if (hasFP(MF) && AFI->hasSwiftAsyncContext() && Reg == AArch64::FP) { in assignCalleeSavedSpillSlots()