Home
last modified time | relevance | path

Searched defs:isInt (Results 1 – 16 of 16) 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.cpp1200 bool isInt = (li.GetRegType() == kRegTyInt); in UpdateParamAllocateInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h1119 regno_t RegBaseUpdate(bool isInt) const in RegBaseUpdate()
1124 bool IsInRegAssigned(regno_t regNO, bool isInt) const in IsInRegAssigned()
1136 void SetRegAssigned(regno_t regNO, bool isInt) const in SetRegAssigned()
1145 regno_t GetRegAssignmentItem(bool isInt, regno_t regKey) in GetRegAssignmentItem()
1150 void SetRegAssignmentMap(bool isInt, regno_t regKey, regno_t regValue) in SetRegAssignmentMap()
1160 uint64 GetPregUsed(bool isInt) const in GetPregUsed()
1169 void SetPregUsed(regno_t regNO, bool isInt) in SetPregUsed()
1187 bool isInRegSpilled(regno_t regNO, bool isInt) const in isInRegSpilled()
1198 void SetRegSpilled(regno_t regNO, bool isInt) const in SetRegSpilled()
1207 uint64 GetPregs(bool isInt) const in GetPregs()
[all …]
Daarch64_schedule.h227 size_t SizeOfCalleeSaveLiveRegister(bool isInt) in SizeOfCalleeSaveLiveRegister()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp365 Label isInt(&builder_); in ConvertTaggedNumberToBool() local
388 Label isInt(&builder_); in ConvertTaggedNumberToInt32() local
405 Label isInt(&builder_); in ConvertTaggedNumberToFloat64() local
Dbuiltins_lowering.cpp180 Label isInt(&builder_); in TypedAbs() local
Dprofiler_stub_builder.cpp268 Label isInt(env); in ProfileCall() local
505 Label isInt(env); in TaggedToTrackType() local
Dstub_builder.cpp1023 Label isInt(env); in TaggedToRepresentation() local
1072 Label isInt(env); in TaggedToElementKind() local
5315 Label isInt(env); in FastToBoolean() local
8186 Label isInt(env); in GetTaggedValueWithElementsKind() local
8273 Label isInt(env); in SetValueWithElementsKind() local
Dtyped_hcr_lowering.cpp3071 Label isInt(&builder_); in LowerStringFromSingleCharCode() local
Dslowpath_lowering.cpp1800 GateRef isInt = builder_.IfTrue(ifBranch); in LowerConditionJump() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp2580 …hColorRegAllocator::HandleLocalRegAssignment(regno_t regNO, LocalRegAllocator &localRa, bool isInt) in HandleLocalRegAssignment()
2649 …aphColorRegAllocator::UpdateLocalRegConflict(regno_t regNO, LocalRegAllocator &localRa, bool isInt) in UpdateLocalRegConflict()
2687 bool isDef, bool isInt) in HandleLocalReg()
2739 bool isInt = AArch64isa::IsGPRegister(static_cast<AArch64reg>(regNO)); in LocalRaRegSetEraseReg() local
2797 bool isInt = (regOpnd.GetRegisterType() == kRegTyInt); in LocalRaForEachDefOperand() local
2826 bool isInt = (regOpnd.GetRegisterType() == kRegTyInt); in LocalRaForEachUseOperand() local
3336 bool isInt = (lr.GetRegType() == kRegTyInt); in SetAvailableSpillReg() local
Daarch64_emitter.cpp911 static void AsmStringOutputRegNum(bool isInt, uint32 regno, uint32 intBase, uint32 fpBase, std::str… in AsmStringOutputRegNum()
945 auto EmitRegister = [&](const char *p, bool isInt, uint32 regNO, bool unDefRegSize) -> void { in EmitInlineAsm()
Daarch64_schedule.cpp838 auto FindFreeRegNode = [&](bool isInt) -> CSRResult { in DoCSR()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1005 bool isInt = IsPrimitiveInteger(node->GetPrimType()); in FoldUnary() local
1718 bool isInt = IsPrimitiveInteger(primType); in FoldBinary() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp775 Label isInt(env); in Sort() local
Dbuiltins_string_stub_builder.cpp31 Label isInt(env); in FromCharCode() local