Searched refs:front (Results 351 - 375 of 630) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp328 reg_value->SetBytes(&(bytes.front()), byte_size, eByteOrderLittle);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h139 Instruction *getFirstInstruction() const { return getInstructions().front(); }
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp733 if (Name.front() == 'u') {
763 if (Name.front() == 'x') {
778 if (Name.front() == 'x') {
1931 return *GoodVec.front();
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DWriter.cpp769 importTableStart = importDirs->chunks.front();
776 iatStart = importAddresses->chunks.front();
1053 edataStart = edataSec->chunks.front();
1213 firstPdata = pdataSec->chunks.front();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h554 Reports.front()->Profile(ID);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp167 MissingHeader = Current->MissingHeaders.front();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1514 const DWARFDebugRangeList::RangeListEntry &First = Entries.front();
1553 if (!Rows.empty() && Rows.back().Address < Seq.front().Address) {
1559 object::SectionedAddress Front = Seq.front().Address;
1569 *InsertPoint = Seq.front();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp254 uint8_t Pad = Content.front();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp171 if (ParentName.front() == '<' && ParentName.back() == '>')
437 // front before we start accessing any DIEs since there might be
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp629 if (!Name.empty() && Name.front() == '?') {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp492 JITTargetAddress BlockStart = BlockSyms.front()->Value;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp303 F = cast<FunctionSummary>(V.getSummaryList().front().get());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp353 << ore::NV("Block", Region.front());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp325 Instruction *EHPad = CV.front()->getFirstNonPHI();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp443 &L->getHeader()->front());
H A DSimpleLoopUnswitch.cpp462 SplitBlock(LoopExitBB, &LoopExitBB->front(), &DT, &LI, MSSAU);
730 SplitBlock(DefaultExitBB, &DefaultExitBB->front(), &DT, &LI, MSSAU);
757 SplitExitBB = SplitBlock(ExitBB, &ExitBB->front(), &DT, &LI, MSSAU);
1055 auto *MergeBB = SplitBlock(ExitBB, &ExitBB->front(), &DT, &LI, MSSAU);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp488 BasicBlock::iterator It = AssumesInBB.front()->getIterator();
H A DEvaluator.cpp690 BasicBlock *CurBB = &F->front();
H A DScalarEvolutionExpander.cpp377 // Resort the operand list, moving any constants to the front.
1295 Value *StepV = expandCodeFor(Step, IntTy, &L->getHeader()->front());
1441 StepV = expandCodeFor(Step, IntTy, &L->getHeader()->front());
1577 &Header->front());
1948 cast<PHINode>(expandCodeFor(H, nullptr, &L->getHeader()->front()));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp413 (!MAttrs.empty() && MAttrs.front() == "help");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp513 Snip(LCol - 1, Segments.empty() ? 0 : (Segments.front()->Col - 1));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp484 MachineBasicBlock &EntryMBB = MF.front();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp327 RegisterSubReg PR = WorkQ.front();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp603 assert(NewRefSCCs.front() == RC &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp402 auto *MD = MetadataList.lookup(PHs.front().getID());
409 PHs.front().replaceUseWith(MD);
580 switch (SubExpr.front()) {
599 switch (SubExpr.front()) {
1382 // Create type declarations up front to save memory. Also, buildODRType

Completed in 229 milliseconds

<<11121314151617181920>>