Home
last modified time | relevance | path

Searched defs:pty (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Ddebug_info_util.cpp108 DwAte GetAteFromPTY(PrimType pty) in GetAteFromPTY()
Dmir_builder.cpp543 ConstvalNode *MIRBuilder::CreateIntConst(uint64 val, PrimType pty) in CreateIntConst()
679 RegreadNode *MIRBuilder::CreateExprRegread(PrimType pty, PregIdx regIdx) in CreateExprRegread()
703 AddrofNode *MIRBuilder::CreateExprDread(PregIdx pregID, PrimType pty) in CreateExprDread()
710 DreadoffNode *MIRBuilder::CreateExprDreadoff(Opcode op, PrimType pty, const MIRSymbol &symbol, int3… in CreateExprDreadoff()
730 IreadoffNode *MIRBuilder::CreateExprIreadoff(PrimType pty, int32 offset, BaseNode *opnd0) in CreateExprIreadoff()
735 IreadFPoffNode *MIRBuilder::CreateExprIreadFPoff(PrimType pty, int32 offset) in CreateExprIreadFPoff()
885 RegassignNode *MIRBuilder::CreateStmtRegassign(PrimType pty, PregIdx regIdx, BaseNode *src) in CreateStmtRegassign()
900 IassignoffNode *MIRBuilder::CreateStmtIassignoff(PrimType pty, int32 offset, BaseNode *addr, BaseNo… in CreateStmtIassignoff()
905 IassignFPoffNode *MIRBuilder::CreateStmtIassignFPoff(Opcode op, PrimType pty, int32 offset, BaseNod… in CreateStmtIassignFPoff()
1249 AddrofNode *MIRBuilder::CreateAddrof(const MIRSymbol &st, PrimType pty) in CreateAddrof()
[all …]
Dglobal_tables.cpp109 auto &pty = static_cast<MIRPtrType &>(pType); in CreateMirTypeNodeAt() local
143 auto &pty = static_cast<MIRPtrType &>(pType); in CreateAndUpdateMirTypeNode() local
Dmir_type.cpp491 PrimType GetSignedPrimType(PrimType pty) in GetSignedPrimType()
512 PrimType GetUnsignedPrimType(PrimType pty) in GetUnsignedPrimType()
2008 const auto &pty = static_cast<const MIRInstantVectorType &>(type); in EqualTo() local
Ddebug_info.cpp695 PrimType pty = ty->GetPrimType(); in GetOrCreatePrimTypeDie() local
Dparser.cpp1314 PrimType pty = mod.IsJavaModule() ? PTY_ref : GetExactPtrPrimType(); in ParsePointType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h224 BinaryNode *CreateExprBinary(Opcode opcode, PrimType pty, BaseNode *opnd0, BaseNode *opnd1) in CreateExprBinary()
Dmir_preg.h68 void SetPrimType(PrimType pty) in SetPrimType()
Dmir_type.h1026 MIRPtrType(TyIdx pTyIdx, PrimType pty) : MIRType(kTypePointer, pty), pointedTyIdx(pTyIdx) {} in MIRPtrType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_call_conv.cpp71 MIRType *pty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(arrtype->GetElemTyIdx()); in TraverseStructFieldsForFp() local
Daarch64_cgfunc.cpp1282 PrimType pty = isSigned ? PTY_i64 : PTY_u64; in SelectAsm() local
1383 … PrimType pty = GlobalTables::GetTypeTable().GetTypeTable().at(var->GetTyIdx())->GetPrimType(); in SelectAsm() local
8721 void AArch64CGFunc::IntrinsifyGetAndAddInt(ListOperand &srcOpnds, PrimType pty) in IntrinsifyGetAndAddInt()
8753 void AArch64CGFunc::IntrinsifyGetAndSetInt(ListOperand &srcOpnds, PrimType pty) in IntrinsifyGetAndSetInt()
8784 void AArch64CGFunc::IntrinsifyCompareAndSwapInt(ListOperand &srcOpnds, PrimType pty) in IntrinsifyCompareAndSwapInt()
8876 PrimType pty = (srcString.GetSize() == k64BitSize) ? PTY_i64 : PTY_i32; in GenerateIntrnInsnForStrIndexOf() local
11309 Operand *AArch64CGFunc::SelectCSyncLockTestSet(IntrinsicopNode &intrinopNode, PrimType pty) in SelectCSyncLockTestSet()
Daarch64_color_ra.cpp4096 PrimType pty = (lr->GetRegType() == kRegTyInt) ? ((bits > k32BitSize) ? PTY_i64 : PTY_i32) in CreateSpillFillCode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1429 MIRType *pty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(arrtype->GetElemTyIdx()); in IsStructElementSame() local
2234 PrimType pty = IsStructElementSame(retType); in LowerEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp217 Operand *X64CGFunc::SelectCSyncLockTestSet(IntrinsicopNode &intrinopNode, PrimType pty) in SelectCSyncLockTestSet()