Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_obj_emitter.cpp1146 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.cpp120 int32 offsetValue = static_cast<int32>(offset->GetOffsetValue()); in CanCombine() local
Daarch64_cgfunc.cpp827 int32 offsetValue = static_cast<int32>(memOpnd.GetOffsetImmediate()->GetOffsetValue()); in IsImmediateOffsetOutOfRange() local
852 int64 offsetValue = memOpnd->GetOffsetImmediate()->GetOffsetValue(); in IsOperandImmValid() local
858 int32 offsetValue = static_cast<int32>(memOpnd->GetOffsetImmediate()->GetOffsetValue()); in IsOperandImmValid() local
862 int32 offsetValue = static_cast<int32>(memOpnd->GetOffsetImmediate()->GetOffsetValue()); in IsOperandImmValid() local
918 int32 offsetValue = static_cast<int32>(memOpnd.GetOffsetImmediate()->GetOffsetValue()); in ConstraintOffsetToSafeRegion() local
8644 Operand *AArch64CGFunc::SelectClearStackCallParam(const AddrofNode &expr, int64 &offsetValue) in SelectClearStackCallParam()
8700 int64 offsetValue = 0; in SelectClearStackCallParmList() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h604 void SetOffset(int32 offsetValue) in SetOffset()
637 void SetOffset(int32 offsetValue) in SetOffset()
1678 void SetOffset(uint32 offsetValue) in SetOffset()
2069 void SetOffset(LabelIdx offsetValue, size_t i) in SetOffset()
2075 void AddOffset(LabelIdx offsetValue) in AddOffset()
2673 void SetOffset(uint32 offsetValue) in SetOffset()