Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PostCoalescerPass.cpp60 if (!FuncInfo->hasStreamingModeChanges()) in INITIALIZE_PASS_DEPENDENCY()
H A DAArch64MachineFunctionInfo.cpp181 AFI->hasStreamingModeChanges()); in needsAsyncDwarfUnwindInfo()
H A DAArch64MachineFunctionInfo.h534 bool hasStreamingModeChanges() const { return HasStreamingModeChanges; } in hasStreamingModeChanges() function
H A DAArch64FrameLowering.cpp356 if (AFI->hasSwiftAsyncContext() || AFI->hasStreamingModeChanges()) in homogeneousPrologEpilog()
1393 return AFI->hasStreamingModeChanges() && in requiresGetVGCall()
1401 if (!AFI->hasStreamingModeChanges()) in requiresSaveVG()
3979 if (AFI->hasStreamingModeChanges() && !hasFP(MF)) in enableStackSlotScavenging()
H A DAArch64InstrInfo.cpp8740 if (AFI->hasStreamingModeChanges()) in isFunctionSafeToOutlineFrom()
H A DAArch64ISelLowering.cpp8191 if (MF.getInfo<AArch64FunctionInfo>()->hasStreamingModeChanges() && in AdjustInstrPostInstrSelection()