OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:counter_var
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_flow.c
226
state->
counter_var
= lp_build_alloca(gallivm, LLVMTypeOf(start), "loop_counter");
229
LLVMBuildStore(builder, start, state->
counter_var
);
235
state->counter = LLVMBuildLoad(builder, state->
counter_var
, "");
255
LLVMBuildStore(builder, next, state->
counter_var
);
265
state->counter = LLVMBuildLoad(builder, state->
counter_var
, "");
303
state->
counter_var
= lp_build_alloca(gallivm, LLVMTypeOf(start), "loop_counter");
308
LLVMBuildStore(builder, start, state->
counter_var
);
312
state->counter = LLVMBuildLoad(builder, state->
counter_var
, "");
328
LLVMBuildStore(builder, next, state->
counter_var
);
lp_bld_flow.h
111
LLVMValueRef
counter_var
;
member in struct:lp_build_loop_state
142
LLVMValueRef
counter_var
;
member in struct:lp_build_for_loop_state
Completed in 526 milliseconds