| /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 | 1200 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 | 1119 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 …]
|
| D | aarch64_schedule.h | 227 size_t SizeOfCalleeSaveLiveRegister(bool isInt) in SizeOfCalleeSaveLiveRegister()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_lowering.cpp | 365 Label isInt(&builder_); in ConvertTaggedNumberToBool() local 388 Label isInt(&builder_); in ConvertTaggedNumberToInt32() local 405 Label isInt(&builder_); in ConvertTaggedNumberToFloat64() local
|
| D | builtins_lowering.cpp | 180 Label isInt(&builder_); in TypedAbs() local
|
| D | profiler_stub_builder.cpp | 268 Label isInt(env); in ProfileCall() local 505 Label isInt(env); in TaggedToTrackType() local
|
| D | stub_builder.cpp | 1023 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
|
| D | typed_hcr_lowering.cpp | 3071 Label isInt(&builder_); in LowerStringFromSingleCharCode() local
|
| D | slowpath_lowering.cpp | 1800 GateRef isInt = builder_.IfTrue(ifBranch); in LowerConditionJump() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_color_ra.cpp | 2580 …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
|
| D | aarch64_emitter.cpp | 911 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()
|
| D | aarch64_schedule.cpp | 838 auto FindFreeRegNode = [&](bool isInt) -> CSRResult { in DoCSR()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 1005 bool isInt = IsPrimitiveInteger(node->GetPrimType()); in FoldUnary() local 1718 bool isInt = IsPrimitiveInteger(primType); in FoldBinary() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 775 Label isInt(env); in Sort() local
|
| D | builtins_string_stub_builder.cpp | 31 Label isInt(env); in FromCharCode() local
|