Searched defs:ProtectedObjs (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
H A D | LocalStackSlotAllocation.cpp | 73 SmallSet<int, 16> &ProtectedObjs, 168 SmallSet<int, 16> &ProtectedObjs, 177 ProtectedObjs.insert(i); 196 SmallSet<int, 16> ProtectedObjs; local 228 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, 230 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, 232 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, 243 if (ProtectedObjs.count(i)) 167 AssignProtectedObjSet(const StackObjSet &UnassignedObjs, SmallSet<int, 16> &ProtectedObjs, MachineFrameInfo *MFI, bool StackGrowsDown, int64_t &Offset, unsigned &MaxAlign) argument
|
H A D | PrologEpilogInserter.cpp | 531 SmallSet<int, 16> &ProtectedObjs, 539 ProtectedObjs.insert(i); 661 SmallSet<int, 16> ProtectedObjs; local 700 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, 702 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, 704 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, 722 if (ProtectedObjs.count(i)) 530 AssignProtectedObjSet(const StackObjSet &UnassignedObjs, SmallSet<int, 16> &ProtectedObjs, MachineFrameInfo *MFI, bool StackGrowsDown, int64_t &Offset, unsigned &MaxAlign, unsigned Skew) argument
|
/external/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyPEI.cpp | 547 SmallSet<int, 16> &ProtectedObjs, 555 ProtectedObjs.insert(i); 677 SmallSet<int, 16> ProtectedObjs; local 716 AssignProtectedObjSet(LargeArrayObjs, ProtectedObjs, MFI, StackGrowsDown, 718 AssignProtectedObjSet(SmallArrayObjs, ProtectedObjs, MFI, StackGrowsDown, 720 AssignProtectedObjSet(AddrOfObjs, ProtectedObjs, MFI, StackGrowsDown, 738 if (ProtectedObjs.count(i)) 546 AssignProtectedObjSet(const StackObjSet &UnassignedObjs, SmallSet<int, 16> &ProtectedObjs, MachineFrameInfo *MFI, bool StackGrowsDown, int64_t &Offset, unsigned &MaxAlign, unsigned Skew) argument
|
Completed in 69 milliseconds