HomeSort by relevance Sort by last modified time
    Searched refs:Copies (Results 1 - 15 of 15) 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
  /frameworks/compile/libbcc/runtime/make/
AppleBI.mk 21 # Copies any public headers to DSTROOT.
25 # Copies source code to SRCROOT.
  /external/llvm/lib/CodeGen/
TailDuplication.cpp 85 SmallVector<std::pair<unsigned,unsigned>, 4> &Copies,
105 SmallVector<MachineInstr*, 16> &Copies);
110 SmallVector<MachineInstr*, 16> &Copies);
195 SmallVector<MachineInstr*, 16> Copies;
196 if (!TailDuplicate(MBB, IsSimple, MF, TDBBs, Copies))
266 // Eliminate some of the copies inserted by tail duplication to maintain
268 for (unsigned i = 0, e = Copies.size(); i != e; ++i) {
269 MachineInstr *Copy = Copies[i];
379 SmallVector<std::pair<unsigned,unsigned>, 4> &Copies,
392 Copies.push_back(std::make_pair(NewDef, SrcReg))
    [all...]
SplitKit.h 223 /// partitioned. This may require a large number of back copies and extra
228 /// instructions. Copies to the complement interval are hoisted to their
235 /// frequency of the inserted copies. This is very similar to SM_Size, but
303 /// They could have rematerialized, or back-copies may have been moved.
316 void removeBackCopies(SmallVectorImpl<VNInfo*> &Copies);
323 /// hoistCopiesForSize - Hoist back-copies to the complement interval in a
SplitKit.cpp 34 STATISTIC(NumCopies, "Number of copies inserted for splitting");
606 void SplitEditor::removeBackCopies(SmallVectorImpl<VNInfo*> &Copies) {
608 DEBUG(dbgs() << "Removing " << Copies.size() << " back-copies.\n");
612 for (unsigned i = 0, e = Copies.size(); i != e; ++i) {
613 VNInfo *VNI = Copies[i];
709 // Track the nearest common dominator for all back-copies for each ParentVNI,
715 // back-copies. If a single back-copy dominates, put it in DomPair.second.
731 // instruction in the complement range. All other copies of ParentVNI
770 // Insert the hoisted copies
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 32 STATISTIC(NumPRCopies, "Number of physical copies");
378 /// InsertCopiesAndMoveSuccs - Insert register copies and move all
383 SmallVector<SUnit*, 2> &Copies) {
414 Copies.push_back(CopyFromSU);
415 Copies.push_back(CopyToSU);
557 // Try code duplication or inserting cross class copies
563 // that doesn't work, insert cross class copies.
577 // possible to copy the value but it require cross register class copies
589 // Issue copies, these can be expensive cross register class copies
    [all...]
ScheduleDAGRRList.cpp 41 STATISTIC(NumPRCopies, "Number of physical register copies");
563 // 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/libvpx/vpx_scale/arm/armv4/
gen_scalers_armv4.asm 44 ; * FUNCTION : Copies horizontal line of pixels from source to
220 ; * FUNCTION : Copies horizontal line of pixels from source to
344 ; * FUNCTION : Copies horizontal line of pixels from source to
514 ; * FUNCTION : Copies horizontal line of pixels from source to
667 ; * FUNCTION : Copies horizontal line of pixels from source to
  /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/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 470 milliseconds