Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6800 const bool NeedsGOTLoad = ((OpFlags & AArch64II::MO_GOT) != 0); in selectPtrAuthGlobalValue() local
6803 assert((!GV->hasExternalWeakLinkage() || NeedsGOTLoad) && in selectPtrAuthGlobalValue()
6816 MIB.buildInstr(NeedsGOTLoad ? AArch64::LOADgotPAC : AArch64::MOVaddrPAC) in selectPtrAuthGlobalValue()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9745 const bool NeedsGOTLoad = ((OpFlags & AArch64II::MO_GOT) != 0); in LowerPtrAuthGlobalAddress() local
9763 if (!NeedsGOTLoad) { in LowerPtrAuthGlobalAddress()