/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineCopyPropagation.cpp | 94 DenseMap<unsigned, CopyInfo> Copies; member in __anon964f44520111::CopyTracker 104 auto CI = Copies.find(*RUI); in markRegsUnavailable() 105 if (CI != Copies.end()) in markRegsUnavailable() 118 auto I = Copies.find(*RUI); in invalidateRegister() 119 if (I != Copies.end()) { in invalidateRegister() 130 Copies.erase(*RUI); in invalidateRegister() 136 auto I = Copies.find(*RUI); in clobberRegister() 137 if (I != Copies.end()) { in clobberRegister() 146 Copies.erase(I); in clobberRegister() 160 Copies[*RUI] = {MI, {}, true}; in trackCopy() [all …]
|
D | TailDuplicator.cpp | 168 SmallVector<MachineInstr *, 16> Copies; in tailDuplicateAndUpdate() local 169 if (!tailDuplicate(IsSimple, MBB, ForcedLayoutPred, TDBBs, Copies)) in tailDuplicateAndUpdate() 241 for (unsigned i = 0, e = Copies.size(); i != e; ++i) { in tailDuplicateAndUpdate() 242 MachineInstr *Copy = Copies[i]; in tailDuplicateAndUpdate() 348 SmallVectorImpl<std::pair<unsigned, RegSubRegPair>> &Copies, in processPHI() argument 361 Copies.push_back(std::make_pair(NewDef, RegSubRegPair(SrcReg, SrcSubReg))); in processPHI() 708 SmallVectorImpl<MachineInstr *> &Copies) { in duplicateSimpleBB() argument 807 SmallVectorImpl<MachineInstr *> &Copies) { in tailDuplicate() argument 815 return duplicateSimpleBB(TailBB, TDBBs, UsedByPhi, Copies); in tailDuplicate() 864 appendCopies(PredBB, CopyInfos, Copies); in tailDuplicate() [all …]
|
D | MIRCanonicalizerPass.cpp | 307 std::vector<MachineInstr *> Copies; in propagateLocalCopies() local 310 Copies.push_back(&MI); in propagateLocalCopies() 313 for (MachineInstr *MI : Copies) { in propagateLocalCopies()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TailDuplicator.h | 103 SmallVectorImpl<std::pair<unsigned, RegSubRegPair>> &Copies, 116 SmallVectorImpl<MachineInstr *> &Copies); 121 SmallVectorImpl<MachineInstr *> &Copies); 124 SmallVectorImpl<MachineInstr *> &Copies);
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.copy_image.txt | 30 + Copies between different formats 31 + Copies between different compressed formats 32 + Copies between compressed and non-compressed formats 40 + Copies between two float formats
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 383 SmallVectorImpl<SUnit*> &Copies) { in InsertCopiesAndMoveSuccs() argument 416 Copies.push_back(CopyFromSU); in InsertCopiesAndMoveSuccs() 417 Copies.push_back(CopyToSU); in InsertCopiesAndMoveSuccs() 593 SmallVector<SUnit*, 2> Copies; in ListScheduleBottomUp() local 594 InsertCopiesAndMoveSuccs(LRDef, Reg, DestRC, RC, Copies); in ListScheduleBottomUp() 596 << " to SU #" << Copies.front()->NodeNum << "\n"); in ListScheduleBottomUp() 597 AddPred(TrySU, SDep(Copies.front(), SDep::Artificial)); in ListScheduleBottomUp() 598 NewDef = Copies.back(); in ListScheduleBottomUp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFCopy.cpp | 65 Copies.push_back(SA.Id); in recordCopy() 106 for (NodeId I : Copies) { in run() 133 for (NodeId C : Copies) { in run()
|
D | RDFCopy.h | 50 std::vector<NodeId> Copies; member
|
/third_party/abseil-cpp/absl/container/ |
D | btree_benchmark.cc | 564 template <int Size, int Copies> 570 for (int i = 0; i < Size && i < Copies; ++i) values[i] = other.values[i]; in Copy() 572 for (int i = Size, idx = 0; i < Copies; ++i) { in Copy() 588 values.begin(), values.begin() + std::min(Size, Copies), in operator <() 589 other.values.begin(), other.values.begin() + std::min(Size, Copies)); in operator <() 592 return std::equal(values.begin(), values.begin() + std::min(Size, Copies), in operator ==() 599 for (int i = 0; i < Size && i < Copies; ++i) in AbslHashValue()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | btree_benchmark.cc | 530 template <int Size, int Copies> 536 for (int i = 0; i < Size && i < Copies; ++i) values[i] = other.values[i]; in Copy() 538 for (int i = Size, idx = 0; i < Copies; ++i) { in Copy() 554 values.begin(), values.begin() + std::min(Size, Copies), in operator <() 555 other.values.begin(), other.values.begin() + std::min(Size, Copies)); in operator <() 558 return std::equal(values.begin(), values.begin() + std::min(Size, Copies), in operator ==() 565 for (int i = 0; i < Size && i < Copies; ++i) in AbslHashValue()
|
/third_party/flutter/engine/flutter/shell/platform/glfw/client_wrapper/ |
D | BUILD.gn | 47 # Copies the GLFW client wrapper code to the output directory in the legacy 55 # Copies the GLFW client wrapper code to the output directory with a _glfw
|
/third_party/node/deps/npm/node_modules/copy-concurrently/ |
D | README.md | 14 Copies files, directories and symlinks. Ownership is maintained when 51 Copies an ordinary file `from` to destination `to`. Uses 68 Copies a symlink `from` to destination `to`. If you're using Windows and 102 Copies some kind of `from` to destination `to`. This looks at the filetype
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | Optional_unittest.cpp | 32 TEST(OptionalTest, Copies) in TEST() argument
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | Optional_unittest.cpp | 32 TEST(OptionalTest, Copies) in TEST() argument
|
/third_party/boost/tools/bcp/doc/ |
D | bcp.qbk | 31 Copies boost/scoped_ptr.hpp and dependencies to /foo. 37 Copies boost/regex.hpp and all dependencies including the regex source code (in libs/regex/src) and 45 Copies the full regex lib (in libs/regex) including dependencies (such as the boost.test source req… 52 Copies the full regex lib (in libs\/regex) plus the config lib (libs\/config) and the build system … 85 Copies all the files found in module-list to output-path
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | unpack.dart | 52 /// Copies desktop artifacts to local cache directories. 202 /// Copies the artifact files for [platform] from [sourceDirectory] to 275 /// Copies the framework at [frameworkPath] to [targetDirectory]
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_system/targets/ |
D | linux.dart | 10 /// Copies the Linux desktop embedding files to the copy directory.
|
D | windows.dart | 10 /// Copies the Windows desktop embedding files to the copy directory.
|
/third_party/flutter/engine/flutter/shell/platform/windows/client_wrapper/ |
D | BUILD.gn | 43 # Copies the Windows client wrapper code to the output directory with a _windows
|
/third_party/node/deps/npm/node_modules/buffer-from/ |
D | readme.md | 55 Copies the passed `buffer` data onto a new `Buffer` instance.
|
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/ |
D | publish.gni | 65 # Copies the client wrapper code to the output directory.
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | CHROMIUM_compressed_copy_texture.txt | 44 Copies the contents of a compressed texture referred to by <source_id> to
|
D | CHROMIUM_copy_texture.txt | 67 Copies the contents of <sourceLevel> level of <sourceId> texture to 142 Copies the sub contents of texture referred to by <sourceId> to <destId>
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | CHROMIUM_compressed_copy_texture.txt | 44 Copies the contents of a compressed texture referred to by <source_id> to
|
D | CHROMIUM_copy_texture.txt | 67 Copies the contents of <sourceLevel> level of <sourceId> texture to 142 Copies the sub contents of texture referred to by <sourceId> to <destId>
|