Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp158 void handleSpecialSwappables(int EntryIdx);
586 for (unsigned EntryIdx = 0; EntryIdx < SwapVector.size(); ++EntryIdx) { in formWebs() local
588 MachineInstr *MI = SwapVector[EntryIdx].VSEMI; in formWebs()
590 DEBUG(dbgs() << "\n" << SwapVector[EntryIdx].VSEId << " "); in formWebs()
607 SwapVector[EntryIdx].MentionsPhysVR = 1; in formWebs()
619 SwapVector[EntryIdx].VSEId); in formWebs()
622 SwapVector[EntryIdx].VSEId)); in formWebs()
637 for (unsigned EntryIdx = 0; EntryIdx < SwapVector.size(); ++EntryIdx) { in recordUnoptimizableWebs() local
638 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs()
647 if (SwapVector[EntryIdx].MentionsPhysVR || in recordUnoptimizableWebs()
[all …]
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7086 uint32_t EntryIdx = RelocAddress / EntrySize; in printMachOCompactUnwindSection() local
7087 uint32_t OffsetInEntry = RelocAddress - EntryIdx * EntrySize; in printMachOCompactUnwindSection()
7088 CompactUnwindEntry &Entry = CompactUnwinds[EntryIdx]; in printMachOCompactUnwindSection()