/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 | 89 SmallVectorImpl<std::pair<unsigned,unsigned> > &Copies, 109 SmallVectorImpl<MachineInstr *> &Copies); 114 SmallVectorImpl<MachineInstr *> &Copies); 205 SmallVector<MachineInstr*, 16> Copies; 206 if (!TailDuplicate(MBB, IsSimple, MF, TDBBs, Copies)) 276 // Eliminate some of the copies inserted by tail duplication to maintain 278 for (unsigned i = 0, e = Copies.size(); i != e; ++i) { 279 MachineInstr *Copy = Copies[i]; 388 SmallVectorImpl<std::pair<unsigned, unsigned> > &Copies, 400 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 | 34 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/compiler-rt/make/ |
AppleBI.mk | 29 # Copies any public headers to DSTROOT. 33 # Copies source code to SRCROOT.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGFast.cpp | 33 STATISTIC(NumPRCopies, "Number of physical copies"); 385 /// InsertCopiesAndMoveSuccs - Insert register copies and move all 390 SmallVectorImpl<SUnit*> &Copies) { 424 Copies.push_back(CopyFromSU); 425 Copies.push_back(CopyToSU); 562 // Try code duplication or inserting cross class copies 568 // that doesn't work, insert cross class copies. 582 // possible to copy the value but it require cross register class copies 594 // Issue copies, these can be expensive cross register class copies [all...] |
ScheduleDAGRRList.cpp | 42 STATISTIC(NumPRCopies, "Number of physical register copies"); 683 // Noops don't affect the scoreboard state. Copies are likely to be [all...] |
/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/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/chrome/browser/resources/file_manager/background/js/ |
file_operation_manager.js | 128 * Copies source to parent with the name newName recursively. 420 // where X is a number. When we do this, all subsequent copies from 577 * Copies all entries to the target directory. 671 * Copies the source entry to the target directory. [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
util.js | 76 * Copies all properties from second object to the first. Modifies to.
|
/external/chromium/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/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
util.js | 76 * Copies all properties from second object to the first. Modifies to.
|
/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 | 72 * Copies all properties from second object to the first. Modifies to.
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
image_util.js | 403 * 2. Copies pixels from HTMLImageElement to HTMLCanvasElement. This is done
|
image_view.js | 213 * Copies an image fragment from a full resolution canvas to a device resolution [all...] |
/external/chromium_org/chrome/third_party/chromevox/closure/ |
base.js | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |