Searched refs:branch_info (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_branches.c44 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;
H A Dr500_fragprog_emit.c57 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,
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc208 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_;
H A Dmacro-assembler-aarch64.h338 void insert(BranchInfo branch_info) { argument
339 ImmBranchType type = branch_info.branch_type_;
341 typed_set_[BranchIndexFromType(type)].insert(branch_info);
344 void erase(BranchInfo branch_info) { argument
345 if (IsValidBranchType(branch_info.branch_type_)) {
347 BranchInfoSet::BranchIndexFromType(branch_info.branch_type_);
348 typed_set_[index].erase(branch_info);
3484 GetKey(const aarch64::VeneerPool::BranchInfo& branch_info) { argument
3485 return branch_info.first_unreacheable_pc_;
3494 SetKey(aarch64::VeneerPool::BranchInfo* branch_info, ptrdiff_ argument
[all...]

Completed in 118 milliseconds