Home
last modified time | relevance | path

Searched refs:Inserts (Results 1 – 25 of 27) sorted by relevance

12

/external/clang/lib/ARCMigrate/
DTransformActions.cpp109 InsertsMap Inserts; member in __anonb22c52370111::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/llvm-project/clang/lib/ARCMigrate/
DTransformActions.cpp108 InsertsMap Inserts; member in __anon287f13450111::TransformActionsImpl
516 Inserts[FullSourceLoc(loc, SM)].push_back(text); in addInsertion()
524 Inserts.erase(Inserts.upper_bound(newRange.Begin), in addRemoval()
525 Inserts.lower_bound(newRange.End)); in addRemoval()
559 for (InsertsMap::iterator I = Inserts.begin(), E = Inserts.end(); I!=E; ++I) { in applyRewrites()
/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp1328 CfgVector<const Inst *> Inserts(MaxVectorElements); in materializeVectorShuffles() local
1347 Inserts.resize(typeNumElements(Instr.getDest()->getType())); in materializeVectorShuffles()
1348 Inserts[0] = &Instr; in materializeVectorShuffles()
1350 VMetadata.get(), &Inserts)) { in materializeVectorShuffles()
1360 for (auto *I : reverse_range(Inserts)) { in materializeVectorShuffles()
1366 Extracts.resize(Inserts.size()); in materializeVectorShuffles()
1370 VMetadata.get(), Inserts, &Src0, in materializeVectorShuffles()
1383 for (SizeT I = 0; I < Inserts.size(); ++I) { in materializeVectorShuffles()
1384 const SizeT Pos = Inserts.size() - I - 1; in materializeVectorShuffles()
1386 Inserts[Pos]->dump(this); in materializeVectorShuffles()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ExpandDims.pbtxt19 summary: "Inserts a dimension of 1 into a tensor\'s shape."
/external/antlr/runtime/ObjC/Framework/
DLinkedList.m286 * 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.
DLinkedHashMap.m47 * Inserts this entry before the specified existing entry in the list.
DTokenRewriteStream.m512 * overlapping replaces that are not completed nested). Inserts to
/external/llvm/test/CodeGen/X86/
Dvec_ins_extract-1.ll5 ; Inserts and extracts with variable indices must be lowered
/external/llvm-project/llvm/test/CodeGen/X86/
Dvec_ins_extract-1.ll5 ; Inserts and extracts with variable indices must be lowered
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas6011 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/
DTokenRewriteStream.as269 * overlapping replaces that are not completed nested). Inserts to
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtf_passes.td293 …let summary = "Inserts tf.ReadVariableOp inputs to a TPU cluster for resource writes with no reads…
/external/python/cpython2/Doc/library/
Dxml.etree.elementtree.rst719 Inserts a subelement at the given position in this element.
Dttk.rst508 Inserts a pane at the specified position.
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md1663 Inserts a dimension of 1 into a tensor’s shape
3569 Inserts a dimension of 1 into a tensor’s shape.
/external/python/cpython3/Doc/library/
Dtkinter.ttk.rst604 Inserts a pane at the specified position.
Dxml.etree.elementtree.rst984 Inserts *subelement* at the given position in this element. Raises
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops.td593 Inserts a placeholder for a tensor that will be always fed.
/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorOps.td705 Inserts a N-D vector and within a larger vector starting at id. The new
/external/skqp/site/user/api/
DSkSurface_Reference.md1773 Inserts a list of GPU semaphores that the current GPU-backed API must wait on before
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1820 | ``elem.insert(index, elem2)`` | Inserts *elem2* at the specified location. |
/external/llvm-project/clang/include/clang/Basic/
Darm_sve.td199 def IsInsertOp1SVALL : FlagType<0x04000000>; // Inserts SV_ALL as the second operand.
/external/python/cpython3/Doc/whatsnew/
D2.5.rst1821 | ``elem.insert(index, elem2)`` | Inserts *elem2* at the specified location. |
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.td1522 let summary = "Inserts a dimension of 1 into a tensor's shape.";
/external/llvm/docs/
DProgrammersManual.rst2137 pb->getInstList().insert(pi, newInst); // Inserts newInst before pi in pb

12