Home
last modified time | relevance | path

Searched refs:getGlobalValue (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.h52 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function
DSystemZAsmPrinter.cpp488 MCSymbolRefExpr::create(getSymbol(ZCPV->getGlobalValue()), in EmitMachineConstantPoolValue()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp316 const GlobalValue *GV = GblSym->getGlobalValue(); in AddToSymbolList()
790 const GlobalValue *G = MR.getGlobalValue(); in EmitRelocations()
910 Mang->getNameWithPrefix(NameStr, Sym.getGlobalValue(), false); in EmitStringTable()
986 GblSymLookup[Sym.getGlobalValue()] = i; in EmitSymbolTable()
DELF.h58 const GlobalValue *getGlobalValue() const { in getGlobalValue() function
DELFCodeEmitter.cpp107 EW.AddPendingGlobalSymbol(MR.getGlobalValue()); in finishFunction()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h280 GlobalValue *getGlobalValue() const { in getGlobalValue() function
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp90 const GlobalValue *getGlobalValue() const { return GV; } in getGlobalValue() function in __anon2a93b38d0111::WebAssemblyFastISel::Address
203 if (Addr.getGlobalValue()) in computeAddress()
344 if (const GlobalValue *GV = Addr.getGlobalValue()) in addLoadStoreOperands()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp84 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon36dd7ac30111::MipsFastISel::Address
546 if (!Addr.getGlobalValue()) { in computeCallAddress()
1311 if (!Addr.getGlobalValue()) in fastLowerCall()
1319 DestAddress = materializeGV(Addr.getGlobalValue(), MVT::i32); in fastLowerCall()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp856 ResultPtr = getPointerToGlobal(MR.getGlobalValue(), in finishFunction()
861 MR.getGlobalValue(), BufferBegin+MR.getMachineCodeOffset()); in finishFunction()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp101 const GlobalValue *getGlobalValue() { return GV; } in getGlobalValue() function in __anon618e55a30111::AArch64FastISel::Address
895 if (!Addr.getGlobalValue()) { in computeCallAddress()
3132 else if (Addr.getGlobalValue()) in fastLowerCall()
3133 MIB.addGlobalAddress(Addr.getGlobalValue(), 0, 0); in fastLowerCall()
3153 } else if (Addr.getGlobalValue()) in fastLowerCall()
3154 CallReg = materializeGV(Addr.getGlobalValue()); in fastLowerCall()