OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGlobalString
(Results
1 - 13
of
13
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceASanInstrumentation.cpp
354
Constant *NewFunc = Ctx->getConstantExternSym(Ctx->
getGlobalString
(SubName));
375
Ctx->getConstantExternSym(Ctx->
getGlobalString
("__asan_check_load"));
391
Ctx->getConstantExternSym(Ctx->
getGlobalString
("__asan_check_store"));
404
Ctx->
getGlobalString
(DataSub->second),
473
Ctx->getConstantExternSym(Ctx->
getGlobalString
("__asan_init"));
483
Call->addArg(Ctx->getConstantSym(0, Ctx->
getGlobalString
(RzArrayName)));
484
Call->addArg(Ctx->getConstantSym(0, Ctx->
getGlobalString
(RzSizesName)));
WasmTranslator.cpp
283
Ctx->getConstantExternSym(Ctx->
getGlobalString
("WASM_MEMORY"));
738
const auto FnName = Ctx->
getGlobalString
("llvm.cttz.i32");
764
const auto FnName = Ctx->
getGlobalString
("llvm.fabs.f32");
778
const auto FnName = Ctx->
getGlobalString
("llvm.fabs.f64");
792
const auto FnName = Ctx->
getGlobalString
("env$$floor_f");
803
const auto FnName = Ctx->
getGlobalString
("env$$floor_d");
814
const auto FnName = Ctx->
getGlobalString
("llvm.sqrt.f32");
828
const auto FnName = Ctx->
getGlobalString
("llvm.sqrt.f64");
[
all
...]
IceTargetLoweringX8632.cpp
44
Ctx->getConstantExternSym(Ctx->
getGlobalString
(::Ice::GlobalOffsetTable));
275
Ctx->
getGlobalString
(GlobalOffsetTable), GlobalOffsetTable));
IceIntrinsics.cpp
239
std::make_pair(Ctx->
getGlobalString
(Entry.IntrinsicName), Entry.Info));
IceGlobalContext.h
269
GlobalString
getGlobalString
(const std::string &Name);
IceGlobalInits.h
66
Name = Ctx->
getGlobalString
(getSuppressMangling() ? NewName
IceTargetLoweringMIPS32.cpp
588
GlobalString FabsFloat = Ctx->
getGlobalString
("llvm.fabs.f32");
590
GlobalString FabsVec = Ctx->
getGlobalString
("llvm.fabs.v4f32");
633
Ctx->
getGlobalString
("__sync_val_compare_and_swap_8"));
657
Ctx->
getGlobalString
("__sync_lock_test_and_set_8"));
681
Ctx->
getGlobalString
("__sync_val_compare_and_swap_8"));
709
Ctx->
getGlobalString
("__sync_fetch_and_add_8"));
713
Ctx->
getGlobalString
("__sync_fetch_and_sub_8"));
717
Ctx->
getGlobalString
("__sync_fetch_and_or_8"));
721
Ctx->
getGlobalString
("__sync_fetch_and_and_8"));
725
Ctx->
getGlobalString
("__sync_fetch_and_xor_8"))
[
all
...]
IceConverter.cpp
106
Ctx->
getGlobalString
(Ice::mangleName(F->getName())));
147
Offset, Ctx->
getGlobalString
(Decl->getName().toString()));
[
all
...]
IceGlobalContext.cpp
356
getConstantExternSym(
getGlobalString
(Name));
[
all
...]
IceCfgNode.cpp
[
all
...]
IceCfg.cpp
203
Ctx->getConstantExternSym(Ctx->
getGlobalString
("__Sz_profile_summary"));
[
all
...]
IceTargetLoweringARM32.cpp
61
Ctx->getConstantExternSym(Ctx->
getGlobalString
(::Ice::GlobalOffsetTable));
818
Ctx->
getGlobalString
("__aeabi_read_tp"))
[
all
...]
IceTargetLoweringX86Base.h
200
Ctx->
getGlobalString
(H_getIP_prefix + RegName)));
[
all
...]
Completed in 219 milliseconds