HomeSort by relevance Sort by last modified time
    Searched refs:lowered (Results 1 - 25 of 32) sorted by null

1 2

  /prebuilts/go/darwin-x86/test/fixedbugs/
gcc61246.go 8 // conditions were lowered into temporaries.
issue13160.go 43 // (This is a magic loop that gets lowered to memclr.)
  /prebuilts/go/linux-x86/test/fixedbugs/
gcc61246.go 8 // conditions were lowered into temporaries.
issue13160.go 43 // (This is a magic loop that gets lowered to memclr.)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
lower.go 21 continue // lowered
32 s := "not lowered: " + v.String() + ", " + v.Op.String() + " " + v.Type.SimpleString()
compile.go 357 {name: "lowered cse", fn: cse},
358 {name: "lowered deadcode", fn: deadcode, required: true},
422 {"lowered deadcode", "checkLower"},
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
lower.go 21 continue // lowered
32 s := "not lowered: " + v.String() + ", " + v.Op.String() + " " + v.Type.SimpleString()
compile.go 357 {name: "lowered cse", fn: cse},
358 {name: "lowered deadcode", fn: deadcode, required: true},
422 {"lowered deadcode", "checkLower"},
  /external/elfutils/libdwfl/
linux-pid-attach.c 138 bool lowered = (addr & 4) != 0; local
139 if (lowered)
148 if (! lowered)
151 if (lowered)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
racewalk.go 354 // lowered to call
358 // lowered to PTRLIT
359 OCLOSURE, // lowered to PTRLIT
360 ORANGE, // lowered to ordinary for loop
361 OARRAYLIT, // lowered to assignments
369 yyerror("instrument: %v must be lowered by now", n.Op)
415 ODOTMETH, // either part of CALLMETH or CALLPART (lowered to PTRLIT)
syntax.go 369 OCOMPLIT // Right{List} (composite literal, not yet lowered to specific form)
esc.go     [all...]
walk.go 733 // Otherwise, lowered for race detector.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
racewalk.go 354 // lowered to call
358 // lowered to PTRLIT
359 OCLOSURE, // lowered to PTRLIT
360 ORANGE, // lowered to ordinary for loop
361 OARRAYLIT, // lowered to assignments
369 yyerror("instrument: %v must be lowered by now", n.Op)
415 ODOTMETH, // either part of CALLMETH or CALLPART (lowered to PTRLIT)
syntax.go 369 OCOMPLIT // Right{List} (composite literal, not yet lowered to specific form)
esc.go     [all...]
  /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...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
verify.go 483 lowered := toLowerCaseASCII(h)
487 if matchHostnames(toLowerCaseASCII(match), lowered) {
492 } else if matchHostnames(toLowerCaseASCII(c.Subject.CommonName), lowered) {
  /prebuilts/go/linux-x86/src/crypto/x509/
verify.go 483 lowered := toLowerCaseASCII(h)
487 if matchHostnames(toLowerCaseASCII(match), lowered) {
492 } else if matchHostnames(toLowerCaseASCII(c.Subject.CommonName), lowered) {
  /external/ImageMagick/www/api/
decorate.php 155 <dd>A value other than zero creates a 3-D raise effect, otherwise it has a lowered effect. </dd>
  /prebuilts/go/darwin-x86/src/runtime/
runtime1.go 447 // int64 division is lowered into _divv() call on 386, which does not fit into nosplit functions.
  /prebuilts/go/linux-x86/src/runtime/
runtime1.go 447 // int64 division is lowered into _divv() call on 386, which does not fit into nosplit functions.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cgraph.h 257 /* Set once the function is lowered (i.e. its CFG is built). */
258 unsigned lowered : 1;
665 /* Initialize datastructures so DECL is a function in lowered gimple form.
    [all...]
  /prebuilts/go/darwin-x86/src/database/sql/
sql_test.go     [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql_test.go     [all...]

Completed in 1643 milliseconds

1 2