HomeSort by relevance Sort by last modified time
    Searched refs:Uses (Results 26 - 50 of 60) sorted by null

12 3

  /external/llvm/test/MC/ARM/
arm-shift-encoding.s 63 @ Uses printAddrMode2OffsetOperand(), used by LDRBT_POST_IMM LDRBT_POST_REG
78 @ Uses printSORegImmOperand(), used by ADCrsi ADDrsi ANDrsi BICrsi EORrsi
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 283 // One of the uses is killed before the destination.
311 /// noUseAfterLastDef - Return true if there are no intervening uses between the
408 // All uses of physical registers are likely to be kills.
432 /// isTwoAddrUse - Return true if the specified MI uses the specified register
513 // general, we want no uses between this instruction and the definition of
565 // Since there are no intervening uses for both registers, then commute
640 // uses RegB, convertToThreeAddress must have created more
658 /// scanUses - Scan forward recursively for only uses, update maps if the use
796 SmallSet<unsigned, 2> Uses;
809 Uses.insert(MOReg)
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 836 /// DiagnoseUninitializedUse -- Helper function for diagnosing uses of an
838 /// emitted for particular types of uses. Returns true if the use was diagnosed
1338 UsesMap *uses; member in class:__anon22611::UninitValsDiagReporter
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
search_tools.js 7 * @fileoverview Uses ChromeVox API to access the search tools menu.
search.js 7 * @fileoverview Uses ChromeVox API to enhance the search experience.
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 98 /// for other target specific uses.
202 /// and uses of a register within the MachineFunction that corresponds to this
204 template<bool Uses, bool Defs, bool SkipDebug,
207 template<bool Uses, bool Defs, bool SkipDebug,
219 /// reg_iterator/reg_begin/reg_end - Walk all defs and uses of the specified
232 /// reg_instr_iterator/reg_instr_begin/reg_instr_end - Walk all defs and uses
249 /// reg_bundle_iterator/reg_bundle_begin/reg_bundle_end - Walk all defs and uses
269 /// reg_nodbg_iterator/reg_nodbg_begin/reg_nodbg_end - Walk all defs and uses
287 /// all defs and uses of the specified register, stepping by MachineInstr,
305 /// all defs and uses of the specified register, stepping by bundle
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
layout_tests_mover.py 273 children of <origin> into <destination>. Uses relative paths.
  /external/chromium_org/v8/src/compiler/
schedule.h 100 typedef Uses Successors;
103 Successors successors() { return static_cast<Successors>(uses()); }
scheduler.cc 147 for (UseIter i = node->uses().begin(); i != node->uses().end(); ++i) {
470 Trace("------------------- PREPARE USES ------------------\n");
471 // Count the uses of every node, it will be used to ensure that all of a
472 // node's uses are scheduled before the node itself.
491 // If all the uses of a node have been scheduled, then the node itself can
498 // Determine the dominating block for all of the uses of this node. It is
501 for (Node::Uses::iterator i = node->uses().begin(); i != node->uses().end()
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
apmtest.m 7 % 'show' Uses spclab to show the test case specified by the
  /external/chromium_org/ui/keyboard/resources/elements/
kb-shift-key.js 30 * Uses a closure to define one long press timer among all shift keys
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 7 % 'show' Uses spclab to show the test case specified by the
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 123 SmallSet<uint16_t, 8> Uses;
132 Uses.insert(*AI);
137 if (!Uses.count(*CS))
659 // more than 4K bytes on the stack. Windows uses __chkstk and cygwin/mingw
660 // uses __alloca. __alloca and the 32-bit version of __chkstk will probe the
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
jsc_view.py 64 '''Uses a Model from the JSON Schema Compiler and generates a dict that
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 329 /// Update future uses of the base register with the offset introduced
337 assert(isThumb1 && "Can only update base register uses for Thumb1!");
529 // future uses of the base with the added offset (if possible), or reset
556 /// be placed at RangeEnd, and so any uses of this definition between RangeStart
560 /// uses we find is a kill. Unfortunately MemOps is not sorted by Position, so
561 /// we must consider all uses and decide which are relevant in a second pass.
565 std::map<unsigned, MachineOperand *> Uses;
568 // First we find all uses of this register with Position between RangeBegin
569 // and RangeEnd, any or all of these could be uses of a definition at
592 Uses[MIPosition] = UseOp
    [all...]
  /external/chromium_org/remoting/webapp/
oauth2.js 9 * Uses a content script to trampoline the OAuth redirect page back into the
14 // TODO(jamiewalch): Delete this code once Chromoting is a v2 app and uses the
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 13 /// convert uses of an element (or set of elements) of an alloca into a vector
71 STATISTIC(NumAllocaPartitionUses, "Number of alloca partition uses rewritten");
72 STATISTIC(MaxUsesPerAllocaPartition, "Maximum number of uses of a partition");
209 /// various uses. If a pointer escapes, we can't fully build a representation
210 /// for the slices used and we reflect that in this structure. The uses are
289 /// We store a vector of the slices formed by uses of the alloca here. This
329 /// This class builds a set of alloca slices by recursively visiting the uses
358 // Completely skip uses which have a zero size or start either before or
375 // but that is not so! There may be widened loads or PHI-node uses where
432 // delete it and all uses
    [all...]
  /external/doclava/res/assets/templates/
macros.cs 180 Added in <a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level <?cs var:obj.since ?></a><?cs
195 Uses the following fields: deprecated descr seeAlso since ?><?cs
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 632 // Process the worklist, deleting the nodes and adding their uses to the
650 // Now that we removed this operand, see if there are no uses of it left.
674 // Finally, remove uses due to operands of this node, remove from the
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_table.js 72 * Normalizes widths to make their sum 100% if possible. Uses the proportional
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
exif_encoder.js 34 * Uses the metadata format as defined by ExifParser.
  /external/pcre/dist/
pcregexp.pas 61 uses objects;
306 Uses strings, collect, messages, dnapp, commands, advance0, stringsx
809 function pcGetVersion : pchar; assembler; {$FRAME-}{$USES none}
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_manager.js 795 * Uses QUEUE_MODE_FLUSH to flush any previous speech.
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
network_list.js     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 315 // Uses cache, if available and not on the 'refresh' mode.

Completed in 4004 milliseconds

12 3