Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h367 Register findRegisterToSaveLRTo(outliner::Candidate &C) const;
H A DAArch64InstrInfo.cpp7110 AArch64InstrInfo::findRegisterToSaveLRTo(outliner::Candidate &C) const { in findRegisterToSaveLRTo() function in AArch64InstrInfo
7453 else if (findRegisterToSaveLRTo(C)) { in getOutliningCandidateInfo()
7535 !findRegisterToSaveLRTo(C)); in getOutliningCandidateInfo()
8104 Register Reg = findRegisterToSaveLRTo(C); in insertOutlinedCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h384 Register findRegisterToSaveLRTo(outliner::Candidate &C) const;
H A DARMBaseInstrInfo.cpp5821 ARMBaseInstrInfo::findRegisterToSaveLRTo(outliner::Candidate &C) const { in findRegisterToSaveLRTo() function in ARMBaseInstrInfo
6036 else if (findRegisterToSaveLRTo(C)) { in getOutliningCandidateInfo()
6721 Register Reg = findRegisterToSaveLRTo(C); in insertOutlinedCall()