/external/swiftshader/third_party/llvm-10.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 242 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 244 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 246 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 257 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()
|
D | PrologEpilogInserter.cpp | 770 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument 778 ProtectedObjs.insert(i); in AssignProtectedObjSet() 930 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local 989 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 991 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 993 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 1012 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()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 83 SmallSet<int, 16> &ProtectedObjs, 175 const StackObjSet &UnassignedObjs, SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument 180 ProtectedObjs.insert(i); in AssignProtectedObjSet() 197 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local 243 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 245 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 247 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 258 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()
|
D | PrologEpilogInserter.cpp | 829 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() argument 836 ProtectedObjs.insert(i); in AssignProtectedObjSet() 969 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets() local 1038 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 1040 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 1042 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, in calculateFrameObjectOffsets() 1061 if (ProtectedObjs.count(i)) in calculateFrameObjectOffsets()
|