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

  /external/llvm/lib/Target/Hexagon/
RDFCopy.h 45 std::vector<NodeId> Copies;
  /external/swiftshader/third_party/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/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 34 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);
568 // Try code duplication or inserting cross class copies
574 // that doesn't work, insert cross class copies.
588 // possible to copy the value but it require cross register class copies
600 // Issue copies, these can be expensive cross register class copies
    [all...]
ScheduleDAGRRList.cpp 43 STATISTIC(NumPRCopies, "Number of physical register copies");
684 // Noops don't affect the scoreboard state. Copies are likely to be
    [all...]
  /external/llvm/lib/CodeGen/
TailDuplicator.cpp 129 SmallVector<MachineInstr *, 16> Copies;
130 if (!tailDuplicate(MF, IsSimple, MBB, TDBBs, Copies))
200 // Eliminate some of the copies inserted by tail duplication to maintain
202 for (unsigned i = 0, e = Copies.size(); i != e; ++i) {
203 MachineInstr *Copy = Copies[i];
306 SmallVectorImpl<std::pair<unsigned, RegSubRegPair>> &Copies,
319 Copies.push_back(std::make_pair(NewDef, RegSubRegPair(SrcReg, SrcSubReg)));
646 SmallVectorImpl<MachineInstr *> &Copies) {
725 SmallVectorImpl<MachineInstr *> &Copies) {
732 return duplicateSimpleBB(TailBB, TDBBs, UsedByPhi, Copies);
    [all...]
  /external/swiftshader/third_party/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...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 753 Copies,
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 1272 milliseconds