Searched refs:functionType (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | intrinsics_lowering.cpp | 85 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/ |
| D | gc_barriers.cpp | 74 auto functionType = in EmitPreWRB() local 76 builder->CreateCall(functionType, entrypoint, {load}); in EmitPreWRB()
|
| D | llvm_ir_constructor.cpp | 97 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/ |
| D | declgenEts2Ts.h | 50 …void GenFunctionType(const checker::ETSFunctionType *functionType, const ir::MethodDefinition *met…
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzerHelpers.h | 43 checker::Signature *ResolveCallExtensionFunction(checker::ETSFunctionType *functionType, checker::E…
|
| D | ETSAnalyzerHelpers.cpp | 300 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/ |
| D | CMakeLists.txt | 266 typescript/types/functionType.cpp
|
| D | BUILD.gn | 227 "typescript/types/functionType.cpp",
|
| /arkcompiler/ets_frontend/ets2panda/ |
| D | BUILD.gn | 129 "checker/types/ts/functionType.cpp",
|
| D | CMakeLists.txt | 500 checker/types/ts/functionType.cpp
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1223 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/ |
| D | llvm_ir_builder.cpp | 3057 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/ |
| D | 3_types.rst | 253 | functionType 1407 functionType:
|