Home
last modified time | relevance | path

Searched refs:EntryIdx (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp151 void handleSpecialSwappables(int EntryIdx);
590 for (unsigned EntryIdx = 0; EntryIdx < SwapVector.size(); ++EntryIdx) { in formWebs() local
592 MachineInstr *MI = SwapVector[EntryIdx].VSEMI; in formWebs()
594 LLVM_DEBUG(dbgs() << "\n" << SwapVector[EntryIdx].VSEId << " "); in formWebs()
611 SwapVector[EntryIdx].MentionsPhysVR = 1; in formWebs()
623 SwapVector[EntryIdx].VSEId); in formWebs()
627 SwapVector[EntryIdx].VSEId)); in formWebs()
642 for (unsigned EntryIdx = 0; EntryIdx < SwapVector.size(); ++EntryIdx) { in recordUnoptimizableWebs() local
643 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs()
652 if (SwapVector[EntryIdx].MentionsPhysVR || in recordUnoptimizableWebs()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h212 for (unsigned EntryIdx = 0; EntryIdx < Values.size(); ++EntryIdx) in MergeRanges() local
213 if (!Values[EntryIdx].isEquivalent(Next.Values[EntryIdx])) in MergeRanges()
H A DDbgEntityHistoryCalculator.cpp241 for (size_t EntryIdx = *ToRemoveItr; EntryIdx < HistoryMapEntries.size(); in trimLocationRanges() local
242 ++EntryIdx) { in trimLocationRanges()
244 if (ToRemoveItr != ToRemove.end() && *ToRemoveItr == EntryIdx) { in trimLocationRanges()
248 Offsets[EntryIdx] = CurOffset; in trimLocationRanges()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1603 size_t EntryIdx = BlockIndex.find(&F->front())->second;
1606 ProbMatrix[EntryIdx].push_back(std::make_pair(Src, Scaled64::getOne()));
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h254 const auto EntryIdx = (Opcode - LowerBound); in executeMatchTable() local
257 readBytesAs<uint32_t>(MatchTable + CurrentIdx + (EntryIdx * 4)); in executeMatchTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7907 uint32_t EntryIdx = RelocAddress / EntrySize; in printMachOCompactUnwindSection() local
7908 uint32_t OffsetInEntry = RelocAddress - EntryIdx * EntrySize; in printMachOCompactUnwindSection()
7909 CompactUnwindEntry &Entry = CompactUnwinds[EntryIdx]; in printMachOCompactUnwindSection()