Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h351 unsigned findRegisterToSaveLRTo(const outliner::Candidate &C) const;
H A DAArch64InstrInfo.cpp6403 AArch64InstrInfo::findRegisterToSaveLRTo(const outliner::Candidate &C) const { in findRegisterToSaveLRTo() function in AArch64InstrInfo
6761 else if (findRegisterToSaveLRTo(C)) { in getOutliningCandidateInfo()
6842 (!C.LRU.available(AArch64::LR) || !findRegisterToSaveLRTo(C)); in getOutliningCandidateInfo()
7405 unsigned Reg = findRegisterToSaveLRTo(C); in insertOutlinedCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h377 unsigned findRegisterToSaveLRTo(const outliner::Candidate &C) const;
H A DARMBaseInstrInfo.cpp5694 ARMBaseInstrInfo::findRegisterToSaveLRTo(const outliner::Candidate &C) const { in findRegisterToSaveLRTo() function in ARMBaseInstrInfo
5854 else if (findRegisterToSaveLRTo(C)) { in getOutliningCandidateInfo()
6462 unsigned Reg = findRegisterToSaveLRTo(C); in insertOutlinedCall()