Home
last modified time | relevance | path

Searched defs:paired (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dspill_fills_resolver.cpp90 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/
Dspill_fills_resolver.cpp91 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/
Dmemory_coalescing.cpp655 Inst *paired = nullptr; in InsertPair() local