Home
last modified time | relevance | path

Searched defs:offsetValue (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_isa.cpp161 int64 offsetValue = ofStOpnd ? ofStOpnd->GetOffsetValue() : 0LL; in GetMemOpndOffsetValue() local
Daarch64_obj_emitter.cpp1145 int32 offsetValue = ofstOpnd->GetOffsetValue(); in GenLoadStoreModeBOi() local
1251 int32 offsetValue = ofstOpnd != nullptr ? ofstOpnd->GetOffsetValue() : 0; in GenLoadStoreRegInsn() local
1380 int32 offsetValue = ofstOpnd->GetOffsetValue(); in GenLoadPairInsn() local
1417 int32 offsetValue = ofstOpnd->GetOffsetValue(); in GenStorePairInsn() local
1459 int32 offsetValue = ofstOpnd->GetOffsetValue(); in GenLoadPairFloatInsn() local
1496 int32 offsetValue = ofstOpnd->GetOffsetValue(); in GenStorePairFloatInsn() local
Daarch64_schedule.cpp118 int32 offsetValue = static_cast<int32>(offset->GetOffsetValue()); in CanCombine() local
Daarch64_cgfunc.cpp889 int32 offsetValue = ofstOpnd ? static_cast<int32>(ofstOpnd->GetOffsetValue()) : 0; in IsImmediateOffsetOutOfRange() local
923 int64 offsetValue = ofStOpnd ? ofStOpnd->GetOffsetValue() : 0LL; in IsOperandImmValid() local
992 int32 offsetValue = static_cast<int32>(memOpnd.GetOffsetImmediate()->GetOffsetValue()); in ConstraintOffsetToSafeRegion() local
7636 Operand *AArch64CGFunc::SelectClearStackCallParam(const AddrofNode &expr, int64 &offsetValue) in SelectClearStackCallParam()
7693 int64 offsetValue = 0; in SelectClearStackCallParmList() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h612 void SetOffset(int32 offsetValue) in SetOffset()
645 void SetOffset(int32 offsetValue) in SetOffset()
1687 void SetOffset(uint32 offsetValue) in SetOffset()
2088 void SetOffset(LabelIdx offsetValue, size_t i) in SetOffset()
2094 void AddOffset(LabelIdx offsetValue) in AddOffset()
2692 void SetOffset(uint32 offsetValue) in SetOffset()