Searched defs:threadRegValue (Results 1 – 3 of 3) sorted by relevance
27 auto threadRegValue = GetThreadRegValue(builder, arkInterface); in GetAddressToTLS() local39 llvm::CallInst *CreateEntrypointCallCommon(llvm::IRBuilder<> *builder, llvm::Value *threadRegValue, in CreateEntrypointCallCommon()
30 LLVMArkInterface *arkInterface, llvm::Value *threadRegValue) in EmitPreWRB()83 … LLVMArkInterface *arkInterface, llvm::Value *threadRegValue, llvm::Value *frameRegValue) in EmitPostWRB()
1025 auto threadRegValue = func_->arg_begin() + std::distance(cc_.begin(), regInput); in GetThreadRegValue() local