Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6437 bool Auth) const { in saveLROnStack()
6440 if (Auth) { in saveLROnStack()
6477 int LROffset = Auth ? Align - 4 : Align; in saveLROnStack()
6485 if (Auth) { in saveLROnStack()
6515 if (Auth) { in restoreLRFromStack()
6557 if (Auth) { in restoreLRFromStack()
6567 if (Auth) in restoreLRFromStack()
6624 bool Auth = OF.Candidates.front() in buildOutlinedFrame() local
6628 saveLROnStack(MBB, It, true, Auth); in buildOutlinedFrame()
6637 restoreLRFromStack(MBB, Et, true, Auth); in buildOutlinedFrame()
[all …]
H A DARMBaseInstrInfo.h390 bool CFI, bool Auth) const;
398 bool Auth) const;