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

1 2

  /prebuilts/go/darwin-x86/test/fixedbugs/
gcc61204.go 7 // PR61204: Making temporaries for zero-sized types caused an ICE in gccgo.
gcc61246.go 8 // conditions were lowered into temporaries.
  /prebuilts/go/linux-x86/test/fixedbugs/
gcc61204.go 7 // PR61204: Making temporaries for zero-sized types caused an ICE in gccgo.
gcc61246.go 8 // conditions were lowered into temporaries.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
order.go 17 // Introduce temporaries as needed by runtime routines.
20 // by copying them to temporaries as needed.
30 // should be moved into this file, so that the temporaries can be cleaned
32 // nodes can be made explicit and then have their temporaries cleaned.
37 // But it won't reuse temporaries as aggressively as it might, and
175 // of ordinary stack variables, those are not 'isaddrokay'. Temporaries are okay,
177 // temporaries' lifetimes.
199 // Poptemp pops temporaries off the stack until reaching the mark,
269 // insert new temporaries from order
388 // Ordermapassign appends n to order->out, introducing temporaries
    [all...]
racewalk.go 155 // The assignments are to temporaries, so they cannot
inl.go 619 // temporaries for return values.
typecheck.go 1285 // (in particular, the exact time of the function call) by introducing temporaries.
1287 // and we want to avoid the temporaries, so we do the rewrite earlier than is typical.
    [all...]
plive.go     [all...]
ssa.go     [all...]
walk.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
order.go 17 // Introduce temporaries as needed by runtime routines.
20 // by copying them to temporaries as needed.
30 // should be moved into this file, so that the temporaries can be cleaned
32 // nodes can be made explicit and then have their temporaries cleaned.
37 // But it won't reuse temporaries as aggressively as it might, and
175 // of ordinary stack variables, those are not 'isaddrokay'. Temporaries are okay,
177 // temporaries' lifetimes.
199 // Poptemp pops temporaries off the stack until reaching the mark,
269 // insert new temporaries from order
388 // Ordermapassign appends n to order->out, introducing temporaries
    [all...]
racewalk.go 155 // The assignments are to temporaries, so they cannot
inl.go 619 // temporaries for return values.
typecheck.go 1285 // (in particular, the exact time of the function call) by introducing temporaries.
1287 // and we want to avoid the temporaries, so we do the rewrite earlier than is typical.
    [all...]
plive.go     [all...]
ssa.go     [all...]
  /prebuilts/go/darwin-x86/test/
live.go 251 // Checking that various temporaries do not persist or cause
290 // key and value temporaries
387 // so that the temporaries do not stack and do not cause ambiguously
526 // temporaries introduced during if conditions and && || expressions
  /prebuilts/go/linux-x86/test/
live.go 251 // Checking that various temporaries do not persist or cause
290 // key and value temporaries
387 // so that the temporaries do not stack and do not cause ambiguously
526 // temporaries introduced during if conditions and && || expressions
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.h 317 VariableArray temporaries; member in class:glsl::OutputASM
OutputASM.cpp 357 free(temporaries, temporary);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mbitmap.go 96 // to reduce the number of temporaries generated by the
108 // to reduce the number of temporaries generated by the
118 // to reduce the number of temporaries generated by the
132 // to reduce the number of temporaries generated by the
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mbitmap.go 96 // to reduce the number of temporaries generated by the
108 // to reduce the number of temporaries generated by the
118 // to reduce the number of temporaries generated by the
132 // to reduce the number of temporaries generated by the
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]

Completed in 2040 milliseconds

1 2