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.cpp491 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.cpp413 arkInterface_->GetOrCreateRuntimeFunctionType(func_->getContext(), func_->getParent(), in TryEmitIntrinsic()
1090 arkInterface_->GetOrCreateRuntimeFunctionType(func_->getContext(), func_->getParent(), in CreateEntrypointCall()
1117 auto rtFunctionTy = arkInterface_->GetOrCreateRuntimeFunctionType( in CreateIntrinsicCall()
1127 auto rtFunctionTy = arkInterface_->GetOrCreateRuntimeFunctionType( in CreateIntrinsicCall()
1510 arkInterface_->GetOrCreateRuntimeFunctionType( in CreateLoadClassById()
1513 arkInterface_->GetOrCreateRuntimeFunctionType( in CreateLoadClassById()
1698 arkInterface_->GetOrCreateRuntimeFunctionType( in CreateResolveVirtualCallBuiltin()
1701 arkInterface_->GetOrCreateRuntimeFunctionType( in CreateResolveVirtualCallBuiltin()
3199 ctor->arkInterface_->GetOrCreateRuntimeFunctionType( in VisitLoadString()
4264 arkInterface->GetOrCreateRuntimeFunctionType( in CreateDeclForVirtualCall()
[all …]