Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_cfg.cpp57 push_stack(exec_list *list, void *mem_ctx, bblock_t *block) in push_stack() function
204 push_stack(&if_stack, mem_ctx, cur_if); in cfg_t()
205 push_stack(&else_stack, mem_ctx, cur_else); in cfg_t()
266 push_stack(&do_stack, mem_ctx, cur_do); in cfg_t()
267 push_stack(&while_stack, mem_ctx, cur_while); in cfg_t()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_checker.cpp76 void ra_checker::push_stack() { in push_stack() function in r600_sb::ra_checker
231 push_stack(); in run_on()
235 push_stack(); in run_on()
Dsb_pass.h482 void push_stack();
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dregalloc.c244 static void push_stack(struct regalloc_ctx *ctx, unsigned i) in push_stack() function
280 push_stack(ctx, ctx->worklist[ctx->worklist_start++]); in do_regalloc()
302 push_stack(ctx, best_reg); in do_regalloc()
/third_party/python/Lib/idlelib/
Dpyparse.py391 push_stack = stack.append
412 push_stack(p)
/third_party/selinux/checkpolicy/
Dmodule_compiler.c46 static int push_stack(int stack_type, ...);
125 if (push_stack(1, policydbp->global, policydbp->global->branch_list) == in define_policy()
1317 if (push_stack(1, block, decl) == -1) { in begin_optional()
1444 static int push_stack(int stack_type, ...) in push_stack() function