Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp668 bool LocallyStreaming = in emitCalleeSavedGPRLocations() local
687 if ((LocallyStreaming && FrameIdx == AFI->getStreamingVGIdx()) || in emitCalleeSavedGPRLocations()
688 (!LocallyStreaming && Info.getReg() == AArch64::VG)) in emitCalleeSavedGPRLocations()
5269 bool LocallyStreaming = in emitVGSaveRestore() local
5273 LocallyStreaming ? AFI->getStreamingVGIdx() : AFI->getVGIdx(); in emitVGSaveRestore()