Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp138 static bool isLRSpilled(const MachineFunction &MF) { in isLRSpilled() function
146 return shouldSignReturnAddress(isLRSpilled(MF)); in shouldSignReturnAddress()
151 if (!(isLRSpilled(MF) && in needsShadowCallStackPrologueEpilogue()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYMachineFunctionInfo.h55 bool isLRSpilled() const { return LRSpilled; } in isLRSpilled() function
H A DCSKYConstantIslandPass.cpp1257 if (!MFI->isLRSpilled()) in fixupUnconditionalBr()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp18 : LRSpilled(MFI.isLRSpilled()) {} in ARMFunctionInfo()
H A DARMMachineFunctionInfo.h186 bool isLRSpilled() const { return LRSpilled; }
318 YamlIO.mapOptional("isLRSpilled", MFI.LRSpilled);
181 bool isLRSpilled() const { return LRSpilled; } isLRSpilled() function
H A DARMBaseInstrInfo.cpp6702 if (!AFI.isLRSpilled()) in insertOutlinedCall()
6706 if (!AFI.isLRSpilled()) in insertOutlinedCall()
6714 bool Auth = !AFI.isLRSpilled() && AFI.shouldSignReturnAddress(true); in insertOutlinedCall()
6715 saveLROnStack(MBB, It, !AFI.isLRSpilled(), Auth); in insertOutlinedCall()
6717 restoreLRFromStack(MBB, It, !AFI.isLRSpilled(), Auth); in insertOutlinedCall()
H A DARMConstantIslandPass.cpp1729 if (!AFI->isLRSpilled()) in fixupUnconditionalBr()