OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Front
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
A15SDOptimizer.cpp
178
SmallVector<MachineInstr *, 8>
Front
;
182
Front
.push_back(MI);
184
while (
Front
.size() != 0) {
185
MI =
Front
.back();
186
Front
.pop_back();
359
SmallVector<MachineInstr *, 8>
Front
;
360
Front
.push_back(MI);
361
while (
Front
.size() != 0) {
362
MI =
Front
.pop_back_val();
377
Front
.push_back(NewMI)
[
all
...]
/src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_ilist.h
52
Elem*
Front
();
55
// Prev links point towards
front
of the queue.
120
Elem* e =
Front
();
135
Elem* IList<Base, Node, Elem>::
Front
() {
tsan_rtl.cpp
60
// Can be overriden by a
front
-end.
159
auto part = parts->
Front
();
183
trace->local_head = parts->
Front
();
919
trace, trace->parts.
Front
(), part, pos);
1033
trace->parts.
Front
(), trace->parts.Back(),
tsan_rtl_report.cpp
357
TracePart *part = trace->parts.
Front
();
467
first_part = trace->parts.
Front
();
485
trace->parts.
Front
(), last_part, last_pos);
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_ilist.h
52
Elem*
Front
();
55
// Prev links point towards
front
of the queue.
120
Elem* e =
Front
();
135
Elem* IList<Base, Node, Elem>::
Front
() {
tsan_rtl_report.cpp
461
TracePart *part = trace->parts.
Front
();
555
first_part = trace->parts.
Front
();
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
FormatUtil.cpp
37
StringRef
Front
= S.take_front(FinalLen / 2);
38
StringRef Back = S.take_back(
Front
.size());
39
return std::string(
Front
) + std::string("...") + std::string(Back);
/src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
DirectoryWatcher-linux.cpp
106
DirectoryWatcher::Event
Front
= Events.
front
();
108
return
Front
;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp
628
char
Front
= SymbolName.empty() ? '\0' : SymbolName[0];
629
if (
Front
== '_' ||
Front
== '@')
633
if (
Front
!= '?') {
664
if (!Name.empty() && Name.
front
() == '?') {
/src/tests/usr.bin/grep/
t_grep.sh
214
grep ^
Front
"$(atf_get_srcdir)/d_input"
/src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangle.cpp
33
return !S.empty() && std::isdigit(S.
front
());
88
switch (MangledName.
front
()) {
182
switch (S.
front
()) {
198
switch (S.
front
()) {
282
char
Front
= MangledName.popFront();
283
if (
Front
!= '6' &&
Front
!= '7') {
708
switch (MangledName.
front
()) {
1275
// This function uses goto, so declare all variables up
front
.
1722
assert(MangledName.
front
() >= '0' && MangledName.front() <= '4')
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
598
DD->getSectionLabel(&Ranges.
front
().Begin->getSection()) ==
599
Ranges.
front
().Begin))) {
600
const RangeSpan &
Front
= Ranges.
front
();
602
attachLowHighPC(Die,
Front
.Begin, Back.End);
1546
// Maintain order by iterating backwards and inserting to the
front
of CU
/src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
primitives.d
5
$(LREF empty), $(LREF
front
), $(LREF back), $(LREF popFront), $(LREF popBack) and $(LREF save).
16
primitives `
front
`, `popFront`, and `empty`.
94
$(TD Removes the
front
element of a range.
125
define the primitives `empty`, `popFront`, and `
front
`. The
132
auto h = r.
front
; // can get the
front
of the range of non-void type
146
$(LI `r.
front
` returns the current element in the range.
148
$(LI `r.
front
` can be legally evaluated if and only if evaluating
150
$(LI `r.
front
` evaluated multiple times, without calling
158
Also, note that Phobos code assumes that the primitives `r.
front
` an
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp
1563
const DWARFDebugRangeList::RangeListEntry &First = Entries.
front
();
1602
if (!Rows.empty() && Rows.back().Address < Seq.
front
().Address) {
1608
object::SectionedAddress
Front
= Seq.
front
().Address;
1610
Rows, [=](const DWARFDebugLine::Row &O) { return O.Address <
Front
; });
1616
if (InsertPoint != Rows.end() && InsertPoint->Address ==
Front
&&
1618
*InsertPoint = Seq.
front
();
/src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp
2836
StringRef
Front
;
2837
std::tie(
Front
, Asm) = Asm.split('\n');
2842
printEscapedString(
Front
, Out);
4010
// Special case conditional branches to swizzle the condition out to the
front
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
1761
InstructionsState S = getSameOpcode(Scalars, ReorderIndices.
front
());
2964
Ptr0 = PointerOps.
front
();
2967
Ptr0 = PointerOps[CurrentOrder.
front
()];
3239
Ptr0 = PointerOps.
front
();
3242
Ptr0 = PointerOps[CurrentOrder.
front
()];
3719
<< *VL.
front
() << ".\n");
3723
<< *VL.
front
() << ".\n");
4057
cast<StoreInst>(IsReorder ? VL[E->ReorderIndices.
front
()] : VL0);
4283
unsigned BundleWidth = VectorizableTree.
front
()->Scalars.size();
4474
<< *VectorizableTree.
front
()->Scalars.front() << ".\n
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp
734
std::unique_ptr<PredicateMatcher> P = std::move(Conditions.
front
());
741
return *Conditions.
front
();
987
InstructionMatcher &insnmatchers_front() const { return *Matchers.
front
(); }
1033
std::unique_ptr<PredicateTy>
Front
= std::move(Predicates.
front
());
1036
return
Front
;
2413
return Matchers.
front
()->getOpcode();
2417
return Matchers.
front
()->getNumOperands();
2421
InstructionMatcher &InsnMatcher = *Matchers.
front
();
3350
Matchers.
front
()->emitPredicateOpcodes(Table, *this)
[
all
...]
Completed in 70 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026