/external/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 109 InsertsMap Inserts; member in __anonad2635c00111::TransformActionsImpl 515 Inserts[FullSourceLoc(loc, SM)].push_back(text); in addInsertion() 523 Inserts.erase(Inserts.upper_bound(newRange.Begin), in addRemoval() 524 Inserts.lower_bound(newRange.End)); in addRemoval() 557 for (InsertsMap::iterator I = Inserts.begin(), E = Inserts.end(); I!=E; ++I) { in applyRewrites()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfg.cpp | 1425 CfgVector<const Inst *> Inserts(MaxVectorElements); in materializeVectorShuffles() local 1444 Inserts.resize(typeNumElements(Instr.getDest()->getType())); in materializeVectorShuffles() 1445 Inserts[0] = &Instr; in materializeVectorShuffles() 1447 VMetadata.get(), &Inserts)) { in materializeVectorShuffles() 1457 for (auto *I : reverse_range(Inserts)) { in materializeVectorShuffles() 1463 Extracts.resize(Inserts.size()); in materializeVectorShuffles() 1467 VMetadata.get(), Inserts, &Src0, in materializeVectorShuffles() 1480 for (SizeT I = 0; I < Inserts.size(); ++I) { in materializeVectorShuffles() 1481 const SizeT Pos = Inserts.size() - I - 1; in materializeVectorShuffles() 1483 Inserts[Pos]->dump(this); in materializeVectorShuffles()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | vec_ins_extract-1.ll | 3 ; Inserts and extracts with variable indices must be lowered
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ExpandDims.pbtxt | 19 summary: "Inserts a dimension of 1 into a tensor\'s shape."
|
/external/antlr/runtime/ObjC/Framework/ |
D | LinkedList.m | 286 * Inserts element e before non-null LLNode succ. 432 * Inserts the specified element at the beginning of this list. 554 * Inserts all of the elements in the specified collection into this 663 * Inserts the specified element at the specified position in this list. 901 * Inserts the specified element at the front of this list. 915 * Inserts the specified element at the end of this list.
|
D | LinkedHashMap.m | 47 * Inserts this entry before the specified existing entry in the list.
|
D | TokenRewriteStream.m | 512 * overlapping replaces that are not completed nested). Inserts to
|
/external/llvm/test/CodeGen/X86/ |
D | vec_ins_extract-1.ll | 5 ; Inserts and extracts with variable indices must be lowered
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | vec_ins_extract-1.ll | 5 ; Inserts and extracts with variable indices must be lowered
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 6011 Inserts, PrevInserts, PrevReplaces: IList<IRewriteOperation>; 6024 Inserts := GetKindOfOps(Rewrites, IInsertBeforeOp, I); 6025 for J := 0 to Inserts.Count - 1 do 6027 IOp := Inserts[J] as IInsertBeforeOp;
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | TokenRewriteStream.as | 269 * overlapping replaces that are not completed nested). Inserts to
|
/external/u-boot/tools/patman/ |
D | README | 10 - Inserts a cover letter with change lists
|
/external/python/cpython2/Doc/library/ |
D | xml.etree.elementtree.rst | 719 Inserts a subelement at the given position in this element.
|
D | ttk.rst | 508 Inserts a pane at the specified position.
|
/external/python/cpython3/Doc/library/ |
D | xml.etree.elementtree.rst | 789 Inserts *subelement* at the given position in this element. Raises
|
D | tkinter.ttk.rst | 604 Inserts a pane at the specified position.
|
/external/skia/site/user/api/ |
D | SkSurface_Reference.md | 1773 Inserts a list of GPU semaphores that the current GPU-backed API must wait on before
|
/external/skqp/site/user/api/ |
D | SkSurface_Reference.md | 1773 Inserts a list of GPU semaphores that the current GPU-backed API must wait on before
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.5.rst | 1820 | ``elem.insert(index, elem2)`` | Inserts *elem2* at the specified location. |
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.5.rst | 1821 | ``elem.insert(index, elem2)`` | Inserts *elem2* at the specified location. |
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 2137 pb->getInstList().insert(pi, newInst); // Inserts newInst before pi in pb
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ProgrammersManual.rst | 2726 pb->getInstList().insert(pi, newInst); // Inserts newInst before pi in pb
|