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

/external/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp158 void handleSpecialSwappables(int EntryIdx);
586 for (unsigned EntryIdx = 0; EntryIdx < SwapVector.size(); ++EntryIdx) {
588 MachineInstr *MI = SwapVector[EntryIdx].VSEMI;
590 DEBUG(dbgs() << "\n" << SwapVector[EntryIdx].VSEId << " ");
607 SwapVector[EntryIdx].MentionsPhysVR = 1;
619 SwapVector[EntryIdx].VSEId);
622 SwapVector[EntryIdx].VSEId));
637 for (unsigned EntryIdx
808 handleSpecialSwappables(int EntryIdx) argument
[all...]
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp7086 uint32_t EntryIdx = RelocAddress / EntrySize; local
7087 uint32_t OffsetInEntry = RelocAddress - EntryIdx * EntrySize;
7088 CompactUnwindEntry &Entry = CompactUnwinds[EntryIdx];

Completed in 108 milliseconds