Searched defs:fnTy (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 484 auto fnTy = LLVMFunctionType(GetRawPtrT(), paramTys1, 1, 0); in CallingFp() local 501 auto fnTy = LLVMFunctionType(GetInt64T(), paramTys1, 1, 0); in ReadRegister() local 600 auto fnTy = LLVMFunctionType(type, paramTys1, 1, 0); in VisitBitRev() local 2109 auto fnTy = LLVMFunctionType(returnType, paramTys1, 2, 0); in VisitAddWithOverflow() local 2140 auto fnTy = LLVMFunctionType(returnType, paramTys1, 2, 0); in VisitSubWithOverflow() local 2171 auto fnTy = LLVMFunctionType(returnType, paramTys1, 2, 0); in VisitMulWithOverflow() local 2216 auto fnTy = LLVMFunctionType(GetDoubleT(), paramTys1, 1, 0); in VisitSqrt() local 2889 auto fnTy = LLVMFunctionType(GetTaggedHPtrT(), nullptr, 0, 1); in GetExperimentalDeoptTy() local 2939 auto fnTy = GetExperimentalDeoptTy(); in GetExperimentalDeopt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 2890 auto fnTy = GetExperimentalDeoptTy(); in GetExperimentalDeopt() local
|