Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h426 Register findRegisterToSaveLRTo(outliner::Candidate &C) const;
H A DAArch64InstrInfo.cpp8172 AArch64InstrInfo::findRegisterToSaveLRTo(outliner::Candidate &C) const { in findRegisterToSaveLRTo() function in AArch64InstrInfo
8492 else if (findRegisterToSaveLRTo(C)) { in getOutliningCandidateInfo()
8573 !findRegisterToSaveLRTo(C)); in getOutliningCandidateInfo()
9138 Register Reg = findRegisterToSaveLRTo(C); in insertOutlinedCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h386 Register findRegisterToSaveLRTo(outliner::Candidate &C) const;
H A DARMBaseInstrInfo.cpp5822 ARMBaseInstrInfo::findRegisterToSaveLRTo(outliner::Candidate &C) const { in findRegisterToSaveLRTo() function in ARMBaseInstrInfo
6037 else if (findRegisterToSaveLRTo(C)) { in getOutliningCandidateInfo()
6695 Register Reg = findRegisterToSaveLRTo(C); in insertOutlinedCall()