/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op_test.cc | 124 #define BM_SPARSE_REPLICATED(M, K, N, S1, S2, Copies) \ argument 125 static void BM_Sparse_replicated##_##M##_##K##_##N##_##S1##_##S2##_##Copies( \ 128 testing::ItemsProcessed(static_cast<int64>(iters) * M * K * N * Copies * \ 131 (Copies), S1 / 100.0, S2 / 100.0); \ 135 ReplicatedSparseMatMul(M, N, K, S1 / 100.0, S2 / 100.0, (Copies)); \ 139 BENCHMARK(BM_Sparse_replicated##_##M##_##K##_##N##_##S1##_##S2##_##Copies); 222 #define BM_SPARSE_MULTI(M, K, N, S1, S2, Copies) \ argument 223 static void BM_Sparse_Multi##_##M##_##K##_##N##_##S1##_##S2##_##Copies( \ 227 Copies); \ 228 auto label = strings::Printf("%d_%d_%d_%d_%0.2f_%0.2f", M, K, N, Copies, \ [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | TailDuplicator.h | 65 SmallVectorImpl<std::pair<unsigned, RegSubRegPair>> &Copies, 78 SmallVectorImpl<MachineInstr *> &Copies); 82 SmallVectorImpl<MachineInstr *> &Copies); 85 SmallVectorImpl<MachineInstr *> &Copies);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | 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; in TailDuplicateAndUpdate() local 196 if (!TailDuplicate(MBB, IsSimple, MF, TDBBs, Copies)) in TailDuplicateAndUpdate() 268 for (unsigned i = 0, e = Copies.size(); i != e; ++i) { in TailDuplicateAndUpdate() 269 MachineInstr *Copy = Copies[i]; in TailDuplicateAndUpdate() 379 SmallVector<std::pair<unsigned,unsigned>, 4> &Copies, in ProcessPHI() argument 392 Copies.push_back(std::make_pair(NewDef, SrcReg)); in ProcessPHI() 656 SmallVector<MachineInstr*, 16> &Copies) { in duplicateSimpleBB() argument [all …]
|
D | SplitKit.h | 316 void removeBackCopies(SmallVectorImpl<VNInfo*> &Copies);
|
D | SplitKit.cpp | 606 void SplitEditor::removeBackCopies(SmallVectorImpl<VNInfo*> &Copies) { in removeBackCopies() argument 608 DEBUG(dbgs() << "Removing " << Copies.size() << " back-copies.\n"); in removeBackCopies() 612 for (unsigned i = 0, e = Copies.size(); i != e; ++i) { in removeBackCopies() 613 VNInfo *VNI = Copies[i]; in removeBackCopies()
|
/external/llvm/lib/CodeGen/ |
D | TailDuplicator.cpp | 129 SmallVector<MachineInstr *, 16> Copies; in tailDuplicateAndUpdate() local 130 if (!tailDuplicate(MF, IsSimple, MBB, TDBBs, Copies)) in tailDuplicateAndUpdate() 202 for (unsigned i = 0, e = Copies.size(); i != e; ++i) { in tailDuplicateAndUpdate() 203 MachineInstr *Copy = Copies[i]; in tailDuplicateAndUpdate() 306 SmallVectorImpl<std::pair<unsigned, RegSubRegPair>> &Copies, in processPHI() argument 319 Copies.push_back(std::make_pair(NewDef, RegSubRegPair(SrcReg, SrcSubReg))); in processPHI() 646 SmallVectorImpl<MachineInstr *> &Copies) { in duplicateSimpleBB() argument 725 SmallVectorImpl<MachineInstr *> &Copies) { in tailDuplicate() argument 732 return duplicateSimpleBB(TailBB, TDBBs, UsedByPhi, Copies); in tailDuplicate() 788 appendCopies(PredBB, CopyInfos, Copies); in tailDuplicate() [all …]
|
D | SplitKit.h | 351 void removeBackCopies(SmallVectorImpl<VNInfo*> &Copies);
|
D | SplitKit.cpp | 650 void SplitEditor::removeBackCopies(SmallVectorImpl<VNInfo*> &Copies) { in removeBackCopies() argument 652 DEBUG(dbgs() << "Removing " << Copies.size() << " back-copies.\n"); in removeBackCopies() 656 for (unsigned i = 0, e = Copies.size(); i != e; ++i) { in removeBackCopies() 657 SlotIndex Def = Copies[i]->def; in removeBackCopies()
|
/external/deqp/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
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 383 SmallVector<SUnit*, 2> &Copies) { in InsertCopiesAndMoveSuccs() argument 414 Copies.push_back(CopyFromSU); in InsertCopiesAndMoveSuccs() 415 Copies.push_back(CopyToSU); in InsertCopiesAndMoveSuccs() 590 SmallVector<SUnit*, 2> Copies; in ListScheduleBottomUp() local 591 InsertCopiesAndMoveSuccs(LRDef, Reg, DestRC, RC, Copies); in ListScheduleBottomUp() 593 << " to SU #" << Copies.front()->NodeNum << "\n"); in ListScheduleBottomUp() 594 AddPred(TrySU, SDep(Copies.front(), SDep::Order, /*Latency=*/1, in ListScheduleBottomUp() 597 NewDef = Copies.back(); in ListScheduleBottomUp()
|
D | ScheduleDAGRRList.cpp | 974 SmallVector<SUnit*, 2> &Copies) { in InsertCopiesAndMoveSuccs() argument 1016 Copies.push_back(CopyFromSU); in InsertCopiesAndMoveSuccs() 1017 Copies.push_back(CopyToSU); in InsertCopiesAndMoveSuccs() 1228 SmallVector<SUnit*, 2> Copies; in PickNodeToScheduleBottomUp() local 1229 InsertCopiesAndMoveSuccs(LRDef, Reg, DestRC, RC, Copies); in PickNodeToScheduleBottomUp() 1231 << " to SU #" << Copies.front()->NodeNum << "\n"); in PickNodeToScheduleBottomUp() 1232 AddPred(TrySU, SDep(Copies.front(), SDep::Order, /*Latency=*/1, in PickNodeToScheduleBottomUp() 1236 NewDef = Copies.back(); in PickNodeToScheduleBottomUp()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 390 SmallVectorImpl<SUnit*> &Copies) { in InsertCopiesAndMoveSuccs() argument 424 Copies.push_back(CopyFromSU); in InsertCopiesAndMoveSuccs() 425 Copies.push_back(CopyToSU); in InsertCopiesAndMoveSuccs() 601 SmallVector<SUnit*, 2> Copies; in ListScheduleBottomUp() local 602 InsertCopiesAndMoveSuccs(LRDef, Reg, DestRC, RC, Copies); in ListScheduleBottomUp() 604 << " to SU #" << Copies.front()->NodeNum << "\n"); in ListScheduleBottomUp() 605 AddPred(TrySU, SDep(Copies.front(), SDep::Artificial)); in ListScheduleBottomUp() 606 NewDef = Copies.back(); in ListScheduleBottomUp()
|
D | ScheduleDAGRRList.cpp | 1138 SmallVectorImpl<SUnit*> &Copies) { in InsertCopiesAndMoveSuccs() argument 1180 Copies.push_back(CopyFromSU); in InsertCopiesAndMoveSuccs() 1181 Copies.push_back(CopyToSU); in InsertCopiesAndMoveSuccs() 1466 SmallVector<SUnit*, 2> Copies; in PickNodeToScheduleBottomUp() local 1467 InsertCopiesAndMoveSuccs(LRDef, Reg, DestRC, RC, Copies); in PickNodeToScheduleBottomUp() 1469 << " to SU #" << Copies.front()->NodeNum << "\n"); in PickNodeToScheduleBottomUp() 1470 AddPred(TrySU, SDep(Copies.front(), SDep::Artificial)); in PickNodeToScheduleBottomUp() 1471 NewDef = Copies.back(); in PickNodeToScheduleBottomUp()
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFCopy.cpp | 79 Copies.push_back(SA.Id); in recordCopy() 148 for (auto I : Copies) { in run() 171 for (auto C : Copies) { in run()
|
D | RDFCopy.h | 45 std::vector<NodeId> Copies; member
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_copies.cpp | 25 XFA_Element::Copies, in CXFA_Copies()
|
D | cxfa_present.cpp | 17 {XFA_Element::Copies, 1, 0},
|
/external/libavc/common/arm/ |
D | ih264_inter_pred_luma_copy_a9q.s | 28 @* Copies the array of width 'wd' and height 'ht' from the location pointed 191 @ * Copies a 4x4 block to destination, where both src and dst are interleaved
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM-E_mastergain_gnu.s | 4 @ Description: Copies 32-bit synth output to 16-bit buffer
|
/external/skia/docs/ |
D | SkSurface_Reference.bmh | 1369 Copies Surface pixel address, row bytes, and Image_Info to Pixmap, if address 1404 Copies Rect of pixels to dst. 1408 Copies each readable pixel intersecting both rectangles, without scaling, 1463 Copies Rect of pixels from Canvas into dstPixels. 1467 Copies each readable pixel intersecting both rectangles, without scaling, 1528 Copies Rect of pixels from Surface into bitmap. 1532 Copies each readable pixel intersecting both rectangles, without scaling, 1587 Copies Rect of pixels from the src Pixmap to the Surface. 1595 Copies each readable pixel intersecting both rectangles, without scaling, 1614 Copies Rect of pixels from the src Bitmap to the Surface. [all …]
|
D | SkBitmap_Reference.bmh | 194 Copies settings from src to returned Bitmap. Shares pixels if src has pixels 226 Copies settings from src to returned Bitmap. Moves ownership of src pixels to 272 Copies settings from src to returned Bitmap. Shares pixels if src has pixels 304 Copies settings from src to returned Bitmap. Moves ownership of src pixels to 2749 Copies Rect of pixels from Bitmap pixels to dstPixels. Copy starts at (srcX, srcY), 2834 Copies a Rect of pixels from Bitmap to dstPixels. Copy starts at (srcX, srcY), 2909 Copies a Rect of pixels from Bitmap to dst. Copy starts at (srcX, srcY), and 2973 Copies a Rect of pixels from Bitmap to dst. Copy starts at (0, 0), and 3023 Copies a Rect of pixels from src. Copy starts at (dstX, dstY), and does not exceed 3090 Copies a Rect of pixels from src. Copy starts at (0, 0), and does not exceed [all …]
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | README | 53 5) Copies with format conversion and - reinterpretation but without ROP
|
/external/deqp/doc/testspecs/VK/ |
D | apitests.adoc | 683 Copies and blits 693 * Copies between objects backed by same memory 707 ** Copies between different but compatible formats 711 ** Copies between different but compatible formats (format conversions) 713 Copies between buffers and images
|
/external/skqp/docs/ |
D | SkSurface_Reference.bmh | 1345 Copies Surface pixel address, row bytes, and Image_Info to Pixmap, if address 1380 Copies Rect of pixels to dst. 1384 Copies each readable pixel intersecting both rectangles, without scaling, 1439 Copies Rect of pixels from Canvas into dstPixels. 1443 Copies each readable pixel intersecting both rectangles, without scaling, 1504 Copies Rect of pixels from Surface into bitmap. 1508 Copies each readable pixel intersecting both rectangles, without scaling,
|
/external/python/cpython3/Misc/ |
D | SpecialBuilds.txt | 113 Copies of FORBIDDENBYTE. Used to catch under- writes and reads. 123 Copies of FORBIDDENBYTE. Used to catch over- writes and reads.
|