Searched refs:ProtectedObjs (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 84 SmallSet<int, 16> &ProtectedObjs, 177 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument 185 ProtectedObjs.insert(i); in AssignProtectedObjSet() 202 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local 234 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 236 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 238 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 249 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()
|
D | PrologEpilogInserter.cpp | 679 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument 687 ProtectedObjs.insert(i); in AssignProtectedObjSet() 819 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local 859 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 861 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 863 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 883 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()
|
/external/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 73 SmallSet<int, 16> &ProtectedObjs, 168 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument 177 ProtectedObjs.insert(i); in AssignProtectedObjSet() 196 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local 228 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 230 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 232 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 243 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()
|
D | PrologEpilogInserter.cpp | 686 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument 694 ProtectedObjs.insert(i); in AssignProtectedObjSet() 825 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local 865 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 867 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 869 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 890 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()
|