Searched refs:Front (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp178 SmallVector<MachineInstr *, 8> Front; local
182 Front.push_back(MI);
184 while (Front.size() != 0) {
185 MI = Front.back();
186 Front.pop_back();
359 SmallVector<MachineInstr *, 8> Front; local
360 Front.push_back(MI);
361 while (Front.size() != 0) {
362 MI = Front.pop_back_val();
377 Front
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_ilist.h52 Elem* Front();
120 Elem* e = Front();
135 Elem* IList<Base, Node, Elem>::Front() { function in class:__tsan::IList
H A Dtsan_rtl_report.cpp461 TracePart *part = trace->parts.Front();
555 first_part = trace->parts.Front();
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp37 StringRef Front = S.take_front(FinalLen / 2); local
38 StringRef Back = S.take_back(Front.size());
39 return std::string(Front) + std::string("...") + std::string(Back);
/netbsd-current/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp106 DirectoryWatcher::Event Front = Events.front(); local
108 return Front;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp628 char Front = SymbolName.empty() ? '\0' : SymbolName[0]; local
629 if (Front == '_' || Front == '@')
633 if (Front != '?') {
/netbsd-current/tests/usr.bin/grep/
H A Dt_grep.sh214 grep ^Front "$(atf_get_srcdir)/d_input"
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp282 char Front = MangledName.popFront(); local
283 if (Front != '6' && Front != '7') {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp600 const RangeSpan &Front = Ranges.front(); local
602 attachLowHighPC(Die, Front.Begin, Back.End);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dprimitives.d229 static struct Front
239 @property auto front() { return Front(&this); }
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dprimitives.d237 static struct Front
247 @property auto front() { return Front(&this); }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1608 object::SectionedAddress Front = Seq.front().Address; local
1610 Rows, [=](const DWARFDebugLine::Row &O) { return O.Address < Front; });
1616 if (InsertPoint != Rows.end() && InsertPoint->Address == Front &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2836 StringRef Front; local
2837 std::tie(Front, Asm) = Asm.split('\n');
2842 printEscapedString(Front, Out);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4643 auto *Front = E->getMainOp();
4644 auto *BB = Front->getParent();
4674 // iterate forwards from Front (inclusive) until we either see all
4675 // instructions in the bundle or reach the end of the block. If Front is the
4676 // last instruction in program order, LastInst will be set to Front, and we
4686 for (auto &I : make_range(BasicBlock::iterator(Front), BB->end())) {
4696 // debug location to Front.
4698 Builder.SetCurrentDebugLocation(Front->getDebugLoc());
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1033 std::unique_ptr<PredicateTy> Front = std::move(Predicates.front()); local
1036 return Front;

Completed in 176 milliseconds