| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | isel.h | 23 PrimType primType; member 107 PrimType primType = c.GetType().GetPrimType(); in SelectLiteral() local
|
| D | cgfunc.h | 323 RegType GetRegTyFromPrimTy(PrimType primType) const in GetRegTyFromPrimTy()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | isel.cpp | 549 …::SelectBasicOp(Operand &resOpnd, Operand &opnd0, Operand &opnd1, MOperator mOp, PrimType primType) in SelectBasicOp() 644 ImmOperand *MPISel::SelectIntConst(const MIRIntConst &intConst, PrimType primType) in SelectIntConst() 651 PrimType primType = node.GetPrimType(); in SelectShift() local 750 PrimType primType = expr.GetPrimType(); in SelectDread() local 762 PrimType primType = node.GetPrimType(); in SelectAdd() local 773 PrimType primType = node.GetPrimType(); in SelectBand() local 784 PrimType primType = node.GetPrimType(); in SelectSub() local 794 PrimType primType) in SelectExtractbits() 965 void MPISel::SelectSub(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectSub() 978 void MPISel::SelectBand(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectBand() [all …]
|
| D | cgfunc.cpp | 316 PrimType primType = condNode->GetPrimType(); in HandleCondbr() local 519 PrimType primType = func.GetPregTab()->PregFromPregIdx(i)->GetPrimType(); in CGFunc() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 134 PrimType primType = argExpr->GetPrimType(); in SelectParmList() local 176 RegOperand &X64MPIsel::SelectSpecialRegread(PregIdx pregIdx, PrimType primType) in SelectSpecialRegread() 310 Operand &X64MPIsel::ProcessReturnReg(PrimType primType, int32 sReg) in ProcessReturnReg() 549 PrimType primType; in SelectCondGoto() local 573 Operand &X64MPIsel::GetTargetRetOperand(PrimType primType, int32 sReg) in GetTargetRetOperand() 604 void X64MPIsel::SelectMpy(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectMpy() 641 PrimType primType = node.GetPrimType(); in SelectDiv() local 651 PrimType primType = node.GetPrimType(); in SelectRem() local 659 Operand *X64MPIsel::SelectDivRem(RegOperand &opnd0, RegOperand &opnd1, PrimType primType, Opcode op… in SelectDivRem() 763 void X64MPIsel::SelectCmp(Operand &opnd0, Operand &opnd1, PrimType primType, bool isSwap) in SelectCmp() [all …]
|
| D | x64_cgfunc.cpp | 108 void X64CGFunc::SelectAdd(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectAdd() 122 void X64CGFunc::SelectMpy(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectMpy() 136 void X64CGFunc::SelectDiv(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectDiv() 150 void X64CGFunc::SelectSub(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectSub() 159 void X64CGFunc::SelectBand(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectBand() 163 void X64CGFunc::SelectMin(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectMin() 172 void X64CGFunc::SelectMax(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectMax() 191 void X64CGFunc::SelectBior(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectBior() 200 void X64CGFunc::SelectBxor(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectBxor() 335 Operand &X64CGFunc::CreateImmOperand(PrimType primType, int64 val) in CreateImmOperand()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | global_tables.cpp | 24 auto primType = static_cast<PrimType>(primTypeIdx); in CreateMirType() local 139 MIRType *TypeTable::GetOrCreatePointerType(const TyIdx &pointedTyIdx, PrimType primType, const Type… in GetOrCreatePointerType() 148 MIRType *TypeTable::GetOrCreatePointerType(const MIRType &pointTo, PrimType primType, const TypeAtt… in GetOrCreatePointerType()
|
| D | mir_type.cpp | 41 PrimType GetRegPrimType(PrimType primType) in GetRegPrimType() 150 uint32 GetPrimTypeSize(PrimType primType) in GetPrimTypeSize() 197 const char *GetPrimTypeName(PrimType primType) in GetPrimTypeName()
|
| D | mir_builder.cpp | 272 IntrinsicopNode *MIRBuilder::CreateExprIntrinsicop(MIRIntrinsicID id, Opcode op, PrimType primType,… in CreateExprIntrinsicop()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 67 MOperator PickLdStInsn(bool isLoad, uint32 bitSize, PrimType primType) in PickLdStInsn() 91 RegOperand &AArch64CGFunc::GetOrCreateResOperand(const BaseNode &parent, PrimType primType) in GetOrCreateResOperand() 987 auto primType = intConst.GetType().GetPrimType(); in SelectIntConst() local 1115 …c::GenerateCompareWithZeroInstruction(Opcode jmpOp, Opcode cmpOp, bool is64Bits, PrimType primType, in GenerateCompareWithZeroInstruction() 1181 Operand &origOpnd1, PrimType primType, bool signedCond) in SelectCondGoto() 1341 PrimType primType = in SelectAdd() local 1358 void AArch64CGFunc::SelectAdd(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectAdd() 1462 void AArch64CGFunc::SelectSub(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectSub() 1557 PrimType primType = in SelectSub() local 1572 PrimType primType = in SelectMpy() local [all …]
|
| D | aarch64_call_conv.cpp | 39 PrimType primType = retType.GetPrimType(); in LocateRetVal() local
|
| D | aarch64_args.cpp | 51 … auto generateStrInsn = [this, baseOpnd, &offset, sym, symLoc](AArch64reg reg, PrimType primType) { in MoveRegisterArgs()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| D | namemangler.cpp | 32 static inline bool UpdatePrimType(bool primType, int splitNo, uint32_t ch) in UpdatePrimType() 67 bool primType = true; in DecodeName() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_isa_tbl.h | 38 …ic inline X64MOP_t GetCmpMop(Operand::OperandType dTy, Operand::OperandType sTy, PrimType primType) in GetCmpMop()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_type.h | 70 inline uint32 GetPrimTypeBitSize(PrimType primType) in GetPrimTypeBitSize() 76 inline uint32 GetAlignedPrimTypeBitSize(PrimType primType) in GetAlignedPrimTypeBitSize() 82 inline uint32 GetPrimTypeActualBitSize(PrimType primType) in GetPrimTypeActualBitSize() 829 PrimType primType; variable 841 …MIRPtrType(PrimType primType, GStrIdx strIdx) : MIRType(kTypePointer, primType, strIdx), pointedTy… in MIRPtrType()
|
| D | global_tables.h | 167 MIRType *GetPrimType(PrimType primType) const in GetPrimType()
|
| D | mir_nodes.h | 988 RegreadNode(PrimType primType, PregIdx pIdx) : RegreadNode(pIdx) in RegreadNode() 1580 RegassignNode(PrimType primType, PregIdx idx, BaseNode *opnd) in RegassignNode()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_profiler_type.h | 405 auto primType = GetPrimitiveType(); in IsNumber() local 414 auto primType = GetPrimitiveType(); in IsNumberOrString() local 423 auto primType = GetPrimitiveType(); in HasNumber() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 99 BinaryNode *ConstantFold::NewBinaryNode(BinaryNode *old, Opcode op, PrimType primType, BaseNode *lh… in NewBinaryNode() 112 UnaryNode *ConstantFold::NewUnaryNode(UnaryNode *old, Opcode op, PrimType primType, BaseNode *expr)… in NewUnaryNode() 1433 bool ConstantFold::IntegerOpIsOverflow(Opcode op, PrimType primType, int64 cstA, int64 cstB) in IntegerOpIsOverflow() 1470 PrimType primType = node->GetPrimType(); in FoldBinary() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 315 … auto primType = mirModule.CurFunction()->GetPregItem(static_cast<PregIdx>(regIdx))->GetPrimType(); in LowerIntrinsiccallAassignedToAssignStmt() local
|