Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6973 const bool NeedsGOTLoad = ((OpFlags & AArch64II::MO_GOT) != 0); in selectPtrAuthGlobalValue() local
6976 assert((!GV->hasExternalWeakLinkage() || NeedsGOTLoad) && in selectPtrAuthGlobalValue()
6989 MIB.buildInstr(NeedsGOTLoad ? AArch64::LOADgotPAC : AArch64::MOVaddrPAC) in selectPtrAuthGlobalValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10378 const bool NeedsGOTLoad = ((OpFlags & AArch64II::MO_GOT) != 0); in LowerPtrAuthGlobalAddress() local
10396 if (!NeedsGOTLoad) { in LowerPtrAuthGlobalAddress()