Home
last modified time | relevance | path

Searched defs:threadRegValue (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Druntime_calls.cpp26 auto threadRegValue = GetThreadRegValue(builder, arkInterface); in GetAddressToTLS() local
50 llvm::CallInst *CreateEntrypointCallCommon(llvm::IRBuilder<> *builder, llvm::Value *threadRegValue, in CreateEntrypointCallCommon()
Dbuiltins.cpp179 auto threadRegValue = GetThreadRegValue(builder, arkInterface); in PreWRBHelper() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dgc_barriers.cpp32 LLVMArkInterface *arkInterface, llvm::Value *threadRegValue) in EmitPreWRB()
83 … LLVMArkInterface *arkInterface, llvm::Value *threadRegValue, llvm::Value *frameRegValue) in EmitPostWRB()
Dllvm_ir_constructor.cpp2852 auto threadRegValue = func_->arg_begin() + std::distance(cc_.begin(), regInput); in GetThreadRegValue() local