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

1 2

  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 59 bool SinkInstruction(Instruction *I, SmallPtrSet<Instruction *, 8> &Stores);
137 SmallPtrSet<Instruction *, 8> Stores;
150 if (SinkInstruction(Inst, Stores))
160 SmallPtrSet<Instruction *, 8> &Stores) {
163 Stores.insert(Inst);
169 for (SmallPtrSet<Instruction *, 8>::iterator I = Stores.begin(),
170 E = Stores.end(); I != E; ++I)
198 // We cannot sink a load across a critical edge - there may be stores in
223 SmallPtrSet<Instruction *, 8> &Stores) {
232 if (!isSafeToMove(Inst, AA, Stores))
    [all...]
Scalarizer.cpp 172 // This is disabled by default because having separate loads and stores makes
619 ValueVector Stores;
620 Stores.resize(NumElems);
623 Stores[I] = Builder.CreateAlignedStore(Val[I], Ptr[I], Align);
625 transferMetadata(&SI, Stores);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
serializer.js 21 * Stores state variables in a provided object.
navigation_shifter.js 86 * Stores state variables in a provided object.
history.js 7 * @fileoverview Stores the history of a ChromeVox session.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
background.js 8 * Stores a state every time an "active" event is sent, up to 20 items.
  /external/oprofile/events/mips/r10000/
events 11 event:0x03 counters:0 um:zero minimum:500 name:STORES_ISSUED : Stores issued
12 event:0x03 counters:1 um:zero minimum:500 name:STORES_GRADUATED : Stores graduated
34 event:0x0e counters:1 um:zero minimum:500 name:STORES_OR_STORE_PREF_TO_CLEANEXCLUSIVE_SCACHE_BLOCKS : Stores or prefetches with store hint to CleanExclusive secondary cache blocks
36 event:0x0f counters:1 um:zero minimum:500 name:STORES_OR_STORE_PREF_TO_SHD_SCACHE_BLOCKS : Stores or prefetches with store hint to Shared secondary cache blocks
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 147 SetVector<Value *> Stores;
159 Stores.insert(&*I);
220 for (SetVector<Value *>::iterator I2 = Stores.begin(), E2 = Stores.end();
245 for (SetVector<Value *>::iterator I1 = Stores.begin(), E = Stores.end();
247 for (SetVector<Value *>::iterator I2 = Stores.begin(); I2 != I1; ++I2) {
  /external/chromium_org/ui/file_manager/video_player/js/
background.js 7 // Stores the app windows OLNY for test purpose.
84 // Stores the window for test purpose.
  /external/oprofile/events/mips/5K/
events 10 event:0x3 counters:0,1 um:zero minimum:500 name:STORES_EXECED : Stores (including conditional stores) executed
11 event:0x4 counters:0,1 um:zero minimum:500 name:COND_STORES_EXECED : Conditional stores executed
17 event:0x5 counters:0 um:zero minimum:500 name:FAILED_COND_STORES : Failed conditional stores
  /external/chromium_org/third_party/skia/tools/lua/
bbh_filter.lua 32 output = {} -- Stores {fileName, {verb, count}} tables.
  /external/skia/tools/lua/
bbh_filter.lua 32 output = {} -- Stores {fileName, {verb, count}} tables.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 394 * Stores an OAuth token for the configured scope.
410 * Stores an OAuth token secret for the configured scope.
499 * Called when a request token has been returned. Stores the request token
566 * Called when an access token has been returned. Stores the access token and
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 394 * Stores an OAuth token for the configured scope.
410 * Stores an OAuth token secret for the configured scope.
499 * Called when a request token has been returned. Stores the request token
566 * Called when an access token has been returned. Stores the access token and
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 616 SmallVector<SDValue, 8> Stores;
629 Stores.push_back(Store);
631 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores);
    [all...]
LegalizeDAG.cpp 304 /// ExpandUnalignedStore - Expands an unaligned store to 2 half-size stores.
309 "unaligned indexed stores not implemented!");
324 // FIXME: Does not handle truncating floating point stores!
332 // to the final destination using (unaligned) integer loads and stores.
350 SmallVector<SDValue, 8> Stores;
360 Stores.push_back(DAG.getStore(Load.getValue(1), dl, Load, Ptr,
382 Stores.push_back(DAG.getTruncStore(Load.getValue(1), dl, Load, Ptr,
389 // The order of the stores doesn't matter - say it with a TokenFactor.
390 SDValue Result = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores);
457 // loads and stores, then do a (aligned) load from the stack slot
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 10 // stores that can be put together into vector-stores. Next, it attempts to
813 // Check if it is safe to sink the loads or the stores.
    [all...]
LoopVectorize.cpp 193 /// The number of stores in a loop that are allowed to need predication.
195 "vectorize-num-stores-pred", cl::init(1), cl::Hidden,
196 cl::desc("Max number of stores to be predicated behind an if."));
203 "enable-cond-stores-vec", cl::init(false), cl::Hidden,
204 cl::desc("Enable if predication of stores during vectorization."));
395 /// The unroll factor. Each entry in the map stores this number of vector
757 /// compare instruction to the select instruction and stores this pointer in
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox.js 232 * Stores state variables in a provided object.
key_sequence.js 69 * Stores the key codes and modifiers for the keys in the key sequence.
  /external/chromium_org/chrome/test/chromedriver/js/
call_function.js 51 * Stores a given item in the cache and returns a unique ID.
  /external/oprofile/events/mips/24K/
events 31 event:0xd counters:0 um:zero minimum:500 name:STORE_MISS_INSNS : 13-0 Cacheable stores that miss in the cache
96 event:0x40e counters:1 um:zero minimum:500 name:FPU_INSNS : 14-1 FPU instructions completed (not including loads/stores)
97 event:0x40f counters:1 um:zero minimum:500 name:STORE_INSNS : 15-1 Stores completed (including FP)
114 event:0x423 counters:1 um:zero minimum:500 name:CP2_TO_FROM_INSNS : 35-1 CP2 to/from instructions (moves, control, loads, stores)
  /external/oprofile/events/mips/34K/
events 31 event:0xd counters:0 um:zero minimum:500 name:STORE_MISS_INSNS : 13-0 Cacheable stores that miss in the cache
104 event:0x40e counters:1 um:zero minimum:500 name:FPU_INSNS : 14-1 FPU instructions completed (not including loads/stores)
105 event:0x40f counters:1 um:zero minimum:500 name:STORE_INSNS : 15-1 Stores completed (including FP)
125 event:0x423 counters:1 um:zero minimum:500 name:CP2_TO_FROM_INSNS : 35-1 CP2 to/from instructions (moves, control, loads, stores)
  /external/chromium_org/extensions/renderer/resources/
binding.js 23 // Stores the name and definition of each API function, with methods to
  /external/oprofile/events/mips/1004K/
events 31 event:0xd counters:0 um:zero minimum:500 name:STORE_MISS_INSNS : 13-0 Cacheable stores that miss in the cache
112 event:0x40e counters:1 um:zero minimum:500 name:FPU_INSNS : 14-1 FPU instructions completed (not including loads/stores)
113 event:0x40f counters:1 um:zero minimum:500 name:STORE_INSNS : 15-1 Stores completed (including FP)
133 event:0x423 counters:1 um:zero minimum:500 name:CP2_TO_FROM_INSNS : 35-1 CP2 to/from instructions (moves, control, loads, stores)

Completed in 973 milliseconds

1 2