Searched defs:isAdd (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | adjust_arefs.cpp | 184 …fs::InsertPointerArithmetic(Inst *input, uint64_t imm, Inst *insertBefore, uint32_t pc, bool isAdd) in InsertPointerArithmetic() 234 bool isAdd; in ProcessIndex() local
|
| D | lowering.cpp | 782 bool isAdd = (inst->GetOpcode() == Opcode::Add); in LowerAddSub() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | free_object_list.cpp | 140 void FreeObjectList<T>::Free(uintptr_t start, size_t size, bool isAdd) in Free() 179 void FreeObjectList<MemDesc>::Free(uintptr_t start, size_t size, bool isAdd) in Free()
|
| D | allocator-inl.h | 178 void FreeListAllocator<T>::Free(uintptr_t begin, size_t size, bool isAdd) in Free()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_mop_split.h | 329 inline void AddSubWithLslSplit(Insn *insn, bool isAdd, bool is64Bits, bool isAfterRegAlloc, InsnBui… in AddSubWithLslSplit()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 41 …tional<IntVal> AddSub(const std::optional<IntVal> &v1, const std::optional<IntVal> &v2, bool isAdd) in AddSub()
|