HomeSort by relevance Sort by last modified time
    Searched refs:Copies (Results 1 - 21 of 21) sorted by null

  /development/tools/line_endings/
Android.mk 3 # Copies files into the directory structure described by a manifest
  /build/tools/atree/
Android.mk 3 # Copies files into the directory structure described by a manifest
  /frameworks/base/tools/aidl/
Android.mk 3 # Copies files into the directory structure described by a manifest
  /external/llvm/lib/CodeGen/
TailDuplication.cpp 93 SmallVectorImpl<std::pair<unsigned,unsigned> > &Copies,
113 SmallVectorImpl<MachineInstr *> &Copies);
118 SmallVectorImpl<MachineInstr *> &Copies);
219 SmallVector<MachineInstr*, 16> Copies;
220 if (!TailDuplicate(MBB, IsSimple, MF, TDBBs, Copies))
290 // Eliminate some of the copies inserted by tail duplication to maintain
292 for (unsigned i = 0, e = Copies.size(); i != e; ++i) {
293 MachineInstr *Copy = Copies[i];
398 SmallVectorImpl<std::pair<unsigned, unsigned> > &Copies,
410 Copies.push_back(std::make_pair(NewDef, SrcReg))
    [all...]
SplitKit.h 232 /// partitioned. This may require a large number of back copies and extra
237 /// instructions. Copies to the complement interval are hoisted to their
244 /// frequency of the inserted copies. This is very similar to SM_Size, but
312 /// They could have rematerialized, or back-copies may have been moved.
325 void removeBackCopies(SmallVectorImpl<VNInfo*> &Copies);
332 /// hoistCopiesForSize - Hoist back-copies to the complement interval in a
SplitKit.cpp 35 STATISTIC(NumCopies, "Number of copies inserted for splitting");
633 void SplitEditor::removeBackCopies(SmallVectorImpl<VNInfo*> &Copies) {
635 DEBUG(dbgs() << "Removing " << Copies.size() << " back-copies.\n");
639 for (unsigned i = 0, e = Copies.size(); i != e; ++i) {
640 VNInfo *VNI = Copies[i];
736 // Track the nearest common dominator for all back-copies for each ParentVNI,
742 // back-copies. If a single back-copy dominates, put it in DomPair.second.
760 // instruction in the complement range. All other copies of ParentVNI
799 // Insert the hoisted copies
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 34 STATISTIC(NumPRCopies, "Number of physical copies");
386 /// InsertCopiesAndMoveSuccs - Insert register copies and move all
391 SmallVectorImpl<SUnit*> &Copies) {
425 Copies.push_back(CopyFromSU);
426 Copies.push_back(CopyToSU);
563 // Try code duplication or inserting cross class copies
569 // that doesn't work, insert cross class copies.
583 // possible to copy the value but it require cross register class copies
595 // Issue copies, these can be expensive cross register class copies
    [all...]
ScheduleDAGRRList.cpp 43 STATISTIC(NumPRCopies, "Number of physical register copies");
685 // Noops don't affect the scoreboard state. Copies are likely to be
    [all...]
  /external/compiler-rt/make/
AppleBI.mk 33 # Copies any public headers to DSTROOT.
37 # Copies source code to SRCROOT.
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 4 @ Description: Copies 32-bit synth output to 16-bit buffer
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 4 @ Description: Copies 32-bit synth output to 16-bit buffer
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
jsbundler.py 233 '''Copies a list of sources to a destination directory.'''
  /external/chromium_org/tools/win/
copy-installer.bat 7 REM Copies an installer and symbols from a build directory on a network share
  /external/chromium_org/third_party/x86inc/
x86inc.asm 12 ;* copyright notice and this permission notice appear in all copies.
669 ; other copies of m# that have already been dereferenced and don't get updated correctly.
969 ; Copies the address to a local symbol to the specified register.
992 ; Copies a general-purpose register to an XMM register, and vice versa.
  /external/chromium_org/ui/file_manager/file_manager/background/js/
file_operation_manager.js 191 * Copies source to parent with the name newName recursively.
539 // where X is a number. When we do this, all subsequent copies from
693 * Copies all entries to the target directory.
815 * Copies the source entry to the target directory.
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 76 * Copies all properties from second object to the first. Modifies to.
  /external/chromium_org/third_party/jstemplate/
util.js 75 * Copies all properties from second object to the first. Modifies to.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_util.js 425 * 2. Copies pixels from HTMLImageElement to HTMLCanvasElement. This is done
image_view.js 156 * Copies an image fragment from a full resolution canvas to a device resolution
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 433 milliseconds