Home
last modified time | relevance | path

Searched refs:reg_option (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translator.h398 if (auto reg_option = gp_allocator_.AllocTemp()) { in AllocTempReg() local
399 return reg_option.value(); in AllocTempReg()
406 if (auto reg_option = simd_allocator_.AllocTemp()) { in AllocTempSimdReg() local
407 return reg_option.value(); in AllocTempSimdReg()