/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_noalias_test.cc | 91 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/ |
D | LowerEmuTLS.cpp | 122 M.getOrInsertGlobal(EmuTlsVarName, EmuTlsVarType)); in addEmuTlsVar() 142 M.getOrInsertGlobal(EmuTlsTmplName, GVType)); in addEmuTlsVar()
|
D | WasmEHPrepare.cpp | 202 M.getOrInsertGlobal("__wasm_lpad_context", LPadContextTy)); in runOnFunction()
|
D | SafeStack.cpp | 371 F.getParent()->getOrInsertGlobal("__stack_chk_guard", StackPtrTy); in getStackGuard()
|
/external/llvm/lib/CodeGen/ |
D | LowerEmuTLS.cpp | 120 M.getOrInsertGlobal(EmuTlsVarName, EmuTlsVarType)); in addEmuTlsVar() 140 M.getOrInsertGlobal(EmuTlsTmplName, GVType)); in addEmuTlsVar()
|
D | SafeStack.cpp | 401 F.getParent()->getOrInsertGlobal("__stack_chk_guard", StackPtrTy); in getStackGuard()
|
D | TargetLoweringBase.cpp | 1821 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/ |
D | ValueTest.cpp | 69 Constant *Dummy1 = M->getOrInsertGlobal("dummy", Int32Ty); in TEST() 87 Constant *DummyCast1 = M->getOrInsertGlobal("dummy_cast", Int8Ty); in TEST()
|
D | ConstantsTest.cpp | 202 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/ |
D | ValueTest.cpp | 69 Constant *Dummy1 = M->getOrInsertGlobal("dummy", Int32Ty); in TEST() 87 Constant *DummyCast1 = M->getOrInsertGlobal("dummy_cast", Int8Ty); in TEST()
|
D | ConstantsTest.cpp | 203 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/ |
D | StackProtector.cpp | 177 StackGuardVar = M->getOrInsertGlobal("__stack_chk_guard", PtrTy); in InsertStackProtectors()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 289 ShadowGlobal = M.getOrInsertGlobal("__hwasan_shadow", in initializeCallbacks() 308 Value *GlobalDynamicAddress = F.getParent()->getOrInsertGlobal( in maybeInsertDynamicShadowAtFunctionEntry()
|
D | DataFlowSanitizer.cpp | 716 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()
|
D | SanitizerCoverage.cpp | 354 M.getOrInsertGlobal(SanCovLowestStackName, IntptrTy); in runOnModule()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Module.h | 346 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/ |
D | MachineOperandTest.cpp | 244 M.getOrInsertGlobal("foo", Type::getInt32Ty(Ctx)); in TEST()
|
/external/llvm/lib/IR/ |
D | Module.cpp | 223 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { in getOrInsertGlobal() function in Module
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Module.cpp | 202 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { in getOrInsertGlobal() function in Module
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Module.cpp | 270 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { in getOrInsertGlobal() function in Module
|
/external/llvm/include/llvm/IR/ |
D | Module.h | 385 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Module.h | 409 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 610 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/ |
D | X86WinEHState.cpp | 339 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty); in emitExceptionRegistrationRecord()
|
/external/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 333 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty); in emitExceptionRegistrationRecord()
|