HomeSort by relevance Sort by last modified time
    Searched refs:EntryIdx (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCVSXSwapRemoval.cpp 158 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 = 0; EntryIdx < SwapVector.size(); ++EntryIdx)
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 493 milliseconds