Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp283 const MachineInstr *LastADRP; ///< Last ADRP in same register. member
327 Info.LastADRP = nullptr; in handleClobber()
342 DefInfo.LastADRP = nullptr; in handleMiddleInst()
382 if (Info.LastADRP != nullptr) { in handleADRP()
384 << '\t' << MI << '\t' << *Info.LastADRP); in handleADRP()
385 AFI.addLOHDirective(MCLOH_AdrpAdrp, {&MI, Info.LastADRP}); in handleADRP()
483 Info.LastADRP = &MI; in handleADRP()