Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h225 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext() function
H A DX86FrameLowering.cpp1544 if (HasFP && X86FI->hasSwiftAsyncContext()) { in emitPrologue()
1704 if (X86FI->hasSwiftAsyncContext()) { in emitPrologue()
1747 if (!X86FI->hasSwiftAsyncContext()) in emitPrologue()
2291 if (X86FI->hasSwiftAsyncContext()) { in emitEpilogue()
2310 if (X86FI->hasSwiftAsyncContext()) { in emitEpilogue()
2378 if (X86FI->hasSwiftAsyncContext()) in emitEpilogue()
2698 if (X86FI->hasSwiftAsyncContext()) { in assignCalleeSavedSpillSlots()
3606 return !TRI->hasStackRealignment(MF) && !X86FI->hasSwiftAsyncContext(); in canUseAsPrologue()
3622 if (MF.getInfo<X86MachineFunctionInfo>()->hasSwiftAsyncContext()) in canUseAsEpilogue()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h440 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext() function
H A DAArch64FrameLowering.cpp1434 if (HasFP && AFI->hasSwiftAsyncContext()) { in emitPrologue()
1572 if (AFI->hasSwiftAsyncContext()) { in emitPrologue()
2050 if (hasFP(MF) && AFI->hasSwiftAsyncContext()) { in emitEpilogue()
2655 if (NeedsFrameRecord && AFI->hasSwiftAsyncContext() && in computeCalleeSaveRegisterPairs()
2684 if (NeedsFrameRecord && AFI->hasSwiftAsyncContext() && in computeCalleeSaveRegisterPairs()
3126 if (hasFP(MF) && AFI->hasSwiftAsyncContext()) in determineCalleeSaves()
3167 if (UsesWinAAPCS && hasFP(MF) && AFI->hasSwiftAsyncContext()) { in assignCalleeSavedSpillSlots()
3187 if (hasFP(MF) && AFI->hasSwiftAsyncContext() && !UsesWinAAPCS && in assignCalleeSavedSpillSlots()