Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h365 Register findRegisterToSaveLRTo(outliner::Candidate &C) const;
H A DAArch64InstrInfo.cpp6937 AArch64InstrInfo::findRegisterToSaveLRTo(outliner::Candidate &C) const { in findRegisterToSaveLRTo() function in AArch64InstrInfo
7280 else if (findRegisterToSaveLRTo(C)) { in getOutliningCandidateInfo()
7362 !findRegisterToSaveLRTo(C)); in getOutliningCandidateInfo()
7937 Register Reg = findRegisterToSaveLRTo(C); in insertOutlinedCall()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h383 Register findRegisterToSaveLRTo(outliner::Candidate &C) const;
H A DARMBaseInstrInfo.cpp5799 ARMBaseInstrInfo::findRegisterToSaveLRTo(outliner::Candidate &C) const { in findRegisterToSaveLRTo() function in ARMBaseInstrInfo
6014 else if (findRegisterToSaveLRTo(C)) { in getOutliningCandidateInfo()
6699 unsigned Reg = findRegisterToSaveLRTo(C); in insertOutlinedCall()