HomeSort by relevance Sort by last modified time
    Searched defs:branch_info (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 57 struct branch_info { struct
80 struct branch_info * Branches;
463 struct branch_info * branch;
546 memory_pool_array_reserve(&s->C->Pool, struct branch_info,
radeon_emulate_branches.c 44 struct branch_info { struct
52 struct branch_info * Branches;
60 struct branch_info * branch;
63 memory_pool_array_reserve(&s->C->Pool, struct branch_info,
69 memset(branch, 0, sizeof(struct branch_info));
90 struct branch_info * branch;
199 struct branch_info * branch;
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 208 BranchInfo branch_info = BranchInfo(branch_pos, label, branch_type); local
209 unresolved_branches_.insert(branch_info);
230 BranchInfo branch_info(link_offset, label, link->GetBranchType());
231 unresolved_branches_.erase(branch_info);
281 BranchInfo* branch_info = it.Current(); local
282 if (ShouldEmitVeneer(branch_info->first_unreacheable_pc_,
288 ptrdiff_t branch_pos = branch_info->pc_offset_;
290 Label* label = branch_info->label_;
    [all...]

Completed in 551 milliseconds