Searched defs:fnTy (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 483 auto fnTy = LLVMFunctionType(GetRawPtrT(), paramTys1, 1, 0); in CallingFp() local 500 auto fnTy = LLVMFunctionType(GetInt64T(), paramTys1, 1, 0); in ReadRegister() local 1994 auto fnTy = LLVMFunctionType(returnType, paramTys1, 2, 0); in VisitAddWithOverflow() local 2025 auto fnTy = LLVMFunctionType(returnType, paramTys1, 2, 0); in VisitSubWithOverflow() local 2056 auto fnTy = LLVMFunctionType(returnType, paramTys1, 2, 0); in VisitMulWithOverflow() local 2101 auto fnTy = LLVMFunctionType(GetDoubleT(), paramTys1, 1, 0); in VisitSqrt() local 2749 auto fnTy = LLVMFunctionType(GetTaggedHPtrT(), nullptr, 0, 1); in GetExperimentalDeoptTy() local 2799 auto fnTy = GetExperimentalDeoptTy(); in GetExperimentalDeopt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 2916 auto fnTy = GetExperimentalDeoptTy(); in GetExperimentalDeopt() local
|