Home
last modified time | relevance | path

Searched defs:isInt (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dstandardize.cpp65 bool isInt = (static_cast<RegOperand&>(dest).GetRegisterType() == kRegTyInt); in AddressMapping() local
Dreg_alloc_lsra.cpp1185 bool isInt = (li.GetRegType() == kRegTyInt); in UpdateParamAllocateInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h1116 regno_t RegBaseUpdate(bool isInt) const in RegBaseUpdate()
1121 bool IsInRegAssigned(regno_t regNO, bool isInt) const in IsInRegAssigned()
1133 void SetRegAssigned(regno_t regNO, bool isInt) const in SetRegAssigned()
1142 regno_t GetRegAssignmentItem(bool isInt, regno_t regKey) in GetRegAssignmentItem()
1147 void SetRegAssignmentMap(bool isInt, regno_t regKey, regno_t regValue) in SetRegAssignmentMap()
1157 uint64 GetPregUsed(bool isInt) const in GetPregUsed()
1166 void SetPregUsed(regno_t regNO, bool isInt) in SetPregUsed()
1184 bool isInRegSpilled(regno_t regNO, bool isInt) const in isInRegSpilled()
1195 void SetRegSpilled(regno_t regNO, bool isInt) const in SetRegSpilled()
1204 uint64 GetPregs(bool isInt) const in GetPregs()
[all …]
Daarch64_schedule.h110 size_t SizeOfCalleeSaveLiveRegister(bool isInt) in SizeOfCalleeSaveLiveRegister()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp1852 …hColorRegAllocator::HandleLocalRegAssignment(regno_t regNO, LocalRegAllocator &localRa, bool isInt) in HandleLocalRegAssignment()
1921 …aphColorRegAllocator::UpdateLocalRegConflict(regno_t regNO, LocalRegAllocator &localRa, bool isInt) in UpdateLocalRegConflict()
1959 bool isDef, bool isInt) in HandleLocalReg()
2011 bool isInt = AArch64isa::IsGPRegister(static_cast<AArch64reg>(regNO)); in LocalRaRegSetEraseReg() local
2069 bool isInt = (regOpnd.GetRegisterType() == kRegTyInt); in LocalRaForEachDefOperand() local
2098 bool isInt = (regOpnd.GetRegisterType() == kRegTyInt); in LocalRaForEachUseOperand() local
2426 bool isInt = (lr.GetRegType() == kRegTyInt); in SetAvailableSpillReg() local
Daarch64_emitter.cpp549 static void AsmStringOutputRegNum(bool isInt, uint32 regno, uint32 intBase, uint32 fpBase, std::str… in AsmStringOutputRegNum()
584 auto EmitRegister = [&](const char *p, bool isInt, uint32 regNO, bool unDefRegSize) -> void { in EmitInlineAsm()
Daarch64_schedule.cpp743 auto findFreeRegNode = [&scheduleInfo, &node1, &node2](bool isInt) -> CSRResult { in DoCSR()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.cpp179 Label isInt(env_); in GetDoubleOfTNumber() local
Dmcr_lowering.cpp471 Label isInt(&builder_); in ConvertTaggedNumberToBool() local
494 Label isInt(&builder_); in ConvertTaggedNumberToInt32() local
511 Label isInt(&builder_); in ConvertTaggedNumberToFloat64() local
Dtyped_native_inline_lowering.cpp513 Label isInt(&builder_); in LowerGlobalTNumberIsFinite() local
545 Label isInt(&builder_); in LowerGlobalTNumberIsNan() local
685 Label isInt(&builder_); in BuildTNumberAbs() local
784 Label isInt(&builder_); in LowerTaggedRounding() local
1096 Label isInt(&builder_); in LowerTrunc() local
1853 Label isInt(&builder_); in LowerMathSignTagged() local
1931 Label isInt(&builder_); in BuildTaggedIsInteger() local
Dstub_builder.cpp1584 Label isInt(env); in TaggedToRepresentation() local
1633 Label isInt(env); in TaggedToElementKind() local
6660 Label isInt(env); in FastToBoolean() local
6759 Label isInt(env); in FastToBooleanBaseline() local
6858 Label isInt(env); in FastToBooleanWithProfile() local
6978 Label isInt(env); in FastToBooleanWithProfileBaseline() local
9347 Label isInt(env); in GetTaggedValueWithElementsKind() local
9435 Label isInt(env); in SetValueWithElementsKind() local
Dprofiler_stub_builder.cpp524 Label isInt(env); in TaggedToTrackType() local
Dcircuit_builder.cpp1448 Label isInt(env_); in FastToBoolean() local
Dtyped_hcr_lowering.cpp3364 Label isInt(&builder_); in LowerStringFromSingleCharCode() local
Dslowpath_lowering.cpp2049 Label isInt(&builder_); in LowerConditionJump() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1018 bool isInt = IsPrimitiveInteger(node->GetPrimType()); in FoldUnary() local
1757 bool isInt = IsPrimitiveInteger(primType); in FoldBinary() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp1546 Label isInt(env); in DoSort() local
1834 Label isInt(env); in Reverse() local
Dbuiltins_string_stub_builder.cpp34 Label isInt(env); in FromCharCode() local
Dbuiltins_typedarray_stub_builder.cpp1915 Label isInt(env); in DoSort() local