Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h207 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext() function
H A DX86FrameLowering.cpp1365 if (HasFP && X86FI->hasSwiftAsyncContext()) { in emitPrologue()
1487 if (!X86FI->hasSwiftAsyncContext()) { in emitPrologue()
2029 if (X86FI->hasSwiftAsyncContext()) { in emitEpilogue()
2041 if (X86FI->hasSwiftAsyncContext()) { in emitEpilogue()
2107 if (X86FI->hasSwiftAsyncContext()) in emitEpilogue()
2440 if (X86FI->hasSwiftAsyncContext()) { in assignCalleeSavedSpillSlots()
3350 return !TRI->hasStackRealignment(MF) && !X86FI->hasSwiftAsyncContext(); in canUseAsPrologue()
3366 if (MF.getInfo<X86MachineFunctionInfo>()->hasSwiftAsyncContext()) in canUseAsEpilogue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h404 bool hasSwiftAsyncContext() const { return HasSwiftAsyncContext; } in hasSwiftAsyncContext() function
H A DAArch64FrameLowering.cpp1153 if (HasFP && AFI->hasSwiftAsyncContext()) { in emitPrologue()
1267 if (AFI->hasSwiftAsyncContext()) { in emitPrologue()
1795 if (hasFP(MF) && AFI->hasSwiftAsyncContext()) { in emitEpilogue()
2377 if (NeedsFrameRecord && AFI->hasSwiftAsyncContext() && in computeCalleeSaveRegisterPairs()
2406 if (NeedsFrameRecord && AFI->hasSwiftAsyncContext() && in computeCalleeSaveRegisterPairs()
2880 if (hasFP(MF) && AFI->hasSwiftAsyncContext()) in determineCalleeSaves()
2932 if (hasFP(MF) && AFI->hasSwiftAsyncContext() && Reg == AArch64::FP) { in assignCalleeSavedSpillSlots()