Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp61 SmallVector<SmallVector<MachineMemOperand *, 8>, 16> SSRefs; member in __anon64010f6a0111::StackSlotColoring
140 SSRefs.resize(MFI->getObjectIndexEnd()); in ScanForSpillSlotRefs()
171 SSRefs[FI].push_back(MMO); in ScanForSpillSlotRefs()
317 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) { in ColorSlots()
323 SmallVectorImpl<MachineMemOperand *> &RefMMOs = SSRefs[SS]; in ColorSlots()
457 for (unsigned i = 0, e = SSRefs.size(); i != e; ++i) in runOnMachineFunction()
458 SSRefs[i].clear(); in runOnMachineFunction()
459 SSRefs.clear(); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp72 SmallVector<SmallVector<MachineInstr*, 8>, 16> SSRefs; member in __anon86ef69160111::StackSlotColoring
178 SSRefs.resize(MFI->getObjectIndexEnd()); in ScanForSpillSlotRefs()
200 SSRefs[FI].push_back(MI); in ScanForSpillSlotRefs()
415 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) { in ColorSlots()
422 SmallVector<MachineInstr*, 8> &RefMIs = SSRefs[SS]; in ColorSlots()
447 SmallVector<MachineInstr*, 8> &RefMIs = SSRefs[SS]; in AllMemRefsCanBeUnfolded()
751 for (unsigned i = 0, e = SSRefs.size(); i != e; ++i) in runOnMachineFunction()
752 SSRefs[i].clear(); in runOnMachineFunction()
753 SSRefs.clear(); in runOnMachineFunction()