Home
last modified time | relevance | path

Searched refs:functionType (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dintrinsics_lowering.cpp85 auto functionType = call->getFunctionType(); in ReplaceWithLLVMIntrinsic() local
88 argTypes.push_back(functionType->getParamType(0U)); // Dst type in ReplaceWithLLVMIntrinsic()
89 argTypes.push_back(functionType->getParamType(1U)); // Src type in ReplaceWithLLVMIntrinsic()
90 argTypes.push_back(functionType->getParamType(2U)); // Size type in ReplaceWithLLVMIntrinsic()
92 argTypes.push_back(functionType->getParamType(0U)); // Dst type in ReplaceWithLLVMIntrinsic()
93 argTypes.push_back(functionType->getParamType(2U)); // Size type in ReplaceWithLLVMIntrinsic()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dgc_barriers.cpp74 auto functionType = in EmitPreWRB() local
76 builder->CreateCall(functionType, entrypoint, {load}); in EmitPreWRB()
Dllvm_ir_constructor.cpp97 inline llvm::Function *CreateFunctionDeclaration(llvm::FunctionType *functionType, const std::strin… in CreateFunctionDeclaration() argument
100 ASSERT(functionType != nullptr); in CreateFunctionDeclaration()
111 function = llvm::Function::Create(functionType, llvm::Function::ExternalLinkage, name, module); in CreateFunctionDeclaration()
2283 auto functionType = llvm::FunctionType::get(func_->getReturnType(), argTypes, false); in CreateTailCallInterpreter() local
2284 auto call = builder_.CreateCall(functionType, ptr, ccValues_); in CreateTailCallInterpreter()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.h50 …void GenFunctionType(const checker::ETSFunctionType *functionType, const ir::MethodDefinition *met…
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.h43 checker::Signature *ResolveCallExtensionFunction(checker::ETSFunctionType *functionType, checker::E…
DETSAnalyzerHelpers.cpp300 checker::Signature *ResolveCallExtensionFunction(checker::ETSFunctionType *functionType, checker::E… in ResolveCallExtensionFunction() argument
306 …checker->ResolveCallExpressionAndTrailingLambda(functionType->CallSignatures(), expr, expr->Start(… in ResolveCallExtensionFunction()
/arkcompiler/ets_frontend/es2panda/
DCMakeLists.txt266 typescript/types/functionType.cpp
DBUILD.gn227 "typescript/types/functionType.cpp",
/arkcompiler/ets_frontend/ets2panda/
DBUILD.gn129 "checker/types/ts/functionType.cpp",
DCMakeLists.txt500 checker/types/ts/functionType.cpp
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1223 LiteCGType *functionType = lmirBuilder_->CreateFuncType(paramTys, retType, false); in GenerateFuncType() local
1224 return functionType; in GenerateFuncType()
2853 …LiteCGType *functionType = lmirBuilder_->CreateFuncType(paramTys, lmirBuilder_->i64RefType, false); in GetExperimentalDeoptTy() local
2854 return functionType; in GetExperimentalDeoptTy()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp3057 auto functionType = LLVMFunctionType(returnType, paramTys.data(), paramTys.size(), false); in GenerateFuncType() local
3058 return functionType; in GenerateFuncType()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D3_types.rst253 | functionType
1407 functionType: