Searched refs:Live (Results 1 - 12 of 12) 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.cpp147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { argument
148 if (Live.isLive(D))
210 const LiveVariables::LivenessValues &Live) {
219 if (!isLive(Live, VD) &&
230 const LiveVariables::LivenessValues& Live) {
232 CheckVarDecl(VD, DR, Val, dsk, Live);
259 const LiveVariables::LivenessValues &Live) override {
297 CheckVarDecl(VD, DR, B->getRHS(), dsk, Live);
311 CheckDeclRef(DR, U, DeadIncrement, Live);
345 if (!isLive(Live,
208 CheckVarDecl(const VarDecl *VD, const Expr *Ex, const Expr *Val, DeadStoreKind dsk, const LiveVariables::LivenessValues &Live) argument
229 CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, const LiveVariables::LivenessValues& Live) argument
[all...]
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp86 enum Liveness { Live, MaybeLive }; enumerator in enum:__anon26221::DAE::Liveness
393 return Live;
435 if (Result == Live)
454 return Live;
467 return Live;
474 /// the result is Live, MaybeLiveUses might be modified but its content should
482 if (Result == Live)
564 if (RetValLiveness[Idx] != Live) {
566 if (RetValLiveness[Idx] == Live)
573 RetValLiveness[i] = Live;
[all...]
/external/chromium_org/components/test/data/password_manager/
H A Dtests.py226 class Live(WebsiteTest): class in inherits:WebsiteTest
312 environment.AddWebsiteTest(Live("live", username_not_auto=True),
/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 7464 milliseconds