Home
last modified time | relevance | path

Searched full:inserted (Results 1 – 25 of 1449) sorted by relevance

12345678910>>...58

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dlwpintrin.h60 /// A 32-bit value is zero-extended and inserted into the 64-bit Data2 field.
62 /// A 32-bit value is inserted into the 32-bit Data1 field.
64 /// A 32-bit immediate value is inserted into the 32-bit Flags field.
82 /// A 32-bit value is zero-extended and inserted into the 64-bit Data2 field.
84 /// A 32-bit value is inserted into the 32-bit Data1 field.
86 /// A 32-bit immediate value is inserted into the 32-bit Flags field.
101 /// A 64-bit value is inserted into the 64-bit Data2 field.
103 /// A 32-bit value is inserted into the 32-bit Data1 field.
105 /// A 32-bit immediate value is inserted into the 32-bit Flags field.
123 /// A 64-bit value is and inserted into the 64-bit Data2 field.
[all …]
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_minheap.c58 struct event *inserted[1024]; in test_heap_randomized() local
65 inserted[i] = malloc(sizeof(struct event)); in test_heap_randomized()
66 set_random_timeout(inserted[i]); in test_heap_randomized()
67 min_heap_push_(&heap, inserted[i]); in test_heap_randomized()
74 min_heap_erase_(&heap, inserted[i]); in test_heap_randomized()
91 free(inserted[i]); in test_heap_randomized()
H A Dcheck-dumpevents.py13 expect_inserted_pos = text.index("Inserted:\n")
15 got_inserted_pos = text.index("Inserted events:\n")
48 sys.stderr.write("Inserted event lists were not as expected!")
/freebsd/contrib/libevent/test/
H A Dregress_minheap.c58 struct event *inserted[1024]; in test_heap_randomized() local
65 inserted[i] = malloc(sizeof(struct event)); in test_heap_randomized()
66 set_random_timeout(inserted[i]); in test_heap_randomized()
67 min_heap_push_(&heap, inserted[i]); in test_heap_randomized()
74 min_heap_erase_(&heap, inserted[i]); in test_heap_randomized()
91 free(inserted[i]); in test_heap_randomized()
H A Dcheck-dumpevents.py13 expect_inserted_pos = text.index("Inserted:\n")
15 got_inserted_pos = text.index("Inserted events:\n")
48 sys.stderr.write("Inserted event lists were not as expected!")
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManagerImpl.h140 bool Inserted; in getResultImpl() local
141 std::tie(RI, Inserted) = AnalysisResults.insert(std::make_pair( in getResultImpl()
146 if (Inserted) { in getResultImpl()
160 // P.run may have inserted elements into AnalysisResults and invalidated in getResultImpl()
163 assert(RI != AnalysisResults.end() && "we just inserted it!"); in getResultImpl()
201 bool Inserted = in invalidate() local
203 (void)Inserted; in invalidate()
204 assert(Inserted && "Should never have already inserted this ID, likely " in invalidate()
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteBuffer.h23 /// RewriteBuffer. For example, if text is inserted into the buffer, any
65 /// text is inserted after the specified location.
72 /// SourceBuffer. The text is inserted before the specified location. This is
80 /// The text is inserted after the specified location.
95 /// position where text is inserted, the location returned will be after any
96 /// inserted text at the position.
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h44 u32 Put(args_type args, bool *inserted = nullptr);
116 bool *inserted) { in Put() argument
117 if (inserted) in Put()
118 *inserted = false; in Put()
146 if (inserted) *inserted = true; in Put()
168 // the hash table, but the only issue is a few items inserted by parent
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.cpp93 /// inserted into default pipelines at the respective extension points
96 cl::desc("A textual description of the function pass pipeline inserted at "
102 "A textual description of the loop pass pipeline inserted at "
107 cl::desc("A textual description of the loop pass pipeline inserted at "
112 cl::desc("A textual description of the function pass pipeline inserted at "
117 cl::desc("A textual description of the cgscc pass pipeline inserted at "
122 cl::desc("A textual description of the function pass pipeline inserted at "
127 cl::desc("A textual description of the module pass pipeline inserted at "
132 cl::desc("A textual description of the module pass pipeline inserted at "
137 cl::desc("A textual description of the module pass pipeline inserted at "
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp76 /// equals to \p True. Return true if inserted successfully.
136 bool Inserted = false; in collectControlConditions() local
145 Inserted = Conditions.addControlCondition( in collectControlConditions()
151 Inserted = Conditions.addControlCondition( in collectControlConditions()
156 if (Inserted) in collectControlConditions()
169 bool Inserted = false; in addControlCondition() local
174 Inserted = true; in addControlCondition()
177 LLVM_DEBUG(dbgs() << (Inserted ? "Inserted " : "Not inserted ") << C << "\n"); in addControlCondition()
178 return Inserted; in addControlCondition()
H A DLCSSA.cpp159 // If we already inserted something for this BB, don't reprocess it. in formLCSSAForInstructions()
196 // header. This could break LCSSA form for L2 because these inserted PHIs in formLCSSAForInstructions()
213 // inserted. in formLCSSAForInstructions()
224 // If this use is in an exit block, rewrite to use the newly inserted PHI. in formLCSSAForInstructions()
226 // in the same block. It assumes the PHI we inserted is at the end of the in formLCSSAForInstructions()
254 // traversed while rewriting the uses. If we inserted just a single PHI, in formLCSSAForInstructions()
269 // traversed while rewriting the uses. If we inserted just a single PHI, in formLCSSAForInstructions()
277 // SSAUpdater might have inserted phi-nodes inside other loops. We'll need in formLCSSAForInstructions()
287 // Post process PHI instructions that were inserted into another disjoint in formLCSSAForInstructions()
474 /// loop preheaders be inserted into the CFG. It maintains both of these,
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAddressRanges.h181 // Inserted range does not overlap with any range. in insert()
188 // Inserted range partially overlaps with current range. in insert()
189 // Store not overlapped part of inserted range. in insert()
197 // Inserted range fully overlaps with current range. in insert()
201 // Inserted range partially overlaps with current range. in insert()
202 // Remove overlapped part from the inserted range. in insert()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h279 bool Inserted;
280 std::tie(Iter, Inserted) = BBInfos.insert(std::make_pair(Src, nullptr));
281 if (Inserted) {
282 // Newly inserted, update the real info.
286 std::tie(Iter, Inserted) = BBInfos.insert(std::make_pair(Dest, nullptr));
287 if (Inserted)
288 // Newly inserted, update the real info. in F()
263 bool Inserted; addEdge() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopUtils.h26 /// The loop block is copied and inserted into the CFG such that two copies of
27 /// the loop follow on from each other. The copy is inserted either before or
30 /// Phis are updated and an unconditional branch inserted at the end of the
H A DIndirectThunks.h40 /// each of the thunk functions to be inserted
49 /// to track which thunks were already inserted.
51 /// In any case, the thunk function has to be inserted on behalf of some other
65 // inserted so far. InsertedThunksTy is usually a bool, but can be other types
101 /// If multiple thunks are created, the content that must be inserted in the
174 // have already been inserted. in run()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DMacroExpansionContext.cpp62 bool Inserted; in MacroExpands() local
63 std::tie(It, Inserted) = in MacroExpands()
65 if (Inserted) { in MacroExpands()
226 bool Inserted; in onTokenLexed() local
227 std::tie(It, Inserted) = in onTokenLexed()
229 if (!Inserted) in onTokenLexed()
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/
H A Duncore-other.json391 …: All requests from iA Cores : Counts the number of entries successfuly inserted into the TOR that…
403 …CLFlushes issued by iA Cores : Counts the number of entries successfuly inserted into the TOR that…
415 …ts : CRDs issued by iA Cores : Counts the number of entries successfuly inserted into the TOR that…
427 … DRd_Opts issued by iA Cores : Counts the number of entries successfuly inserted into the TOR that…
439 …Opt_Prefs issued by iA Cores : Counts the number of entries successfuly inserted into the TOR that…
451 …om iA Cores that Hit the LLC : Counts the number of entries successfuly inserted into the TOR that…
463 …by iA Cores that Hit the LLC : Counts the number of entries successfuly inserted into the TOR that…
475 …by iA Cores that hit the LLC : Counts the number of entries successfuly inserted into the TOR that…
487 …by iA Cores that hit the LLC : Counts the number of entries successfuly inserted into the TOR that…
499 …by iA Cores that hit the LLC : Counts the number of entries successfuly inserted into the TOR that…
[all …]
/freebsd/contrib/diff/src/
H A Dcontext.c218 If lines were inserted here in file 1, this is "changed". in pr_context_hunk()
220 prefix = (next->inserted > 0 ? "!" : "-"); in pr_context_hunk()
239 while (next && next->line1 + next->inserted <= i) in pr_context_hunk()
248 Otherwise it is "inserted". */ in pr_context_hunk()
361 /* Then output the inserted part. */ in pr_unidiff_hunk()
363 k = next->inserted; in pr_unidiff_hunk()
401 top1 = start->line1 + start->inserted; in find_hunk()
420 It should be 1 if all the lines inserted or deleted in that change
H A Ddiff.h209 and some are inserted.
213 INSERTED is the number of lines inserted here in file 1.
216 which the insertion was done; vice versa for INSERTED and LINE1. */
221 lin inserted; /* # lines of file 1 changed here. */ member
224 lin line1; /* Line number of 1st inserted line. */
H A Dutil.c511 the line is inserted, deleted, changed, etc.). */
647 Return UNCHANGED if only ignorable lines are inserted or deleted,
649 NEW if lines of file 1 are inserted,
680 l1 = next->line1 + next->inserted - 1; in analyze_hunk()
682 show_to += next->inserted; in analyze_hunk()
719 /* If all inserted or deleted lines are ignorable, in analyze_hunk()
769 long int inserted = sp->inserted; in debug_script() local
771 line0, line1, deleted, inserted); in debug_script()
/freebsd/share/man/man3/
H A Dtree.3279 is the type of the elements to be inserted into the tree.
414 is the type of the elements to be inserted into the tree.
634 is defined by the RB user, then when an element is inserted or removed
649 is defined, then when an element is inserted or removed from the tree,
668 inserted again.
672 Values are inserted into it and the contents of the tree are printed
787 if the element was inserted in the tree successfully, otherwise they
/freebsd/contrib/tzcode/
H A Dtime2posix.338 by the net number of leap seconds inserted since the Epoch.
80 would have taken place on a POSIX system as leap seconds were inserted
110 the POSIX representation over the leap second inserted at the end of June,
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h70 /// Indicates whether LCSSA phis should be created for inserted values.
77 // InsertedValues only flags inserted instructions so needs no RAUW.
103 /// be inserted with increments at IVIncInsertPos.
216 /// Return a vector containing all instructions inserted during expansion.
304 /// program. The code is inserted into the specified block.
311 /// program. The code is inserted into the SCEVExpander's current
316 /// Generates a code sequence that evaluates this predicate. The inserted
397 /// Return true if the specified instruction was inserted by the code
417 /// MustDominate. Skips instructions inserted by the expander.
539 /// Helper to remove instructions inserted during SCEV expansion, unless they
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dqcom,ebi2.txt79 the data bus. They are inserted when reading one CS and switching to another
83 inserted after every write minimum 1. The data out is driven from the time
86 - qcom,xmem-write-delta-cycles: initial latency for write cycles inserted for
88 - qcom,xmem-read-delta-cycles: initial latency for read cycles inserted for the
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfReader.cpp38 auto [Iter, Inserted] = Callsites[Index].insert( in getOrEmplace()
40 if (!Inserted) in getOrEmplace()
132 auto [_, Inserted] = in readContext()
134 if (!Inserted) in readContext()

12345678910>>...58