Searched refs:getGlobal (Results 1 - 25 of 68) sorted by relevance

123

/external/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp59 const GlobalValue *GV = MO.getGlobal();
80 StubValueTy(AP.getSymbol(MO.getGlobal()),
81 !MO.getGlobal()->hasInternalLinkage());
102 StubValueTy(AP.getSymbol(MO.getGlobal()),
103 !MO.getGlobal()->hasInternalLinkage());
H A DPPCAsmPrinter.cpp173 const GlobalValue *GV = MO.getGlobal();
348 MOSymbol = getSymbol(MO.getGlobal());
383 const GlobalValue *GV = MO.getGlobal();
427 const GlobalValue *GValue = MO.getGlobal();
458 const GlobalValue *GV = MO.getGlobal();
482 const GlobalValue *GValue = MO.getGlobal();
501 const GlobalValue *GValue = MO.getGlobal();
533 const GlobalValue *GValue = MO.getGlobal();
549 const GlobalValue *GValue = MO.getGlobal();
570 const GlobalValue *GValue = MO.getGlobal();
[all...]
H A DPPCCodeEmitter.cpp169 const_cast<GlobalValue *>(MO.getGlobal()),
170 Cst, isa<Function>(MO.getGlobal()));
/external/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp46 Symbol = AP.getSymbol(MO.getGlobal());
H A DSparcCodeEmitter.cpp184 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO));
/external/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp45 Symbol = AsmPrinter.getSymbol(MO.getGlobal());
/external/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp88 GetARMGVSymbol(MO.getGlobal(), MO.getTargetFlags()));
/external/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp76 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP);
H A DHexagonAsmPrinter.cpp84 O << *getSymbol(MO.getGlobal());
H A DHexagonCopyToCombine.cpp567 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(),
575 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(),
617 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(),
643 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(),
/external/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp95 O << *getSymbol(MO.getGlobal());
H A DMSP430MCInstLower.cpp38 return Printer.getSymbol(MO.getGlobal());
/external/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp46 Symbol = Printer.getSymbol(MO.getGlobal());
H A DXCoreAsmPrinter.cpp226 O << *getSymbol(MO.getGlobal());
/external/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp34 return Printer.getSymbol(MO.getGlobal());
86 const GlobalValue *GV = MO.getGlobal();
/external/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp102 const GlobalValue *GV = MO.getGlobal();
128 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()),
129 !MO.getGlobal()->hasInternalLinkage());
140 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()),
141 !MO.getGlobal()->hasInternalLinkage());
154 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()),
155 !MO.getGlobal()->hasInternalLinkage());
H A DX86CodeEmitter.cpp435 emitGlobalAddress(RelocOp->getGlobal(), RelocType, RelocOp->getOffset(),
1177 emitGlobalAddress(MO.getGlobal(), X86::reloc_pcrel_word,
1227 emitGlobalAddress(MO1.getGlobal(), rt, MO1.getOffset(), 0,
1330 emitGlobalAddress(MO1.getGlobal(), rt, MO1.getOffset(), 0,
1374 emitGlobalAddress(MO.getGlobal(), rt, MO.getOffset(), 0,
/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h210 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off,
212 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off,
H A DMachineOperand.h433 const GlobalValue *getGlobal() const { function in class:llvm::MachineOperand
/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp191 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
298 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true);
H A DMipsMCInstLower.cpp76 Symbol = AsmPrinter.getSymbol(MO.getGlobal());
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DVariable.java96 public boolean getGlobal() method in class:Variable
/external/llvm/lib/Target/NVPTX/
H A DNVPTXReplaceImageHandles.cpp344 const GlobalValue *GV = TexHandleDef.getOperand(1).getGlobal();
/external/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp343 if (DIG.getGlobal())
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp194 return getGlobal() == Other.getGlobal() && getOffset() == Other.getOffset();
240 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getGlobal(),
357 getGlobal()->printAsOperand(OS, /*PrintType=*/false);

Completed in 387 milliseconds

123