Home
last modified time | relevance | path

Searched refs:getOrInsertGlobal (Results 1 – 25 of 32) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_noalias_test.cc91 ir_module.getOrInsertGlobal("param_x", array2d_type); in TEST_F()
100 ir_module.getOrInsertGlobal("concat1", array2d_type); in TEST_F()
110 ir_module.getOrInsertGlobal("concat2", array2d_type); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLowerEmuTLS.cpp122 M.getOrInsertGlobal(EmuTlsVarName, EmuTlsVarType)); in addEmuTlsVar()
142 M.getOrInsertGlobal(EmuTlsTmplName, GVType)); in addEmuTlsVar()
DWasmEHPrepare.cpp202 M.getOrInsertGlobal("__wasm_lpad_context", LPadContextTy)); in runOnFunction()
DSafeStack.cpp371 F.getParent()->getOrInsertGlobal("__stack_chk_guard", StackPtrTy); in getStackGuard()
/external/llvm/lib/CodeGen/
DLowerEmuTLS.cpp120 M.getOrInsertGlobal(EmuTlsVarName, EmuTlsVarType)); in addEmuTlsVar()
140 M.getOrInsertGlobal(EmuTlsTmplName, GVType)); in addEmuTlsVar()
DSafeStack.cpp401 F.getParent()->getOrInsertGlobal("__stack_chk_guard", StackPtrTy); in getStackGuard()
DTargetLoweringBase.cpp1821 auto Guard = cast<GlobalValue>(M.getOrInsertGlobal("__guard_local", PtrTy)); in getIRStackGuard()
1831 M.getOrInsertGlobal("__stack_chk_guard", Type::getInt8PtrTy(M.getContext())); in insertSSPDeclarations()
/external/llvm/unittests/IR/
DValueTest.cpp69 Constant *Dummy1 = M->getOrInsertGlobal("dummy", Int32Ty); in TEST()
87 Constant *DummyCast1 = M->getOrInsertGlobal("dummy_cast", Int8Ty); in TEST()
DConstantsTest.cpp202 Constant *Global = M->getOrInsertGlobal("dummy", in TEST()
204 Constant *Global2 = M->getOrInsertGlobal("dummy2", in TEST()
312 M->getOrInsertGlobal("dummy", PointerType::getUnqual(Int32Ty)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DValueTest.cpp69 Constant *Dummy1 = M->getOrInsertGlobal("dummy", Int32Ty); in TEST()
87 Constant *DummyCast1 = M->getOrInsertGlobal("dummy_cast", Int8Ty); in TEST()
DConstantsTest.cpp203 Constant *Global = M->getOrInsertGlobal("dummy", in TEST()
205 Constant *Global2 = M->getOrInsertGlobal("dummy2", in TEST()
313 M->getOrInsertGlobal("dummy", PointerType::getUnqual(Int32Ty)); in TEST()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackProtector.cpp177 StackGuardVar = M->getOrInsertGlobal("__stack_chk_guard", PtrTy); in InsertStackProtectors()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp289 ShadowGlobal = M.getOrInsertGlobal("__hwasan_shadow", in initializeCallbacks()
308 Value *GlobalDynamicAddress = F.getParent()->getOrInsertGlobal( in maybeInsertDynamicShadowAtFunctionEntry()
DDataFlowSanitizer.cpp716 ArgTLS = Mod->getOrInsertGlobal("__dfsan_arg_tls", ArgTLSTy); in runOnModule()
721 RetvalTLS = Mod->getOrInsertGlobal("__dfsan_retval_tls", ShadowTy); in runOnModule()
727 Mod->getOrInsertGlobal(kDFSanExternShadowPtrMask, IntptrTy); in runOnModule()
DSanitizerCoverage.cpp354 M.getOrInsertGlobal(SanCovLowestStackName, IntptrTy); in runOnModule()
/external/swiftshader/third_party/LLVM/include/llvm/
DModule.h346 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DMachineOperandTest.cpp244 M.getOrInsertGlobal("foo", Type::getInt32Ty(Ctx)); in TEST()
/external/llvm/lib/IR/
DModule.cpp223 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { in getOrInsertGlobal() function in Module
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModule.cpp202 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { in getOrInsertGlobal() function in Module
/external/swiftshader/third_party/LLVM/lib/VMCore/
DModule.cpp270 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { in getOrInsertGlobal() function in Module
/external/llvm/include/llvm/IR/
DModule.h385 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h409 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp610 ArgTLS = Mod->getOrInsertGlobal("__dfsan_arg_tls", ArgTLSTy); in runOnModule()
615 RetvalTLS = Mod->getOrInsertGlobal("__dfsan_retval_tls", ShadowTy); in runOnModule()
621 Mod->getOrInsertGlobal(kDFSanExternShadowPtrMask, IntptrTy); in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86WinEHState.cpp339 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty); in emitExceptionRegistrationRecord()
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp333 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty); in emitExceptionRegistrationRecord()

12