Home
last modified time | relevance | path

Searched defs:pty (Results 1 – 11 of 11) 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.cpp548 ConstvalNode *MIRBuilder::CreateIntConst(uint64 val, PrimType pty) in CreateIntConst()
690 RegreadNode *MIRBuilder::CreateExprRegread(PrimType pty, PregIdx regIdx) in CreateExprRegread()
714 AddrofNode *MIRBuilder::CreateExprDread(PregIdx pregID, PrimType pty) in CreateExprDread()
721 DreadoffNode *MIRBuilder::CreateExprDreadoff(Opcode op, PrimType pty, const MIRSymbol &symbol, int3… in CreateExprDreadoff()
741 IreadoffNode *MIRBuilder::CreateExprIreadoff(PrimType pty, int32 offset, BaseNode *opnd0) in CreateExprIreadoff()
746 IreadFPoffNode *MIRBuilder::CreateExprIreadFPoff(PrimType pty, int32 offset) in CreateExprIreadFPoff()
896 RegassignNode *MIRBuilder::CreateStmtRegassign(PrimType pty, PregIdx regIdx, BaseNode *src) in CreateStmtRegassign()
911 IassignoffNode *MIRBuilder::CreateStmtIassignoff(PrimType pty, int32 offset, BaseNode *addr, BaseNo… in CreateStmtIassignoff()
916 IassignFPoffNode *MIRBuilder::CreateStmtIassignFPoff(Opcode op, PrimType pty, int32 offset, BaseNod… in CreateStmtIassignFPoff()
1262 AddrofNode *MIRBuilder::CreateAddrof(const MIRSymbol &st, PrimType pty) in CreateAddrof()
[all …]
Dglobal_tables.cpp111 auto &pty = static_cast<MIRPtrType &>(pType); in CreateMirTypeNodeAt() local
145 auto &pty = static_cast<MIRPtrType &>(pType); in CreateAndUpdateMirTypeNode() local
Dmir_type.cpp497 PrimType GetSignedPrimType(PrimType pty) in GetSignedPrimType()
518 PrimType GetUnsignedPrimType(PrimType pty) in GetUnsignedPrimType()
2010 const auto &pty = static_cast<const MIRInstantVectorType &>(type); in EqualTo() local
Ddebug_info.cpp690 PrimType pty = ty->GetPrimType(); in GetOrCreatePrimTypeDie() 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.h70 void SetPrimType(PrimType pty) in SetPrimType()
Dmir_type.h1118 MIRPtrType(TyIdx pTyIdx, PrimType pty) : MIRType(kTypePointer, pty), pointedTyIdx(pTyIdx) {} in MIRPtrType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1272 MIRType *pty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(arrtype->GetElemTyIdx()); in IsStructElementSame() local
1844 PrimType pty = IsStructElementSame(retType); in LowerEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1431 PrimType pty = isSigned ? PTY_i64 : PTY_u64; in SelectAsm() local
1534 … PrimType pty = GlobalTables::GetTypeTable().GetTypeTable().at(var->GetTyIdx())->GetPrimType(); in SelectAsm() local
7713 void AArch64CGFunc::IntrinsifyGetAndAddInt(ListOperand &srcOpnds, PrimType pty) in IntrinsifyGetAndAddInt()
7745 void AArch64CGFunc::IntrinsifyGetAndSetInt(ListOperand &srcOpnds, PrimType pty) in IntrinsifyGetAndSetInt()
7776 void AArch64CGFunc::IntrinsifyCompareAndSwapInt(ListOperand &srcOpnds, PrimType pty) in IntrinsifyCompareAndSwapInt()
7868 PrimType pty = (srcString.GetSize() == k64BitSize) ? PTY_i64 : PTY_i32; in GenerateIntrnInsnForStrIndexOf() local
10228 Operand *AArch64CGFunc::SelectCSyncLockTestSet(IntrinsicopNode &intrinopNode, PrimType pty) in SelectCSyncLockTestSet()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp213 Operand *X64CGFunc::SelectCSyncLockTestSet(IntrinsicopNode &intrinopNode, PrimType pty) in SelectCSyncLockTestSet()