Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCVSXSwapRemoval.cpp153 void handleSpecialSwappables(int EntryIdx);
564 for (unsigned EntryIdx = 0; EntryIdx < SwapVector.size(); ++EntryIdx) { in formWebs() local
566 MachineInstr *MI = SwapVector[EntryIdx].VSEMI; in formWebs()
568 DEBUG(dbgs() << "\n" << SwapVector[EntryIdx].VSEId << " "); in formWebs()
585 SwapVector[EntryIdx].MentionsPhysVR = 1; in formWebs()
597 SwapVector[EntryIdx].VSEId); in formWebs()
600 SwapVector[EntryIdx].VSEId)); in formWebs()
615 for (unsigned EntryIdx = 0; EntryIdx < SwapVector.size(); ++EntryIdx) { in recordUnoptimizableWebs() local
616 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs()
625 if (SwapVector[EntryIdx].MentionsPhysVR || in recordUnoptimizableWebs()
[all …]
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp6506 uint32_t EntryIdx = RelocAddress / EntrySize; in printMachOCompactUnwindSection() local
6507 uint32_t OffsetInEntry = RelocAddress - EntryIdx * EntrySize; in printMachOCompactUnwindSection()
6508 CompactUnwindEntry &Entry = CompactUnwinds[EntryIdx]; in printMachOCompactUnwindSection()