Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.h108 llvm::FunctionType *GetOrCreateRuntimeFunctionType(llvm::LLVMContext &ctx, llvm::Module *module,
Dllvm_ark_interface.cpp509 llvm::FunctionType *LLVMArkInterface::GetOrCreateRuntimeFunctionType(llvm::LLVMContext &ctx, llvm::… in GetOrCreateRuntimeFunctionType() function in ark::llvmbackend::LLVMArkInterface
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp669 arkInterface_->GetOrCreateRuntimeFunctionType(func_->getContext(), func_->getParent(), in TryEmitIntrinsic()
1457 arkInterface_->GetOrCreateRuntimeFunctionType(func_->getContext(), func_->getParent(), in CreateEntrypointCall()
1484 auto rtFunctionTy = arkInterface_->GetOrCreateRuntimeFunctionType( in CreateIntrinsicCall()
1494 auto rtFunctionTy = arkInterface_->GetOrCreateRuntimeFunctionType( in CreateIntrinsicCall()
1877 arkInterface_->GetOrCreateRuntimeFunctionType( in CreateLoadClassById()
1880 arkInterface_->GetOrCreateRuntimeFunctionType( in CreateLoadClassById()
2065 arkInterface_->GetOrCreateRuntimeFunctionType( in CreateResolveVirtualCallBuiltin()
2068 arkInterface_->GetOrCreateRuntimeFunctionType( in CreateResolveVirtualCallBuiltin()
2336 arkInterface_->GetOrCreateRuntimeFunctionType(func_->getContext(), func_->getParent(), in CreateDeoptimizeCall()
3529 ctor->arkInterface_->GetOrCreateRuntimeFunctionType( in VisitLoadString()
[all …]