Searched defs:threadReg (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| D | codegen_boundary.cpp | 21 static void PushStackRegister(Encoder *encoder, Target target, Reg threadReg, size_t tlsFrameOffset) in PushStackRegister() 36 static void PushLinkAndStackRegister(Encoder *encoder, Target target, Reg threadReg, size_t tlsFram… in PushLinkAndStackRegister() 55 auto threadReg = ThreadReg(); in GeneratePrologue() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | runtime_calls.cpp | 104 auto threadReg = llvm::MetadataAsValue::get(ctx, regMd); in GetThreadRegValue() local
|
| D | builtins.cpp | 43 auto threadReg = GetThreadRegValue(builder, arkInterface); in CreateEntrypointCallHelper() local 61 auto threadReg = GetThreadRegValue(builder, arkInterface); in PostWRBHelper() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/ |
| D | frame_lowering.cpp | 183 auto threadReg = ark::GetThreadReg(arch); in GetUsedRegs() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 1409 auto threadReg = GetThreadRegValue(); in CreateEntrypointCall() local 5323 auto threadReg = llvmbackend::runtime_calls::GetThreadRegValue(&builder, arkInterface); in ProvideSafepointPoll() local
|