Home
last modified time | relevance | path

Searched defs:isAdd (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dadjust_arefs.cpp187 …fs::InsertPointerArithmetic(Inst *input, uint64_t imm, Inst *insertBefore, uint32_t pc, bool isAdd) in InsertPointerArithmetic()
237 bool isAdd; in ProcessIndex() local
Dlowering.cpp623 bool isAdd = (inst->GetOpcode() == Opcode::Add); in LowerAddSub() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dfree_object_list.cpp118 void FreeObjectList::Free(uintptr_t start, size_t size, bool isAdd) in Free()
Dallocator-inl.h155 void FreeListAllocator::Free(uintptr_t begin, size_t size, bool isAdd) in Free()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_prop.cpp26 bool MayOverflow(const ImmOperand &value1, const ImmOperand &value2, bool is64Bit, bool isAdd, bool… in MayOverflow()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp55 …tional<IntVal> AddSub(const std::optional<IntVal> &v1, const std::optional<IntVal> &v2, bool isAdd) in AddSub()