Home
last modified time | relevance | path

Searched refs:getGlobal (Results 1 – 25 of 67) sorted by relevance

123

/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCMCInstLower.cpp62 const GlobalValue *GV = MO.getGlobal(); in GetSymbolFromOperand()
83 StubValueTy(AP.getSymbol(MO.getGlobal()), in GetSymbolFromOperand()
84 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
105 StubValueTy(AP.getSymbol(MO.getGlobal()), in GetSymbolFromOperand()
106 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
HDPPCAsmPrinter.cpp195 const GlobalValue *GV = MO.getGlobal(); in printOperand()
438 const GlobalValue *GValue = CalleeMO.getGlobal(); in LowerPATCHPOINT()
483 const GlobalValue *GValue = MO.getGlobal(); in EmitTlsCall()
596 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction()
640 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction()
678 const GlobalValue *GV = MO.getGlobal(); in EmitInstruction()
730 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction()
761 const GlobalValue *GV = MO.getGlobal(); in EmitInstruction()
785 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction()
804 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction()
[all …]
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsCCState.cpp70 llvm::StringRef Sym = G->getGlobal()->getName(); in getSpecialCallingConvForCallee()
71 Function *F = G->getGlobal()->getParent()->getFunction(Sym); in getSpecialCallingConvForCallee()
HDMipsMCInstLower.cpp77 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64MCInstLower.cpp36 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
88 const GlobalValue *GV = MO.getGlobal(); in lowerSymbolOperandELF()
HDAArch64ExpandPseudoInsts.cpp651 MIB1.addGlobalAddress(MO1.getGlobal(), 0, Flags | AArch64II::MO_PAGE); in expandMI()
652 MIB2.addGlobalAddress(MO1.getGlobal(), 0, in expandMI()
/NextBSD/contrib/llvm/lib/Target/BPF/
HDBPFMCInstLower.cpp30 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
HDBPFAsmPrinter.cpp67 O << *getSymbol(MO.getGlobal()); in printOperand()
HDBPFISelLowering.cpp352 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), CLI.DL, PtrVT, in LowerCall()
531 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal(); in LowerGlobalAddress()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonCopyToCombine.cpp552 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), in emitCombineII()
560 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineII()
649 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), in emitCombineIR()
698 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineRI()
HDHexagonMCInstLower.cpp88 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP); in HexagonLowerToMC()
HDHexagonAsmPrinter.cpp89 getSymbol(MO.getGlobal())->print(O, MAI); in printOperand()
/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparcMCInstLower.cpp46 Symbol = AP.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86MCInstLower.cpp159 const GlobalValue *GV = MO.getGlobal(); in GetSymbolFromOperand()
187 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()), in GetSymbolFromOperand()
188 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
199 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()), in GetSymbolFromOperand()
200 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
213 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()), in GetSymbolFromOperand()
214 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
HDX86ExpandPseudo.cpp100 MIB.addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset(), in ExpandMI()
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZMCInstLower.cpp48 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in getExpr()
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreMCInstLower.cpp46 Symbol = Printer.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
HDXCoreAsmPrinter.cpp224 getSymbol(MO.getGlobal())->print(O, MAI); in printOperand()
/NextBSD/contrib/llvm/lib/Target/MSP430/
HDMSP430AsmPrinter.cpp95 getSymbol(MO.getGlobal())->print(O, MAI); in printOperand()
HDMSP430MCInstLower.cpp38 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMMCInstLower.cpp88 GetARMGVSymbol(MO.getGlobal(), MO.getTargetFlags())); in lowerOperand()
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDAMDGPUMCInstLower.cpp71 const GlobalValue *GV = MO.getGlobal(); in lower()
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXReplaceImageHandles.cpp170 const GlobalValue *GV = TexHandleDef.getOperand(1).getGlobal(); in findIndexForHandle()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineInstrBuilder.h218 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off,
220 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off,
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineInstr.cpp236 return getGlobal() == Other.getGlobal() && getOffset() == Other.getOffset(); in isIdenticalTo()
282 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getGlobal(), in hash_value()
395 getGlobal()->printAsOperand(OS, /*PrintType=*/false, MST); in print()

123