Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h571 Register findRegisterToSaveLRTo(outliner::Candidate &C) const;
H A DAArch64InstrInfo.cpp8236 AArch64InstrInfo::findRegisterToSaveLRTo(outliner::Candidate &C) const { in findRegisterToSaveLRTo() function in AArch64InstrInfo
8557 else if (findRegisterToSaveLRTo(C)) { in getOutliningCandidateInfo()
8640 !findRegisterToSaveLRTo(C)); in getOutliningCandidateInfo()
9217 Register Reg = findRegisterToSaveLRTo(C); in insertOutlinedCall()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h391 Register findRegisterToSaveLRTo(outliner::Candidate &C) const;
H A DARMBaseInstrInfo.cpp5823 ARMBaseInstrInfo::findRegisterToSaveLRTo(outliner::Candidate &C) const { in findRegisterToSaveLRTo() function in ARMBaseInstrInfo
6036 else if (findRegisterToSaveLRTo(C)) { in getOutliningCandidateInfo()
6697 Register Reg = findRegisterToSaveLRTo(C); in insertOutlinedCall()