Searched defs:isAdd (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | adjust_arefs.cpp | 187 …fs::InsertPointerArithmetic(Inst *input, uint64_t imm, Inst *insertBefore, uint32_t pc, bool isAdd) in InsertPointerArithmetic() 237 bool isAdd; in ProcessIndex() local
|
| D | lowering.cpp | 623 bool isAdd = (inst->GetOpcode() == Opcode::Add); in LowerAddSub() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | free_object_list.cpp | 118 void FreeObjectList::Free(uintptr_t start, size_t size, bool isAdd) in Free()
|
| D | allocator-inl.h | 155 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/ |
| D | aarch64_prop.cpp | 26 bool MayOverflow(const ImmOperand &value1, const ImmOperand &value2, bool is64Bit, bool isAdd, bool… in MayOverflow()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 55 …tional<IntVal> AddSub(const std::optional<IntVal> &v1, const std::optional<IntVal> &v2, bool isAdd) in AddSub()
|