Searched defs:ptype (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | java_eh_lower.cpp | 42 PrimType ptype = expr.GetPrimType(); in DoLowerDiv() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_call_conv.cpp | 86 PrimType ptype = TraverseStructFieldsForFp(fieldty, numRegs); in TraverseStructFieldsForFp() local
|
| D | aarch64_cgfunc.cpp | 3231 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/ |
| D | debug_info.cpp | 734 MIRType *ptype = GlobalTables::GetTypeTable().GetTypeFromTyIdx(ftype->GetNthParamType(i)); in CreatePointedFuncTypeDie() local 770 MIRPtrType *ptype = static_cast<MIRPtrType *>(type); in GetOrCreateTypeDie() local
|
| D | mir_parser.cpp | 1166 PrimType ptype = GlobalTables::GetTypeTable().GetPrimTypeFromTyIdx(tyidx); in ParseCallReturnPair() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 952 PrimType ptype = expr.GetPrimType(); in SelectAddrof() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | function.cpp | 129 …auto const enhance = [this, typeParams, substitution, instantiatedTypeParams](Type *ptype, Type *a… in EnhanceSubstitutionForObject()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 1441 PrimType ptype = IsStructElementSame(fieldty); in IsStructElementSame() local
|