| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | standardize.cpp | 65 bool isInt = (static_cast<RegOperand&>(dest).GetRegisterType() == kRegTyInt); in AddressMapping() local
|
| D | reg_alloc_lsra.cpp | 1185 bool isInt = (li.GetRegType() == kRegTyInt); in UpdateParamAllocateInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_color_ra.h | 1116 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 …]
|
| D | aarch64_schedule.h | 110 size_t SizeOfCalleeSaveLiveRegister(bool isInt) in SizeOfCalleeSaveLiveRegister()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_color_ra.cpp | 1852 …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
|
| D | aarch64_emitter.cpp | 549 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()
|
| D | aarch64_schedule.cpp | 743 auto findFreeRegNode = [&scheduleInfo, &node1, &node2](bool isInt) -> CSRResult { in DoCSR()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | lcr_circuit_builder.cpp | 179 Label isInt(env_); in GetDoubleOfTNumber() local
|
| D | mcr_lowering.cpp | 471 Label isInt(&builder_); in ConvertTaggedNumberToBool() local 494 Label isInt(&builder_); in ConvertTaggedNumberToInt32() local 511 Label isInt(&builder_); in ConvertTaggedNumberToFloat64() local
|
| D | typed_native_inline_lowering.cpp | 513 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
|
| D | stub_builder.cpp | 1584 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
|
| D | profiler_stub_builder.cpp | 524 Label isInt(env); in TaggedToTrackType() local
|
| D | circuit_builder.cpp | 1448 Label isInt(env_); in FastToBoolean() local
|
| D | typed_hcr_lowering.cpp | 3364 Label isInt(&builder_); in LowerStringFromSingleCharCode() local
|
| D | slowpath_lowering.cpp | 2049 Label isInt(&builder_); in LowerConditionJump() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 1018 bool isInt = IsPrimitiveInteger(node->GetPrimType()); in FoldUnary() local 1757 bool isInt = IsPrimitiveInteger(primType); in FoldBinary() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 1546 Label isInt(env); in DoSort() local 1834 Label isInt(env); in Reverse() local
|
| D | builtins_string_stub_builder.cpp | 34 Label isInt(env); in FromCharCode() local
|
| D | builtins_typedarray_stub_builder.cpp | 1915 Label isInt(env); in DoSort() local
|