Home
last modified time | relevance | path

Searched defs:threadRegPtr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Druntime_calls.cpp27 auto threadRegPtr = builder->CreateIntToPtr(threadRegValue, builder->getPtrTy()); in GetAddressToTLS() local
59 auto threadRegPtr = builder->CreateIntToPtr(threadRegValue, builder->getPtrTy()); in CreateEntrypointCallCommon() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dgc_barriers.cpp91 auto threadRegPtr = builder->CreateIntToPtr(threadRegValue, ptrTy); in EmitPostWRB() local
Dllvm_ir_constructor.cpp820 auto threadRegPtr = builder_.CreateIntToPtr(GetThreadRegValue(), builder_.getPtrTy()); in EmitSlowPathEntry() local