Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h593 Register findRegisterToSaveLRTo(outliner::Candidate &C) const;
H A DAArch64InstrInfo.cpp9017 AArch64InstrInfo::findRegisterToSaveLRTo(outliner::Candidate &C) const { in findRegisterToSaveLRTo() function in AArch64InstrInfo
9340 else if (findRegisterToSaveLRTo(C)) { in getOutliningCandidateInfo()
9423 !findRegisterToSaveLRTo(C)); in getOutliningCandidateInfo()
9980 Register Reg = findRegisterToSaveLRTo(C); in insertOutlinedCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h392 Register findRegisterToSaveLRTo(outliner::Candidate &C) const;
H A DARMBaseInstrInfo.cpp5670 ARMBaseInstrInfo::findRegisterToSaveLRTo(outliner::Candidate &C) const { in findRegisterToSaveLRTo() function in ARMBaseInstrInfo
5885 else if (findRegisterToSaveLRTo(C)) { in getOutliningCandidateInfo()
6483 Register Reg = findRegisterToSaveLRTo(C); in insertOutlinedCall()