Searched defs:paired (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | spill_fills_resolver.cpp | 90 static void MarkRegWrite(Location location, ArenaVector<bool> *reg_write, bool paired, size_t offse… in MarkRegWrite() 100 static bool IsRegWrite(Location location, ArenaVector<bool> *reg_write, bool paired, size_t offset) in IsRegWrite() 139 bool paired = IsPairedReg(GetGraph()->GetArch(), sf.GetType()); in NeedToResolve() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | spill_fills_resolver.cpp | 91 static void MarkRegWrite(Location location, ArenaVector<bool> *regWrite, bool paired, size_t offset) in MarkRegWrite() 101 static bool IsRegWrite(Location location, ArenaVector<bool> *regWrite, bool paired, size_t offset) in IsRegWrite() 140 bool paired = IsPairedReg(GetGraph()->GetArch(), sf.GetType()); in NeedToResolve() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | memory_coalescing.cpp | 655 Inst *paired = nullptr; in InsertPair() local
|