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

1 2 3

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file.rb 7 purpose: Loads the ANTLR recognition code for ANTLR Template Group files
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 36 // Do repeated 4-byte loads and stores. To be improved.
57 SDValue Loads[MAX_LOADS_IN_LDM];
60 // Emit up to MAX_LOADS_IN_LDM loads, then a TokenFactor barrier, then the
61 // same number of stores. The loads and stores will get combined into
66 Loads[i] = DAG.getLoad(VT, dl, Chain,
71 TFOps[i] = Loads[i].getValue(1);
78 TFOps[i] = DAG.getStore(Chain, dl, Loads[i],
93 // Issue loads / stores for the trailing (1 - 3) bytes.
105 Loads[i] = DAG.getLoad(VT, dl, Chain,
110 TFOps[i] = Loads[i].getValue(1)
    [all...]
  /external/llvm/lib/Analysis/
Android.mk 31 Loads.cpp \
AliasAnalysisEvaluator.cpp 147 SetVector<Value *> Loads;
158 Loads.insert(&*I);
219 for (SetVector<Value *>::iterator I1 = Loads.begin(), E = Loads.end();
  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 51 // node that we cannot have multiple loads. The problem is that the
54 // keep track of and reuse loads we insert.
55 DenseMap<BasicBlock*, Value*> Loads;
58 Value *&V = Loads[PN->getIncomingBlock(i)];
  /external/oprofile/events/i386/westmere/
events 10 event:0x03 counters:0,1,2,3 um:x02 minimum:200000 name:LOAD_BLOCK : Loads that partially overlap an earlier store
13 event:0x06 counters:0,1,2,3 um:store_blocks minimum:200000 name:STORE_BLOCKS : Loads delayed with at-Retirement block code
22 event:0x13 counters:0,1,2,3 um:load_dispatch minimum:2000000 name:LOAD_DISPATCH : All loads dispatched
70 event:0xcb counters:0,1,2,3 um:mem_load_retired minimum:200000 name:MEM_LOAD_RETIRED : Retired loads that miss the DTLB (Precise Event)
unit_masks 130 0x01 demand_i_state L2 data demand loads in I state (misses)
131 0x02 demand_s_state L2 data demand loads in S state
132 0x04 demand_e_state L2 data demand loads in E state
133 0x08 demand_m_state L2 data demand loads in M state
154 0x03 loads L2 requests
188 0x01 rs Loads dispatched that bypass the MOB
189 0x02 rs_delayed Loads dispatched from stage 305
190 0x04 mob Loads dispatched from the MOB
191 0x07 any All loads dispatched
200 0x01 loads Instructions retired which contains a load (Precise Event
    [all...]
  /external/chromium_org/chrome/browser/resources/task_manager/
includes.js 73 * Loads delayed scripts.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/power/
background.js 26 * Loads the locally-saved state asynchronously.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-117794.js 28 // Loads specialized to be from the global object should not omit the
  /external/v8/test/mjsunit/regress/
regress-117794.js 28 // Loads specialized to be from the global object should not omit the
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 38 STATISTIC(LoadsClustered, "Number of loads clustered together");
202 /// ClusterNeighboringLoads - Force nearby loads together by "gluing" them.
203 /// This function finds loads of the same base and different offsets. If the
215 // Look for other loads of the same chain. Find loads that are loading from
231 // optimizations really should have eliminated one of the loads.
248 // Check if the loads are close enough.
249 SmallVector<SDNode*, 4> Loads;
253 Loads.push_back(BaseLoad);
258 break; // Stop right here. Ignore loads that are further away
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 311 // We can only promote this argument if all of the uses are loads, or are GEP
319 // In the former case, invalid loads can happen, but would have happened
320 // anyway, in the latter case, invalid loads won't happen. This prevents us
336 // First, iterate the entry block and mark loads of (geps of) arguments as
348 // This load actually loads (part of) Arg? Check the indices then.
364 // Direct loads are equivalent to a GEP with a single 0 index.
370 // not (GEP+)loads, or any (GEP+)loads that are not safe to promote.
371 SmallVector<LoadInst*, 16> Loads;
378 // Don't hack volatile/atomic loads
    [all...]
  /external/chromium_org/chrome/browser/resources/image_loader/
image_loader_client.js 119 * Loads and resizes and image. Use opt_isValid to easily cancel requests
292 * Loads an image from the cache (if available) or returns null.
340 * Loads and resizes and image. Use opt_isValid to easily cancel requests
image_loader.js 8 * Loads and resizes an image.
  /external/chromium_org/chrome/browser/resources/file_manager/js/
share_client.js 140 * Loads the embedded dialog. Can be called only one.
folder_shortcuts_data_model.js 27 // Loads the contents from the storage to initialize the array.
share_dialog.js 258 // Loads the share widget once all the previous async calls are finished.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 61 EventLogView_Loads_Event_Log=Loads an event log
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 102 * Loads resources for the given query parameters.
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
media_util.js 8 * Loads a thumbnail using provided url. In CANVAS mode, loaded images
124 * Loads and attaches an image.
323 * to wait until the image loads and its dimensions are known, then manually
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_util.js 401 * ImageLoader loads an image from a given URL into a canvas in two steps:
402 * 1. Loads the image into an HTMLImageElement.
434 * Loads an image.
501 // Loads the image. If already loaded, then forces a reload.
556 * @return {boolean} True if loader loads this image.
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
tile_view.js 330 * Loads the image for local tile view box.
407 * Loads the image for drive tile view box.
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 114 * Loads files to upload from background page.
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
prompt.js 15 * Constructs a prompt flow that loads its implementation from an external
173 * Loads and executes the in-line Google Chrome Frame installation flow.

Completed in 983 milliseconds

1 2 3