Searched refs:Live (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.h51 struct live_intervals Live[4]; member in struct:rc_variable
H A Dradeon_variable.c214 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;
223 var->Live[chan].Used = 1;
528 var->Live[i].Start, var->Live[i].End);
H A Dradeon_pair_regalloc.c51 struct live_intervals Live[4]; member in struct:register_info
178 reg->Live[i].Used = 1;
179 reg->Live[i].Start = 0;
180 reg->Live[i].End =
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,
672 var->Live)) {
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.h51 struct live_intervals Live[4]; member in struct:rc_variable
H A Dradeon_variable.c214 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;
223 var->Live[chan].Used = 1;
528 var->Live[i].Start, var->Live[i].End);
H A Dradeon_pair_regalloc.c51 struct live_intervals Live[4]; member in struct:register_info
178 reg->Live[i].Used = 1;
179 reg->Live[i].Start = 0;
180 reg->Live[i].End =
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,
672 var->Live)) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp146 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { argument
147 if (Live.isLive(D))
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);
308 CheckDeclRef(DR, U, DeadIncrement, Live);
344 if (!isLive(Live,
206 CheckVarDecl(const VarDecl *VD, const Expr *Ex, const Expr *Val, DeadStoreKind dsk, const LiveVariables::LivenessValues &Live) argument
226 CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, const LiveVariables::LivenessValues& Live) argument
255 observeStmt(const Stmt *S, const CFGBlock *block, const LiveVariables::LivenessValues &Live) argument
[all...]
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp89 enum Liveness { Live, MaybeLive }; enumerator in enum:__anon21562::DAE::Liveness
415 return Live;
458 if (Result == Live)
477 return Live;
490 return Live;
497 /// the result is Live, MaybeLiveUses might be modified but its content should
506 if (Result == Live)
583 if (RetValLiveness[Idx] != Live) {
585 if (RetValLiveness[Idx] == Live)
592 RetValLiveness[i] = Live;
[all...]
/external/llvm/lib/CodeGen/
H A DLiveVariables.cpp1 //===-- LiveVariables.cpp - Live Variable Analysis for Machine Code -------===//
47 "Live Variable Analysis", false, false)
50 "Live Variable Analysis", false, false)
446 SmallSet<unsigned, 32> Live; local
450 Live.insert(*SubRegs);
460 if (Live.count(SubReg))
465 Live.insert(*SS);
476 if (!Live.count(SubReg))
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids1154 3040 SoundBlaster Live! 24-bit External SB0490
1190 4029 Webcam Live!
1194 4036 Webcam Live!/Live! Pro
1195 4037 Webcam Live!
1197 4039 Webcam Live! Effects
1200 403c Webcam Live! Ultra
1203 4041 Webcam Live! Motion
1205 4045 Live! Cam Voice
1206 4049 Live! Ca
[all...]
/external/bison/build-aux/
H A Dtexinfo.tex8815 % With TeX Live 2008, etex now includes hyphenation patterns for all

Completed in 221 milliseconds