OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Live
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_variable.h
51
struct live_intervals
Live
[4];
radeon_variable.c
144
* Compute the
live
intervals for var and its friends.
159
/* Extend the
live
interval of T0 to the start of the
173
/* Extend the
live
interval of T0 to the start of the
186
* Extend the
live
interval of T0 to the end of the
214
if (!var->
Live
[chan].Used
215
|| chan_start < var->
Live
[chan].Start) {
216
var->
Live
[chan].Start =
219
if (!var->
Live
[chan].Used
220
|| chan_end > var->
Live
[chan].End) {
221
var->
Live
[chan].End = chan_end
[
all
...]
radeon_pair_regalloc.c
51
struct live_intervals
Live
[4];
178
reg->
Live
[i].Used = 1;
179
reg->
Live
[i].Start = 0;
180
reg->
Live
[i].End =
563
/* Compute the
live
intervals */
598
/* Calculate
live
intervals for input registers */
617
if (s->Input[i].
Live
[chan].Used) {
650
if (overlap_live_intervals_array(var_a->
Live
, var_b->
Live
)) {
671
if (overlap_live_intervals_array(s->Input[i].
Live
,
[
all
...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.h
51
struct live_intervals
Live
[4];
radeon_variable.c
144
* Compute the
live
intervals for var and its friends.
159
/* Extend the
live
interval of T0 to the start of the
173
/* Extend the
live
interval of T0 to the start of the
186
* Extend the
live
interval of T0 to the end of the
214
if (!var->
Live
[chan].Used
215
|| chan_start < var->
Live
[chan].Start) {
216
var->
Live
[chan].Start =
219
if (!var->
Live
[chan].Used
220
|| chan_end > var->
Live
[chan].End) {
221
var->
Live
[chan].End = chan_end
[
all
...]
radeon_pair_regalloc.c
51
struct live_intervals
Live
[4];
178
reg->
Live
[i].Used = 1;
179
reg->
Live
[i].Start = 0;
180
reg->
Live
[i].End =
563
/* Compute the
live
intervals */
598
/* Calculate
live
intervals for input registers */
617
if (s->Input[i].
Live
[chan].Used) {
650
if (overlap_live_intervals_array(var_a->
Live
, var_b->
Live
)) {
671
if (overlap_live_intervals_array(s->Input[i].
Live
,
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp
11
// stores to variables that are no longer
live
.
146
bool isLive(const LiveVariables::LivenessValues &
Live
, const VarDecl *D) {
147
if (
Live
.isLive(D))
156
// Treat all VarDecls that occur in EH code as being "always
live
"
208
const LiveVariables::LivenessValues &
Live
) {
217
if (!isLive(
Live
, VD) &&
227
const LiveVariables::LivenessValues&
Live
) {
229
CheckVarDecl(VD, DR, Val, dsk,
Live
);
256
const LiveVariables::LivenessValues &
Live
) {
294
CheckVarDecl(VD, DR, B->getRHS(), dsk,
Live
);
[
all
...]
/external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp
89
enum Liveness {
Live
, MaybeLive };
102
/// arguments it uses. This allows the MaybeLive values to be marked
live
103
/// when any of its users is marked
live
.
120
/// This set contains all values that have been determined to be
live
.
410
///
live
, it adds Use to the MaybeLiveUses argument. Returns the determined
413
// We're
live
if our use or its Function is already marked as
live
.
415
return
Live
;
417
// We're maybe
live
otherwise, but remember that we must become
live
i
[
all
...]
/device/samsung/manta/
full_manta.mk
24
#
Live
Wallpapers
/external/llvm/lib/CodeGen/
LiveVariables.cpp
1
//===-- LiveVariables.cpp -
Live
Variable Analysis for Machine Code -------===//
17
// This class computes
live
variables using a sparse implementation based on
18
// the machine code SSA form. This class computes
live
variable information for
20
// uses the dominance properties of SSA form to efficiently compute
live
22
//
live
within a single basic block (allowing it to do a single local analysis
47
"
Live
Variable Analysis", false, false)
50
"
Live
Variable Analysis", false, false)
109
return; // We already know the block is
live
142
//
live
range by updating the kill instruction.
176
// Update all dominating blocks to mark them as "known
live
"
[
all
...]
/external/chromium_org/third_party/usb_ids/
usb.ids
1154
3040 SoundBlaster
Live
! 24-bit External SB0490
[
all
...]
/external/bison/build-aux/
texinfo.tex
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex
[
all
...]
Completed in 1051 milliseconds