Home
last modified time | relevance | path

Searched refs:hasStreamingModeChanges (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PostCoalescerPass.cpp57 if (!FuncInfo->hasStreamingModeChanges()) in INITIALIZE_PASS_DEPENDENCY()
H A DAArch64MachineFunctionInfo.cpp202 AFI->hasStreamingModeChanges()); in needsAsyncDwarfUnwindInfo()
H A DAArch64MachineFunctionInfo.h582 bool hasStreamingModeChanges() const { return HasStreamingModeChanges; } in hasStreamingModeChanges() function
H A DAArch64FrameLowering.cpp387 if (AFI->hasSwiftAsyncContext() || AFI->hasStreamingModeChanges()) in homogeneousPrologEpilog()
1462 return AFI->hasStreamingModeChanges() && in requiresGetVGCall()
1470 if (!AFI->hasStreamingModeChanges()) in requiresSaveVG()
4325 if (AFI->hasStreamingModeChanges() && !hasFP(MF)) in enableStackSlotScavenging()
H A DAArch64InstrInfo.cpp9519 if (AFI->hasStreamingModeChanges()) in isFunctionSafeToOutlineFrom()
H A DAArch64ISelLowering.cpp8723 if (MF.getInfo<AArch64FunctionInfo>()->hasStreamingModeChanges() && in AdjustInstrPostInstrSelection()