Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp362 bool ARMSubtarget::isGVInGOT(const GlobalValue *GV) const { in isGVInGOT() function in ARMSubtarget
H A DARMSubtarget.h465 bool isGVInGOT(const GlobalValue *GV) const;
H A DARMInstructionSelector.cpp684 if (STI.isGVInGOT(GV)) in selectGlobal()
H A DARMFastISel.cpp603 if ((Subtarget->isTargetELF() && Subtarget->isGVInGOT(GV)) || in ARMMaterializeGV()