Searched refs:front (Results 126 - 150 of 630) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp23 filterDeadComdatFunctions(*DeadFunctionsInComdats.front()->getParent(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiFrameLowering.cpp93 assert(&MF.front() == &MBB && "Shrink-wrapping not yet supported");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp156 Instruction *FirstInst = &(Func->getEntryBlock().front());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp68 auto &MBB = MF.front();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp21 path.front() = Entry(Root, Size, Offsets.first);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A53Fix835769.cpp175 if (MI == &MBB.front()) {
H A DAArch64A57FPLoadBalancing.cpp381 return A.front()->startsBefore(B.front());
417 unsigned MinSize = L.front()->size() - SizeFuzz;
434 Chain *Ch = L.front();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp62 SUnit *ChainHead = Exports.front();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp127 findReturns(&MF.front());
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp120 m_active_categories.front()->SetEnabledPosition(p);
121 Disable(m_active_categories.front());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompileUnit.cpp288 0, file_indexes.front(), line, exact, &line_entry);
317 line_idx + 1, file_indexes.front(), found_line, true, &line_entry);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dsimple_ilist.h44 /// \li \c L.remove(L.front());
138 reference front() { return *begin(); } function in class:llvm::simple_ilist
139 const_reference front() const { return *begin(); } function in class:llvm::simple_ilist
143 /// Insert a node at the front; never copies.
149 /// Remove the node at the front; never deletes.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h248 QuarantineBatch *b = list_.front();
256 QuarantineBatch *current = list_.front();
H A Dsanitizer_thread_registry.cpp322 tctx = dead_threads_.front();
335 ThreadContextBase *tctx = invalid_threads_.front();
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h105 QuarantineBatch *B = List.front();
113 QuarantineBatch *Current = List.front();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp260 assert(SearchOrder.front().first &&
262 OS << " (\"" << SearchOrder.front().first->getName() << "\", "
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatProviders.h364 if (Style.front() != Indicator)
373 if (Style.front() != D[0])
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc132 if (FARPROC Ptr = GetProcAddress(HMODULE(Handles.front()), Symbol))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h234 MachineInstr &instr_front() { return Insts.front(); }
236 const MachineInstr &instr_front() const { return Insts.front(); }
239 MachineInstr &front() { return Insts.front(); } function in class:llvm::MachineBasicBlock
241 const MachineInstr &front() const { return Insts.front(); } function in class:llvm::MachineBasicBlock
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1285 uint32_t *buffer_begin = &codepoint_buffer.front();
1370 unsigned NumCharsSoFar = buffer_begin - &codepoint_buffer.front();
1747 Diags->Report(StringToks.front().getLocation(),
1749 << SourceRange(StringToks.front().getLocation(),
1759 Diags->Report(StringToks.front().getLocation(),
1763 << SourceRange(StringToks.front().getLocation(),
/freebsd-13-stable/sys/dev/pci/
H A Dpci_pci.c2076 rman_res_t align, start_free, end_free, front, back, wmask; local
2120 * amount of address space needed on both the front and back
2152 front = end_free - (count - 1);
2155 * The resource would now be allocated at (front,
2157 * bounds. end_free is checked above. If 'front' is
2161 if (front >= start && front <= end_free) {
2164 front, end_free);
2165 front &= ~wmask;
2166 front
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp109 StringRef Namespace = Registers.front().TheDef->getValueAsString("Namespace");
173 std::string Namespace = SubRegIndices.front().getNamespace();
409 StringRef Namespace = Regs.front().TheDef->getValueAsString("Namespace");
533 StringRef Namespace = Regs.front().TheDef->getValueAsString("Namespace");
1035 OS << " { " << getQualifiedName(Roots.front()->TheDef);
1193 OS << "namespace " << RegisterClasses.front().Namespace
1202 OS << "} // end namespace " << RegisterClasses.front().Namespace << "\n\n";
1408 OS << "\nnamespace " << RegisterClasses.front().Namespace
1434 OS << "} // end namespace " << RegisterClasses.front().Namespace << "\n";
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp286 if (!HS.lookupModule(module.path.front().GetStringRef())) {
288 module.path.front().AsCString());
315 clang::Module *top_level_module = DoGetModule(clang_path.front(), false);
320 module.path.front().AsCString());
594 return m_compiler_instance->loadModule(path.front().second, path, visibility,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp184 AddUnitDIE(m_die_array.front());
192 m_die_array.front().SetHasChildren(false);
244 m_first_die.SetHasChildren(m_die_array.front().HasChildren());
245 lldbassert(m_first_die == m_die_array.front());
247 m_first_die = m_die_array.front();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp176 if (Inst == &Inst->getParent()->front())
815 if (Candidates.empty() || Candidates.front().Cost <= 0)
817 auto C = Candidates.front();
843 Instruction *I0 = Insts.front();
859 Op->getName() + ".sink", &BBEnd->front());

Completed in 283 milliseconds

1234567891011>>