Searched defs:pty (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | debug_info_util.cpp | 108 DwAte GetAteFromPTY(PrimType pty) in GetAteFromPTY()
|
| D | mir_builder.cpp | 548 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 …]
|
| D | global_tables.cpp | 111 auto &pty = static_cast<MIRPtrType &>(pType); in CreateMirTypeNodeAt() local 145 auto &pty = static_cast<MIRPtrType &>(pType); in CreateAndUpdateMirTypeNode() local
|
| D | mir_type.cpp | 497 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
|
| D | debug_info.cpp | 690 PrimType pty = ty->GetPrimType(); in GetOrCreatePrimTypeDie() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_builder.h | 224 BinaryNode *CreateExprBinary(Opcode opcode, PrimType pty, BaseNode *opnd0, BaseNode *opnd1) in CreateExprBinary()
|
| D | mir_preg.h | 70 void SetPrimType(PrimType pty) in SetPrimType()
|
| D | mir_type.h | 1118 MIRPtrType(TyIdx pTyIdx, PrimType pty) : MIRType(kTypePointer, pty), pointedTyIdx(pTyIdx) {} in MIRPtrType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 1272 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/ |
| D | aarch64_cgfunc.cpp | 1431 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/ |
| D | x64_cgfunc.cpp | 213 Operand *X64CGFunc::SelectCSyncLockTestSet(IntrinsicopNode &intrinopNode, PrimType pty) in SelectCSyncLockTestSet()
|