Home
last modified time | relevance | path

Searched refs:getGlobalString (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp354 Constant *NewFunc = Ctx->getConstantExternSym(Ctx->getGlobalString(SubName)); in instrumentCall()
375 Ctx->getConstantExternSym(Ctx->getGlobalString("__asan_check_load")); in instrumentLoad()
391 Ctx->getConstantExternSym(Ctx->getGlobalString("__asan_check_store")); in instrumentStore()
404 Ctx->getGlobalString(DataSub->second), in instrumentReloc()
473 Ctx->getConstantExternSym(Ctx->getGlobalString("__asan_init")); in instrumentStart()
483 Call->addArg(Ctx->getConstantSym(0, Ctx->getGlobalString(RzArrayName))); in instrumentStart()
484 Call->addArg(Ctx->getConstantSym(0, Ctx->getGlobalString(RzSizesName))); in instrumentStart()
DWasmTranslator.cpp283 Ctx->getConstantExternSym(Ctx->getGlobalString("WASM_MEMORY")); in Start()
738 const auto FnName = Ctx->getGlobalString("llvm.cttz.i32"); in Unop()
764 const auto FnName = Ctx->getGlobalString("llvm.fabs.f32"); in Unop()
778 const auto FnName = Ctx->getGlobalString("llvm.fabs.f64"); in Unop()
792 const auto FnName = Ctx->getGlobalString("env$$floor_f"); in Unop()
803 const auto FnName = Ctx->getGlobalString("env$$floor_d"); in Unop()
814 const auto FnName = Ctx->getGlobalString("llvm.sqrt.f32"); in Unop()
828 const auto FnName = Ctx->getGlobalString("llvm.sqrt.f64"); in Unop()
1072 Ctx->getConstantSym(0, Ctx->getGlobalString(TargetName)); in CallDirect()
1105 const auto TargetName = Ctx->getGlobalString(ModuleName + "$$" + FnName); in CallImport()
[all …]
DIceTargetLoweringX8632.cpp44 Ctx->getConstantExternSym(Ctx->getGlobalString(::Ice::GlobalOffsetTable)); in staticInit()
275 Ctx->getGlobalString(GlobalOffsetTable), GlobalOffsetTable)); in emitGetIP()
DIceIntrinsics.cpp239 std::make_pair(Ctx->getGlobalString(Entry.IntrinsicName), Entry.Info)); in Intrinsics()
DIceGlobalContext.cpp356 getConstantExternSym(getGlobalString(Name)); in GlobalContext()
888 GlobalString GlobalContext::getGlobalString(const std::string &Name) { in getGlobalString() function in Ice::GlobalContext
DIceConverter.cpp106 Ctx->getGlobalString(Ice::mangleName(F->getName()))); in convertFunction()
147 Offset, Ctx->getGlobalString(Decl->getName().toString())); in convertConstant()
DIceGlobalInits.h66 Name = Ctx->getGlobalString(getSuppressMangling() ? NewName in setName()
DIceTargetLoweringMIPS32.cpp588 GlobalString FabsFloat = Ctx->getGlobalString("llvm.fabs.f32"); in genTargetHelperCallFor()
590 GlobalString FabsVec = Ctx->getGlobalString("llvm.fabs.v4f32"); in genTargetHelperCallFor()
633 Ctx->getGlobalString("__sync_val_compare_and_swap_8")); in genTargetHelperCallFor()
657 Ctx->getGlobalString("__sync_lock_test_and_set_8")); in genTargetHelperCallFor()
681 Ctx->getGlobalString("__sync_val_compare_and_swap_8")); in genTargetHelperCallFor()
709 Ctx->getGlobalString("__sync_fetch_and_add_8")); in genTargetHelperCallFor()
713 Ctx->getGlobalString("__sync_fetch_and_sub_8")); in genTargetHelperCallFor()
717 Ctx->getGlobalString("__sync_fetch_and_or_8")); in genTargetHelperCallFor()
721 Ctx->getGlobalString("__sync_fetch_and_and_8")); in genTargetHelperCallFor()
725 Ctx->getGlobalString("__sync_fetch_and_xor_8")); in genTargetHelperCallFor()
[all …]
DIceGlobalContext.h269 GlobalString getGlobalString(const std::string &Name);
DIceCfgNode.cpp1469 GlobalString RMW_I64 = Ctx->getGlobalString("llvm.nacl.atomic.rmw.i64"); in profileExecutionCount()
DIceCfg.cpp203 Ctx->getConstantExternSym(Ctx->getGlobalString("__Sz_profile_summary")); in addCallToProfileSummary()
DIceTargetLoweringARM32.cpp61 Ctx->getConstantExternSym(Ctx->getGlobalString(::Ice::GlobalOffsetTable)); in staticInit()
818 Ctx->getGlobalString("__aeabi_read_tp")) in genTargetHelperCallFor()
891 Ctx->getGlobalString("GOTOFF$" + Func->getFunctionName() + "$" + CRName); in createGotoffRelocation()
944 loadNamedConstantRelocatablePIC(Ctx->getGlobalString(GlobalOffsetTable), T, in materializeGotAddr()
DIceTargetLoweringX86Base.h200 Ctx->getGlobalString(H_getIP_prefix + RegName))); in createGetIPForRegister()