Searched refs:front (Results 276 - 300 of 604) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp103 SU = PhysicalRegCopy.front();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp438 auto *I = MaybeDead.front();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp416 MachineInstr *FirstSt = OG.front();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp345 return evalDerivedToBase(loc::MemRegionVal(MR), Paths.front());
H A DBugReporter.cpp374 // grabbing the front, processing it, and if we decide to keep it append
377 auto piece = std::move(path.front());
392 dyn_cast<PathDiagnosticEventPiece>(path.front().get())) {
399 piece = std::move(pieceToKeep == event ? piece : path.front());
426 // Remove the front piece from the path. If it is still something we
428 auto piece = std::move(pieces.front());
473 auto Piece = std::move(Path.front());
1151 Call = cast<PathDiagnosticCallPiece>(C.getActivePath().front().get());
1158 C.getActivePath().front().get() == Call);
1938 dyn_cast<PathDiagnosticControlFlowPiece>(Path.front()
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h165 return TemplateArgumentLists.front();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp131 MangledSymbol(getMangledNames(ParentDecl).front(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp274 stripExecutableExtension(llvm::sys::path::filename(Args.front()));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp390 IRBuilder<> B(&F->getEntryBlock().front());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp250 F = cast<FunctionSummary>(V.getSummaryList().front().get());
H A DDiagnosticInfo.cpp250 return Func->front();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp2295 StringRef FirstName = Pipeline->front().Name;
2311 auto &InnerPipeline = Pipeline->front().InnerPipeline;
2336 StringRef FirstName = Pipeline->front().Name;
2361 StringRef FirstName = Pipeline->front().Name;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h205 CurPtr = (char *)Slabs.front();
H A DCommandLine.h1607 reference front() { return Storage.front(); } function in class:llvm::list_storage
1608 const_reference front() const { return Storage.front(); } function in class:llvm::list_storage
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp68 Optional<uint32_t> Min = Limits.front().bytesRemaining(Offset);
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp277 Alias->getValueAsListOfStrings("Prefixes").front(), Alias,
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp116 uint32_t target = getEFlags(objectFiles.front());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h433 return m_row_list.front()->GetCFAValue().GetRegisterNumber();
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp310 bool lPrivate = (lhs->name.front() == 'l');
311 bool rPrivate = (rhs->name.front() == 'l');
335 else if (symbols.front()->value != section.address) {
338 0, Atom::scopeTranslationUnit, symbols.front()->value,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp291 if (host_str.front() == '[' && host_str.back() == ']')
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp128 SplitBB->isLandingPad() ? &SplitBB->front() : SplitBB->getTerminator());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp89 assert(&MF.front() == &MBB && "Shrink-wrapping not yet supported");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp185 assert(Node->Func == P.front());
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp309 Res.push_back(I->second.front());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp349 auto *PN = PHINode::Create(Builder.getInt8Ty(), 2, "", &LandingBB->front());
433 NewS->replaceAllUsesWith(Args.front());
443 EVI->replaceAllUsesWith(Args[EVI->getIndices().front()]);
613 // Builder should be inserting to the front of the new entry block.
726 Builder.SetInsertPoint(&NewF->getEntryBlock().front());

Completed in 378 milliseconds

<<11121314151617181920>>