Lines Matching defs:SwapEntry
126 int addSwapEntry(MachineInstr *MI, PPCVSXSwapEntry &SwapEntry);
268 // Create a SwapEntry initialized to zeros, then fill in the
271 PPCVSXSwapEntry SwapEntry{};
272 int VecIdx = addSwapEntry(&MI, SwapEntry);
539 PPCVSXSwapEntry& SwapEntry) {
540 SwapEntry.VSEMI = MI;
541 SwapEntry.VSEId = SwapVector.size();
542 SwapVector.push_back(SwapEntry);
543 EC->insert(SwapEntry.VSEId);
544 SwapMap[MI] = SwapEntry.VSEId;
545 return SwapEntry.VSEId;