Home
last modified time | relevance | path

Searched defs:functionType (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dintrinsics_lowering.cpp85 auto functionType = call->getFunctionType(); in ReplaceWithLLVMIntrinsic() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dgc_barriers.cpp74 auto functionType = in EmitPreWRB() local
H A Dllvm_ir_constructor.cpp97 inline llvm::Function *CreateFunctionDeclaration(llvm::FunctionType *functionType, const std::string &name, in CreateFunctionDeclaration() argument
2309 auto functionType = llvm::FunctionType::get(func_->getReturnType(), argTypes, false); in CreateTailCallInterpreter() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerHelpers.cpp300 checker::Signature *ResolveCallExtensionFunction(checker::ETSFunctionType *functionType, checker::ETSChecker *checker, in ResolveCallExtensionFunction() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp3057 auto functionType = LLVMFunctionType(returnType, paramTys.data(), paramTys.size(), false); in GenerateFuncType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1255 LiteCGType *functionType = lmirBuilder_->CreateFuncType(paramTys, retType, false); in GenerateFuncType() local
2771 LiteCGType *functionType = lmirBuilder_->CreateFuncType(paramTys, lmirBuilder_->i64RefType, false); in GetExperimentalDeoptTy() local

Completed in 26 milliseconds