HomeSort by relevance Sort by last modified time
    Searched refs:Live (Results 1 - 20 of 20) 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.
147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) {
148 if (Live.isLive(D))
157 // Treat all VarDecls that occur in EH code as being "always live"
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);
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 86 enum Liveness { Live, MaybeLive };
99 /// arguments it uses. This allows the MaybeLive values to be marked live
100 /// when any of its users is marked live.
117 /// This set contains all values that have been determined to be live.
388 /// live, it adds Use to the MaybeLiveUses argument. Returns the determined
391 // We're live if our use or its Function is already marked as live.
393 return Live;
395 // We're maybe live otherwise, but remember that we must become live i
    [all...]
  /device/htc/flounder/
aosp_flounder.mk 24 # Live Wallpapers
aosp_flounder_64_only.mk 24 # Live Wallpapers
  /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/components/test/data/password_manager/
tests.py 226 class Live(WebsiteTest):
229 self.GoTo("https://login.live.com")
312 environment.AddWebsiteTest(Live("live", username_not_auto=True),
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions_deprecated.js 6 * @fileoverview Keeps track of live regions on the page and speaks updates
26 * An array of all of the elements on the page that are live regions.
33 * each live region, represented as an array of NavDescriptions.
44 * Time in milliseconds after initial page load to ignore live region
53 * @param {Date} pageLoadTime The time the page was loaded. Live region
55 * @param {number} queueMode Interrupt or flush. Polite live region
81 * Speak relevant changes to a live region.
83 * @param {Node} region The live region node that changed.
84 * @param {number} queueMode Interrupt or queue. Polite live region
140 // Create maps of values in the live region for fast hash lookup
    [all...]
live_regions.js 6 * @fileoverview Keeps track of live regions on the page and speaks updates
33 * Time in milliseconds after initial page load to ignore live region
43 * mutation. Needed to allow live regions to fade in and have an initial
57 * Maximum time interval in which to discard duplicate live region announcement.
64 * Maximum time interval in which to discard duplicate live region announcement
83 * @param {Date} pageLoadTime The time the page was loaded. Live region
85 * @param {number} queueMode Interrupt or flush. Polite live region
101 // Speak any live regions already on the page. The logic below will
146 * See if any mutations pertain to a live region, and speak them if so.
153 * A callback function that handles each live region description found
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js 203 'num_live': 'Live Entries',
  /external/chromium_org/third_party/usb_ids/
usb.ids 1154 3040 SoundBlaster Live! 24-bit External SB0490
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 95 "How Android activities live and die and how to create
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 1009 milliseconds