Searched refs:StackObjSet (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 79 using StackObjSet = SmallSetVector<int, 8>; typedef in __anon3b79a2770111::LocalStackSlotPass 83 void AssignProtectedObjSet(const StackObjSet &UnassignedObjs, 176 void LocalStackSlotPass::AssignProtectedObjSet(const StackObjSet &UnassignedObjs, in AssignProtectedObjSet() 181 for (StackObjSet::const_iterator I = UnassignedObjs.begin(), in AssignProtectedObjSet() 204 StackObjSet LargeArrayObjs; in calculateFrameObjectOffsets() 205 StackObjSet SmallArrayObjs; in calculateFrameObjectOffsets() 206 StackObjSet AddrOfObjs; in calculateFrameObjectOffsets()
|
D | PrologEpilogInserter.cpp | 166 using StackObjSet = SmallSetVector<int, 8>; typedef 678 AssignProtectedObjSet(const StackObjSet &UnassignedObjs, in AssignProtectedObjSet() 683 for (StackObjSet::const_iterator I = UnassignedObjs.begin(), in AssignProtectedObjSet() 821 StackObjSet LargeArrayObjs; in calculateFrameObjectOffsets() 822 StackObjSet SmallArrayObjs; in calculateFrameObjectOffsets() 823 StackObjSet AddrOfObjs; in calculateFrameObjectOffsets()
|
/external/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 68 typedef SmallSetVector<int, 8> StackObjSet; typedef in __anoncab6ec3f0111::LocalStackSlotPass 72 void AssignProtectedObjSet(const StackObjSet &UnassignedObjs, 167 void LocalStackSlotPass::AssignProtectedObjSet(const StackObjSet &UnassignedObjs, in AssignProtectedObjSet() 173 for (StackObjSet::const_iterator I = UnassignedObjs.begin(), in AssignProtectedObjSet() 198 StackObjSet LargeArrayObjs; in calculateFrameObjectOffsets() 199 StackObjSet SmallArrayObjs; in calculateFrameObjectOffsets() 200 StackObjSet AddrOfObjs; in calculateFrameObjectOffsets()
|
D | PrologEpilogInserter.cpp | 167 typedef SmallSetVector<int, 8> StackObjSet; typedef 685 AssignProtectedObjSet(const StackObjSet &UnassignedObjs, in AssignProtectedObjSet() 690 for (StackObjSet::const_iterator I = UnassignedObjs.begin(), in AssignProtectedObjSet() 827 StackObjSet LargeArrayObjs; in calculateFrameObjectOffsets() 828 StackObjSet SmallArrayObjs; in calculateFrameObjectOffsets() 829 StackObjSet AddrOfObjs; in calculateFrameObjectOffsets()
|