Searched full:insertion (Results 1 – 25 of 816) sorted by relevance
12345678910>>...33
148 /// Map an insertion point to all the uses it dominates.154 /// Check if the given insertion point is dominated by an existing155 /// insertion point.158 /// \param NewPt the insertion point to be checked161 /// \param InsertPts existing insertion points163 /// \return true if one of the insertion point in InsertPts dominates NewPt,168 /// Check if the given insertion point can be merged with an existing169 /// insertion point in a common dominator.170 /// If true, the given use is added to the list of the created insertion172 /// \param NewPt the insertion point to be checked[all …]
105 /// Abstract class used to represent an insertion point in a CFG.106 /// This class records an insertion point and materializes it on108 /// It allows to reason about the frequency of this insertion point,116 /// Materialize the insertion point.126 /// Return the materialized insertion basic block.132 /// Return the materialized insertion point.162 /// the basic block that contains the insertion point.190 /// Frequency of the insertion point.197 /// Check whether this insertion point can be materialized.203 /// Insertion point before or after an instruction.[all …]
57 55 Passe du mode insertion au mode recouvrement et vice-versa84 82 Vi passe en mode insertion après le curseur85 83 Vi passe en mode insertion à la fin de la ligne99 97 Passe en mode insertion Vi100 98 Passe en mode insertion Vi au début de la ligne109 107 Vi remplace le caractère sous le curseur et passe en mode insertion
13 11 termine le mode d'insertion17 15 commence le mode insertion
46 /// Splice a BasicBlock at an IRBuilder's current insertion point. Its new47 /// insert location will stick to after the instruction before the insertion58 /// semantically there is no change; otherwise the block of the insertion point64 /// Split a BasicBlock at \p Builder's insertion point, even if the block is66 /// after the instruction before the insertion point (instead of moving with the71 /// Split a BasicBlock at \p Builder's insertion point, even if the block is73 /// after the instruction before the insertion point (instead of moving with the491 /// Type used throughout for insertion points.506 /// \param CodeGenIP is the insertion point at which the finalization code in pushFinalizationCB() 558 /// \param AllocaIP is the insertion poin[all...]
64 * than to a cl_list_item_t structure. Insertion operations on a list can67 * Use quick list in situations where insertion failures cannot be tolerated.420 * CL_SUCCESS if the insertion was successful.422 * CL_INSUFFICIENT_MEMORY if there was not enough memory for the insertion.425 * Inserts the specified object at the head of the list. List insertion471 * CL_SUCCESS if the insertion was successful.473 * CL_INSUFFICIENT_MEMORY if there was not enough memory for the insertion.476 * Inserts the specified object at the tail of the list. List insertion516 * CL_SUCCESS if the insertion was successful.518 * CL_INSUFFICIENT_MEMORY if there was not enough memory for the insertion.[all …]
1 //===- PriorityWorklist.h - Worklist with insertion priority ----*- C++ -*-===//30 /// A FILO worklist that prioritizes on re-insertion without duplication.33 /// while re-insertion does not create a duplicate, it does adjust the34 /// visitation order to respect the last insertion point. This can be useful35 /// when the visit order needs to be prioritized based on insertion point38 /// Note that this doesn't prevent re-insertion of elements which have been248 /// The vector of elements in insertion order.
10 /// This file implements a set that has insertion order iteration12 /// visited later but in a deterministic order (insertion order). The interface33 /// A vector that has set insertion semantics.37 /// order of insertion.45 /// that value_type can be converted into key_type for insertion. Users must be
132 auto Insertion = EntriesByFilename.insert({Filename, nullptr}); getOrEmplaceEntryForFilename() local 144 auto Insertion = EntriesByUID.insert({UID, nullptr}); getOrEmplaceEntryForUID() local
45 // Check that insertion coalesces with previous range when values are equal. in TEST()56 // Check that insertion does not coalesce with previous range when values are in TEST()74 // Check that insertion coalesces with following range when values are equal. in TEST()85 // Check that insertion does not coalesce with previous range when values are in TEST()102 // Check that insertion coalesces with both previous and following ranges in TEST()121 // Check that insertion does not coalesce with previous range when values are in TEST()
27 auto Insertion = PCMs.insert(std::make_pair(Filename, std::move(Buffer))); in addPCM() local28 assert(Insertion.second && "Already has a PCM"); in addPCM()29 return *Insertion.first->second.Buffer; in addPCM()
175 return "The new insertion has the same insert location as an existing " in getReplacementErrString()267 // insertion. in add()269 // If `I` starts at the same offset as `R`, `R` must be an insertion. in add()272 // `I` is also an insertion, `R` and `I` conflict. in add()288 // Insertion `R` is adjacent to a non-insertion replacement `I`, so they in add()292 // replacement before `I` is an insertion at `R`, it would have been `I` in add()315 // - If `R` is an insertion, `I` must not be an insertion since it would in add()317 // - If `R` is not an insertion, `I` must be an insertion; otherwise, `R` in add()
30 /// header insertion/deletion.98 /// insertion conflicts with an existing insertion (at the same position),99 /// this will be inserted before/after the existing insertion depending on102 /// is not an insertion, an error is returned.
104 /// guaranteed that there is a place to do an insertion at the specified204 /// guaranteed that there is a place to do an insertion at the specified231 /// guaranteed that there is a place to do an insertion at the specified237 // Find the insertion point. We are guaranteed that there is a split at the in split()280 // Find the insertion point. We are guaranteed that there is a split at the in insert()290 assert(SlotOffs == Offset && "Split didn't occur before insertion!"); in insert()293 // For an insertion into a non-full leaf node, just insert the value in in insert()441 /// guaranteed that there is a place to do an insertion at the specified456 /// HandleChildPiece - A child propagated an insertion result up to us.472 /// guaranteed that there is a place to do an insertion at the specified[all …]
105 /// DoInsertion - Do an insertion of the specified FileIndex/Delta pair into106 /// this node. If insertion is easy, do it and return false. Otherwise,180 /// DoInsertion - Do an insertion of the specified FileIndex/Delta pair into181 /// this node. If insertion is easy, do it and return false. Otherwise,189 // Find the insertion point, the first delta whose index is >= FileIndex. in DoInsertion()205 // Otherwise, we found an insertion point, and we know that the value at the in DoInsertion()209 // For an insertion into a non-full leaf node, just insert the value in in DoInsertion()274 // Find the insertion point, the first delta whose index is >SubSplit.FileLoc. in DoInsertion()
21 - vbus-detect-gpio: should specify the GPIO detecting a VBus insertion43 GPIO 13 detects VBus insertion, and accordingly notifies the vbus-regulator.
60 ti,debounce-insertion-ms:61 description: headset insertion debounce time in ms (datasheet section 9.6.5).
338 auto Insertion = pImpl->FunctionTypes.insert_as(nullptr, Key); in get() local 339 if (Insertion.second) { in get() 346 *Insertion.first = FT; in get() 349 FT = *Insertion.first; in get() 384 auto Insertion = pImpl->AnonStructTypes.insert_as(nullptr, Key); in get() local 385 if (Insertion.second) { in get() 391 *Insertion.first = ST; in get() 394 ST = *Insertion.first; in get() 806 auto Insertion = C.pImpl->TargetExtTypes.insert_as(nullptr, Key); in get() local 807 if (Insertion in get() [all...]
42 * insertion and deletion relatively efficiently. Searching the tree is45 * The key to insertion and deletion is a set of tree manipulations called210 * Access the node immediately before or after an insertion point.244 * *where (if not NULL) is set to indicate the insertion point283 * This routine is used by both insertion and deletion. The return value505 * insertion point. If we get to a highly unbalanced ancestor, we in avl_insert()552 * the AVL_PREV or AVL_NEXT and reverse the insertion direction. Since578 * node and reverse the insertion direction. in avl_insert_here()630 * Delete a node from the AVL tree. Deletion is similar to insertion, but
105 is specified, the media unit will be inverted before insertion.130 specify whether the media units are to be inverted before insertion into156 is specified, the media unit will be inverted before insertion.
162 1 file changed, 1 insertion(+), 1 deletion(-)187 1 file changed, 1 insertion(+), 1 deletion(-)209 1 file changed, 1 insertion(+)247 1 file changed, 1 insertion(+), 1 deletion(-)258 1 file changed, 1 insertion(+)271 1 file changed, 1 insertion(+), 1 deletion(-)322 1 file changed, 1 insertion(+)388 1 file changed, 1 insertion(+), 1 deletion(-)399 1 file changed, 1 insertion(+)445 1 file changed, 1 insertion([all...]
820 * allows the VF to toggle VLAN filtering, stripping, and/or insertion it should839 * for filtering, insertion, and stripping capabilities.841 * If only outer capabilities are supported (for filtering, insertion, and/or845 * If only inner capabilities are supported (for filtering, insertion, and/or851 * If both outer and inner capabilities are supported (for filtering, insertion,895 * if the PF supports a different ethertype for stripping and insertion.898 * for stripping affect the ethertype(s) specified for insertion and visa versa901 * that will be the ethertype for both stripping and insertion.904 * stripping do not affect the ethertype(s) specified for insertion and visa943 * not allow outer VLAN filtering, stripping, or insertion t[all...]
13 // Loop pre-header insertion guarantees that there is a single, non-critical17 // Loop exit-block insertion guarantees that all exit blocks from the loop
130 // RAII object that stores the current insertion point and restores it when in SCEVInsertPointGuard() 312 /// insertion point. If a type is specified, the result will be expanded to370 /// Set the current insertion point. This is useful if multiple calls to383 /// Clear the current insertion point. This is useful if the instruction384 /// that had been serving as the insertion point may have been deleted.528 /// current insertion point.
213 report_fatal_error("need testcase to support multiple insertion points"); in repairReg() 336 // could not find an insertion point before the terminators of in tryAvoidingSplit() 498 // Find the insertion point for the repairing code. in computeMapping() 503 // If we need to split a basic block to materialize this insertion point, in computeMapping() 533 // Sums up the repairing cost of MO at each insertion point. in computeMapping() 687 // Set a sensible insertion point so that subsequent calls to in assignRegisterBanks() 787 // * After, move the insertion point past the last phi. in RepairingPlacement() 798 // Check if we can move the insertion point prior to the in RepairingPlacement() 829 "copy insertion in middle of terminators not handled"); in RepairingPlacement() 905 // Otherwise the insertion poin in materialize() [all...]