Searched defs:reg (Results 1 – 7 of 7) sorted by relevance
75 static void region_list_remove(struct region_list *list, struct region *reg) in region_list_remove()93 static void region_list_append(struct region_list *list, struct region *reg) in region_list_append()133 struct region *reg; in append_region() local255 struct region *reg = alloc->list.last->prev; in reduce_allocation() local349 struct region *reg; in ext4_allocate_contiguous_blocks() local385 struct region *reg; in ext4_allocate_partial() local424 struct region *reg; in ext4_allocate_multiple_contiguous_blocks() local448 struct region *reg = ext4_allocate_contiguous_blocks(len); in do_allocate() local466 struct region *reg = do_allocate(len); in allocate_blocks() local483 struct region *reg = alloc->list.first; in block_allocation_num_regions() local[all …]
101 int reg = mRegFile.obtain(); in obtain() local105 void recycle(int reg) { in recycle()109 bool isUsed(int reg) { in isUsed()133 int reg = 31 - __builtin_clz(mRegList); in Spill() local145 int reg = 31 - __builtin_clz(mRegList); in ~Spill() local200 : reg(r), flags(f) { in reg() function205 int reg; member
1010 int RegisterAllocator::reserveReg(int reg) in reserveReg()1020 void RegisterAllocator::recycleReg(int reg) in recycleReg()1060 int RegisterAllocator::RegisterFile::reserve(int reg) in reserve()1125 void RegisterAllocator::RegisterFile::recycle(int reg) in recycle()
37 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off argument41 # define cfi_restore(reg) .cfi_restore reg argument
119 for (int reg = 0; reg < 14; reg++) { in dump_memory_and_code() local
241 static void set_reg(unwind_state_t* state, uint32_t reg, uint32_t value) { in set_reg()