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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 756 unsigned num_loops = 16 / type.length; local
763 lp_build_const_int32(gallivm, num_loops),
767 lp_build_const_int32(gallivm, num_loops),
769 for (i = 0; i < num_loops; i++) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 756 unsigned num_loops = 16 / type.length; local
763 lp_build_const_int32(gallivm, num_loops),
767 lp_build_const_int32(gallivm, num_loops),
769 for (i = 0; i < num_loops; i++) {
  /external/chromium_org/v8/src/compiler/
scheduler.cc 786 Zone* zone, SpecialRPOStackFrame* queue, int num_loops, int num_blocks,
788 LoopInfo* loops = zone->NewArray<LoopInfo>(num_loops);
789 memset(loops, 0, num_loops * sizeof(LoopInfo));
832 static void PrintRPO(int num_loops, LoopInfo* loops, BasicBlockVector* order) {
833 PrintF("-- RPO with %d loops ", num_loops);
834 if (num_loops > 0) {
836 for (int i = 0; i < num_loops; i++) {
848 for (int i = 0; i < num_loops; i++) {
863 static void VerifySpecialRPO(int num_loops, LoopInfo* loops,
868 for (int i = 0; i < num_loops; i++)
948 int num_loops = 0; local
    [all...]

Completed in 99 milliseconds