Home
last modified time | relevance | path

Searched defs:ptype (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Djava_eh_lower.cpp42 PrimType ptype = expr.GetPrimType(); in DoLowerDiv() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_call_conv.cpp86 PrimType ptype = TraverseStructFieldsForFp(fieldty, numRegs); in TraverseStructFieldsForFp() local
Daarch64_cgfunc.cpp3231 PrimType ptype = expr.GetPrimType(); in SelectAddrof() local
4860 PrimType ptype = (dsize == k64BitSize) ? PTY_i64 : PTY_i32; in SelectAArch64Cmp() local
5703 PrimType ptype = argexpr->GetPrimType(); in SelectIntrinsicOpWithOneParam() local
5735 PrimType ptype = argexpr->GetPrimType(); in SelectIntrinsicOpWithNParams() local
5844 static bool LIsPrimitivePointer(PrimType ptype) in LIsPrimitivePointer()
8647 PrimType ptype = expr.GetPrimType(); in SelectClearStackCallParam() local
9712 MemOperand *AArch64CGFunc::CheckAndCreateExtendMemOpnd(PrimType ptype, const BaseNode &addrExpr, in… in CheckAndCreateExtendMemOpnd()
9818 MemOperand &AArch64CGFunc::CreateNonExtendMemOpnd(PrimType ptype, const BaseNode &parent, BaseNode … in CreateNonExtendMemOpnd()
9858 MemOperand &AArch64CGFunc::CreateMemOpnd(PrimType ptype, const BaseNode &parent, BaseNode &addrExpr… in CreateMemOpnd()
9868 MemOperand *AArch64CGFunc::CreateMemOpndOrNull(PrimType ptype, const BaseNode &parent, BaseNode &ad… in CreateMemOpndOrNull()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Ddebug_info.cpp734 MIRType *ptype = GlobalTables::GetTypeTable().GetTypeFromTyIdx(ftype->GetNthParamType(i)); in CreatePointedFuncTypeDie() local
770 MIRPtrType *ptype = static_cast<MIRPtrType *>(type); in GetOrCreateTypeDie() local
Dmir_parser.cpp1166 PrimType ptype = GlobalTables::GetTypeTable().GetPrimTypeFromTyIdx(tyidx); in ParseCallReturnPair() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp952 PrimType ptype = expr.GetPrimType(); in SelectAddrof() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp129 …auto const enhance = [this, typeParams, substitution, instantiatedTypeParams](Type *ptype, Type *a… in EnhanceSubstitutionForObject()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1441 PrimType ptype = IsStructElementSame(fieldty); in IsStructElementSame() local