Home
last modified time | relevance | path

Searched refs:llvmModule (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/x64/
Dx64_builder.cpp25 LLVMValueRef GetASMBarrierCall(LLVMModule* llvmModule) override in GetASMBarrierCall() argument
39 …paramTys.push_back(llvmModule->GetRawPtrT()); // add the runtime check barrier stub as the first a… in GetASMBarrierCall()
43 paramTys.push_back(llvmModule->ConvertLLVMTypeFromVariableType(originParamType[i])); in GetASMBarrierCall()
45 …LLVMTypeRef functype = LLVMFunctionType(llvmModule->GetVoidT(), paramTys.data(), paramTys.size(), … in GetASMBarrierCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/aarch64/
Daarch64_builder.cpp25 LLVMValueRef GetASMBarrierCall(LLVMModule* llvmModule) override in GetASMBarrierCall() argument
42 …paramTys.push_back(llvmModule->GetRawPtrT()); // add the runtime check barrier stub as the first a… in GetASMBarrierCall()
46 paramTys.push_back(llvmModule->ConvertLLVMTypeFromVariableType(originParamType[i])); in GetASMBarrierCall()
48 …LLVMTypeRef functype = LLVMFunctionType(llvmModule->GetVoidT(), paramTys.data(), paramTys.size(), … in GetASMBarrierCall()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp96 LLVMModule *llvmModule = static_cast<LLVMModule *>(irModule_); in GetFuncEntryPoints() local
100 for (size_t j = 0; j < llvmModule->GetFuncCount(); j++) { in GetFuncEntryPoints()
101 LLVMValueRef func = llvmModule->GetFunction(j); in GetFuncEntryPoints()
112 LLVMModule *llvmModule = static_cast<LLVMModule*>(irModule_); in CollectFuncEntryInfo() local
115 auto callSigns = llvmModule->GetCSigns(); in CollectFuncEntryInfo()
122 LLVMValueRef func = llvmModule->GetFunction(j); in CollectFuncEntryInfo()
154 LLVMModule *llvmModule = static_cast<LLVMModule*>(irModule_); in CollectFuncEntryInfo() local
155 llvmModule->IteratefuncIndexMap([&](size_t idx, LLVMValueRef func, bool isFastCall) { in CollectFuncEntryInfo()