/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 __anon90172cb10111::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/cups-filters/filter/ |
D | imagetopdf.c | 56 Copies = 1, /* Number of copies */ variable 762 Copies = atoi(argv[4]); in main() 787 Copies = h.NumCopies; in main() 790 if (Copies == 1 in main() 792 Copies = atoi(choice->choice); in main() 794 if (Copies == 0) Copies = 1; in main() 1448 if (Copies == 1) { in main() 1484 if (Copies > 1 && (ppd == NULL || ppd->manual_copies) in main() 1516 deviceCopies = Copies; in main() 1517 Copies = 1; in main() [all …]
|
D | textcommon.h | 76 Copies; /* Number of copies to produce */
|
D | textcommon.c | 38 Copies = 1; /* Number of copies */ variable 685 Copies = atoi(argv[4]); in TextMain()
|
/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/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/openssl/providers/common/der/ |
D | NIST.asn1 | 11 -- Copies of common OIDs used by other ASN.1 files.
|
/third_party/json/doc/mkdocs/docs/api/basic_json/ |
D | operator=.md | 12 Copy assignment operator. Copies a JSON value via the "copy and swap" strategy: It is expressed in …
|
/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/cups-filters/ |
D | README | 565 Collate, Copies, Duplex, OutputOrder 568 Collate, Copies, Duplex, OutputOrder, cupsEvenDuplex, cupsManualCopies 575 Copies: 577 does not support Copies feature. 593 Copies : specified Copies 601 device_copies : Copies passed to the printer 614 if (Copies == 1) { 625 if (Copies > 1 && the printer can handle Copies) device_copies = Copies; 637 So imagetopdf handle Copies */ 641 if (device_copies != Copies /* imagetopdf handle Copies */ && Duplex) [all …]
|
D | README.md | 565 Collate, Copies, Duplex, OutputOrder 568 Collate, Copies, Duplex, OutputOrder, cupsEvenDuplex, cupsManualCopies 575 Copies: 577 does not support Copies feature. 593 Copies : specified Copies 601 device_copies : Copies passed to the printer 614 if (Copies == 1) { 625 if (Copies > 1 && the printer can handle Copies) device_copies = Copies; 637 So imagetopdf handle Copies */ 641 if (device_copies != Copies /* imagetopdf handle Copies */ && Duplex) [all …]
|
/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.
|
/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/flutter/skia/third_party/externals/angle2/extensions/ |
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/skia/third_party/externals/angle2/extensions/ |
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>
|