Searched refs:isGVIndirectSymbol (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp113 if (!Subtarget.isGVIndirectSymbol(GV)) {
H A DARMSubtarget.cpp352 bool ARMSubtarget::isGVIndirectSymbol(const GlobalValue *GV) const { function in class:ARMSubtarget
H A DARMSubtarget.h871 bool isGVIndirectSymbol(const GlobalValue *GV) const;
H A DARMInstructionSelector.cpp662 bool Indirect = STI.isGVIndirectSymbol(GV);
H A DARMAsmPrinter.cpp824 (TargetFlags & ARMII::MO_NONLAZY) && Subtarget->isGVIndirectSymbol(GV);
H A DARMFastISel.cpp536 bool IsIndirect = Subtarget->isGVIndirectSymbol(GV);
H A DARMBaseInstrInfo.cpp4840 if (Subtarget.isGVIndirectSymbol(GV)) {
H A DARMISelLowering.cpp3753 if (Subtarget->isGVIndirectSymbol(GV))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp222 bool PPCSubtarget::isGVIndirectSymbol(const GlobalValue *GV) const { function in class:PPCSubtarget
H A DPPCSubtarget.h365 bool isGVIndirectSymbol(const GlobalValue *GV) const;
H A DPPCAsmPrinter.cpp818 MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal());
855 (!MO.isGlobal() || Subtarget->isGVIndirectSymbol(MO.getGlobal())) &&
885 !(MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal())) &&
H A DPPCFastISel.cpp2095 if (Subtarget->isGVIndirectSymbol(GV)) {
H A DPPCISelLowering.cpp16063 return Subtarget.isGVIndirectSymbol(G->getGlobal());

Completed in 458 milliseconds