Home
last modified time | relevance | path

Searched defs:fnTy (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp483 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); VisitSqrt() local
2749 auto fnTy = LLVMFunctionType(GetTaggedHPtrT(), nullptr, 0, 1); GetExperimentalDeoptTy() local
2799 auto fnTy = GetExperimentalDeoptTy(); GetExperimentalDeopt() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp2834 auto fnTy = GetExperimentalDeoptTy(); in GetExperimentalDeopt() local

Completed in 13 milliseconds