Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp134 auto pty = PTY_a64; in GetLoweredPtrType() local
180 PrimType GetUnsignedPrimType(PrimType pty) in GetUnsignedPrimType()
Dmir_builder.cpp175 ConstvalNode *MIRBuilder::CreateIntConst(uint64 val, PrimType pty) in CreateIntConst()
209 RegreadNode *MIRBuilder::CreateExprRegread(PrimType pty, PregIdx regIdx) in CreateExprRegread()
293 RegassignNode *MIRBuilder::CreateStmtRegassign(PrimType pty, PregIdx regIdx, BaseNode *src) in CreateStmtRegassign()
Dglobal_tables.cpp88 auto &pty = static_cast<MIRPtrType &>(pType); in CreateAndUpdateMirTypeNode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h173 BinaryNode *CreateExprBinary(Opcode opcode, PrimType pty, BaseNode *opnd0, BaseNode *opnd1) in CreateExprBinary()
Dmir_preg.h67 void SetPrimType(PrimType pty) in SetPrimType()
Dmir_type.h839 MIRPtrType(TyIdx pTyIdx, PrimType pty) : MIRType(kTypePointer, pty), pointedTyIdx(pTyIdx) {} in MIRPtrType()