Home
last modified time | relevance | path

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

123

/external/llvm/lib/Target/PowerPC/
DPPCMCInstLower.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()
DPPCAsmPrinter.cpp195 const GlobalValue *GV = MO.getGlobal(); in printOperand()
427 const GlobalValue *GValue = MO.getGlobal(); in EmitTlsCall()
540 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction()
584 MOSymbol = getSymbol(MO.getGlobal()); in EmitInstruction()
622 const GlobalValue *GV = MO.getGlobal(); in EmitInstruction()
674 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction()
705 const GlobalValue *GV = MO.getGlobal(); in EmitInstruction()
729 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction()
748 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction()
808 const GlobalValue *GValue = MO.getGlobal(); in EmitInstruction()
[all …]
/external/llvm/lib/Target/Mips/
DMipsCCState.cpp70 llvm::StringRef Sym = G->getGlobal()->getName(); in getSpecialCallingConvForCallee()
71 Function *F = G->getGlobal()->getParent()->getFunction(Sym); in getSpecialCallingConvForCallee()
DMipsMCInstLower.cpp77 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
/external/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp564 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), in emitCombineII()
572 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineII()
614 .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(), in emitCombineIR()
640 .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(), in emitCombineRI()
DHexagonMCInstLower.cpp74 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP); in HexagonLowerToMC()
DHexagonAsmPrinter.cpp88 O << *getSymbol(MO.getGlobal()); in printOperand()
/external/llvm/lib/Target/BPF/
DBPFAsmPrinter.cpp67 O << *getSymbol(MO.getGlobal()); in printOperand()
DBPFMCInstLower.cpp30 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
DBPFISelLowering.cpp353 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), CLI.DL, getPointerTy(), in LowerCall()
531 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal(); in LowerGlobalAddress()
/external/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp36 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
88 const GlobalValue *GV = MO.getGlobal(); in lowerSymbolOperandELF()
DAArch64ExpandPseudoInsts.cpp651 MIB1.addGlobalAddress(MO1.getGlobal(), 0, Flags | AArch64II::MO_PAGE); in expandMI()
652 MIB2.addGlobalAddress(MO1.getGlobal(), 0, in expandMI()
/external/llvm/lib/Target/Sparc/
DSparcMCInstLower.cpp46 Symbol = AP.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
/external/llvm/lib/Target/SystemZ/
DSystemZMCInstLower.cpp47 Symbol = AsmPrinter.getSymbol(MO.getGlobal()); in getExpr()
/external/llvm/lib/Target/XCore/
DXCoreMCInstLower.cpp46 Symbol = Printer.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
DXCoreAsmPrinter.cpp223 O << *getSymbol(MO.getGlobal()); in printOperand()
/external/llvm/lib/Target/MSP430/
DMSP430AsmPrinter.cpp95 O << *getSymbol(MO.getGlobal()); in printOperand()
DMSP430MCInstLower.cpp38 return Printer.getSymbol(MO.getGlobal()); in GetGlobalAddressSymbol()
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp154 const GlobalValue *GV = MO.getGlobal(); in GetSymbolFromOperand()
180 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()), in GetSymbolFromOperand()
181 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
192 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()), in GetSymbolFromOperand()
193 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
206 StubValueTy(AsmPrinter.getSymbol(MO.getGlobal()), in GetSymbolFromOperand()
207 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
/external/llvm/lib/Target/ARM/
DARMMCInstLower.cpp88 GetARMGVSymbol(MO.getGlobal(), MO.getTargetFlags())); in lowerOperand()
/external/llvm/lib/Target/NVPTX/
DNVPTXReplaceImageHandles.cpp170 const GlobalValue *GV = TexHandleDef.getOperand(1).getGlobal(); in findIndexForHandle()
/external/llvm/lib/Target/R600/
DAMDGPUMCInstLower.cpp71 const GlobalValue *GV = MO.getGlobal(); in lower()
/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h217 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off,
219 return addGlobalAddress(Disp.getGlobal(), Disp.getOffset() + off,
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DVariable.java96 public boolean getGlobal() in getGlobal() method in Variable
/external/llvm/lib/CodeGen/
DMachineInstr.cpp213 return getGlobal() == Other.getGlobal() && getOffset() == Other.getOffset(); in isIdenticalTo()
259 return hash_combine(MO.getType(), MO.getTargetFlags(), MO.getGlobal(), in hash_value()
368 getGlobal()->printAsOperand(OS, /*PrintType=*/false); in print()

123