HomeSort by relevance Sort by last modified time
    Searched full:lowered (Results 26 - 50 of 268) sorted by null

12 3 4 5 6 7 8 91011

  /external/mesa3d/src/glsl/tests/lower_jumps/
return_non_void_at_end_of_loop_lower_return_and_break.opt_test 6 # properly lowered.
lower_breaks_6.opt_test 7 # needs to be lowered, because it will no longer be at the end
lower_returns_3.opt_test 7 # In this case, the latter return needs to be lowered because it
lower_unified_returns.opt_test 7 # outside the if and then properly lowered.
create_test_cases.py 367 In this case, the latter return needs to be lowered because it
387 doc_string = """Test that returns are properly lowered when they occur in
408 outside the if and then properly lowered.
462 it, it should not be lowered."""
472 it should not be lowered if it is in the then-clause.
483 it should not be lowered if it is in the then-clause, even if
496 it should not be lowered if it is in the else-clause.
507 it should not be lowered if it is in the else-clause, even if
521 needs to be lowered, because it will no longer be at the end
545 lowered, however if the conditional break gets placed insid
    [all...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_style_shorthands.py 78 lowered = string[0].lower() + string[1:]
79 lowered = lowered.replace("cSS", "css")
80 return lowered
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/
lower_breaks_6.opt_test 7 # needs to be lowered, because it will no longer be at the end
lower_returns_3.opt_test 7 # In this case, the latter return needs to be lowered because it
lower_unified_returns.opt_test 7 # outside the if and then properly lowered.
create_test_cases.py 367 In this case, the latter return needs to be lowered because it
387 doc_string = """Test that returns are properly lowered when they occur in
408 outside the if and then properly lowered.
462 it, it should not be lowered."""
472 it should not be lowered if it is in the then-clause.
483 it should not be lowered if it is in the then-clause, even if
496 it should not be lowered if it is in the else-clause.
507 it should not be lowered if it is in the else-clause, even if
521 needs to be lowered, because it will no longer be at the end
545 lowered, however if the conditional break gets placed insid
    [all...]
  /external/llvm/test/CodeGen/R600/
icmp-select-sete-reverse-args.ll 3 ;Test that a select with reversed True/False values is correctly lowered
fcmp.ll 17 ; This test checks that a setcc node with f32 operands is lowered to a
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_jumps.cpp 42 * Continues are lowered by adding a per-loop "execute flag", initialized to
45 * Breaks are lowered to continues, plus setting a "break flag" that is checked
48 * Returns are lowered to breaks/continues, plus adding a "return flag" that
71 * lowered: jumps with higher strength tend to be lowered to jumps of
83 * - It ignores discard instructions, since they are lowered by a
138 /* minimum jump strength (of lowered IR, not pre-lowering IR)
164 /* used to avoid lowering the break used to represent lowered breaks */
373 * it, even though should_lower_jump() says it needn't be lowered.
564 * jump will be visited next, and it will be lowered i
634 ir_loop_jump* lowered = 0; local
    [all...]
lower_clip_distance.cpp 142 * creating expressions to calculate the lowered indices. Just create
208 * Each of these assignments is lowered to refer to gl_ClipDistanceMESA as
271 * and/or from gl_ClipDistance. Each of these assignments is then lowered to
308 * gets lowered.
321 * afterwards to make sure it gets lowered.
  /external/mesa3d/src/glsl/
lower_jumps.cpp 42 * Continues are lowered by adding a per-loop "execute flag", initialized to
45 * Breaks are lowered to continues, plus setting a "break flag" that is checked
48 * Returns are lowered to breaks/continues, plus adding a "return flag" that
71 * lowered: jumps with higher strength tend to be lowered to jumps of
83 * - It ignores discard instructions, since they are lowered by a
138 /* minimum jump strength (of lowered IR, not pre-lowering IR)
164 /* used to avoid lowering the break used to represent lowered breaks */
373 * it, even though should_lower_jump() says it needn't be lowered.
564 * jump will be visited next, and it will be lowered i
634 ir_loop_jump* lowered = 0; local
    [all...]
lower_clip_distance.cpp 142 * creating expressions to calculate the lowered indices. Just create
208 * Each of these assignments is lowered to refer to gl_ClipDistanceMESA as
271 * and/or from gl_ClipDistance. Each of these assignments is then lowered to
308 * gets lowered.
321 * afterwards to make sure it gets lowered.
  /external/llvm/test/CodeGen/X86/
2010-10-08-cmpxchg8b.ll 4 ; On i386, i64 cmpxchg is lowered during legalize types to extract the
vec_ins_extract-1.ll 3 ; Inserts and extracts with variable indices must be lowered
2008-08-31-EH_RETURN32.ll 1 ; Check that eh_return & unwind_init were properly lowered
tailcallstack64.ll 7 ; Check that lowered arguments on the stack do not overwrite each other.
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 97 /// \brief Estimate the cost of a specific operation when lowered.
114 /// \brief Estimate the cost of a GEP operation when lowered.
122 /// \brief Estimate the cost of a function call when lowered.
133 /// \brief Estimate the cost of calling a specific function when lowered.
139 /// \brief Estimate the cost of calling a specific function when lowered.
145 /// \brief Estimate the cost of an intrinsic when lowered.
151 /// \brief Estimate the cost of an intrinsic when lowered.
157 /// \brief Estimate the cost of a given IR user when lowered.
160 /// lowered. It has two primary advantages over the \c getOperationCost and
  /external/chromium_org/base/process/
process.h 54 // of the process will be lowered. If value is false, the priority
  /dalvik/vm/compiler/codegen/x86/
LowerConst.cpp 21 Functions are called from the lowered native sequence:
43 //! Since the register allocator does not handle control flow within the lowered native sequence,
180 //! Since the register allocator does not handle control flow within the lowered native sequence,
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
FaultHeightMap.java 42 * lowered.
49 * Values on one side are lowered, on the other side increased,
54 * Values on one side are lowered, then increase lineary while crossing
60 * Values are lowered on one side, increased on the other, creating a
65 * Value are lowered on both side, but increased on the fault line
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.h 36 /// implicit parameters are lowered to load instructions which retreive the

Completed in 279 milliseconds

12 3 4 5 6 7 8 91011