/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCFrameLowering.cpp | 357 int StackObj = MFI.CreateFixedSpillStackObject(4, CurOffset, true); in assignCalleeSavedSpillSlots() 365 int StackObj = MFI.CreateFixedSpillStackObject(4, CurOffset, true); in assignCalleeSavedSpillSlots() 378 int FI = MFI.CreateFixedSpillStackObject(4, CurOffset, true); in assignCalleeSavedSpillSlots() 389 I.setFrameIdx(MFI.CreateFixedSpillStackObject(4, CurOffset, true)); in assignCalleeSavedSpillSlots()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/ |
H A D | ARCFrameLowering.cpp | 356 int StackObj = MFI.CreateFixedSpillStackObject(4, CurOffset, true); in assignCalleeSavedSpillSlots() 364 int StackObj = MFI.CreateFixedSpillStackObject(4, CurOffset, true); in assignCalleeSavedSpillSlots() 377 int FI = MFI.CreateFixedSpillStackObject(4, CurOffset, true); in assignCalleeSavedSpillSlots() 388 I.setFrameIdx(MFI.CreateFixedSpillStackObject(4, CurOffset, true)); in assignCalleeSavedSpillSlots()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 101 int FrameIdx = MFFrame.CreateFixedSpillStackObject(8, Offset); in assignCalleeSavedSpillSlots() 138 int FrameIdx = MFFrame.CreateFixedSpillStackObject(8, Offset); in assignCalleeSavedSpillSlots() 164 int FrameIdx = MFFrame.CreateFixedSpillStackObject(Size, CurrOffset); in assignCalleeSavedSpillSlots()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 196 int FrameIdx = MFFrame.CreateFixedSpillStackObject(8, Offset); in assignCalleeSavedSpillSlots() 234 int FrameIdx = MFFrame.CreateFixedSpillStackObject(Size, CurrOffset); in assignCalleeSavedSpillSlots() 1025 int FrameIdx = MFFrame.CreateFixedSpillStackObject(RegSize, Offset); in assignCalleeSavedSpillSlots() 1409 MFFrame.CreateFixedSpillStackObject(RegSize, Offset - StackSize)); in determineFrameLayout()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineFrameInfo.cpp | 102 int MachineFrameInfo::CreateFixedSpillStackObject(uint64_t Size, in CreateFixedSpillStackObject() function in MachineFrameInfo
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineFrameInfo.cpp | 101 int MachineFrameInfo::CreateFixedSpillStackObject(uint64_t Size, in CreateFixedSpillStackObject() function in MachineFrameInfo
|
H A D | PrologEpilogInserter.cpp | 449 FrameIdx = MFI.CreateFixedSpillStackObject(Size, FixedSlot->Offset); in assignCalleeSavedSpillSlots()
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 547 int CreateFixedSpillStackObject(uint64_t Size, int64_t SPOffset);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 684 int CreateFixedSpillStackObject(uint64_t Size, int64_t SPOffset,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 684 int CreateFixedSpillStackObject(uint64_t Size, int64_t SPOffset,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 684 int CreateFixedSpillStackObject(uint64_t Size, int64_t SPOffset,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineFrameInfo.h | 653 int CreateFixedSpillStackObject(uint64_t Size, int64_t SPOffset,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 688 int CreateFixedSpillStackObject(uint64_t Size, int64_t SPOffset,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 684 int CreateFixedSpillStackObject(uint64_t Size, int64_t SPOffset,
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 1837 MFI->CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots() 1861 int SlotIndex = MFI->CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots() 1879 MFI->CreateFixedSpillStackObject(RC->getSize(), SpillSlotOffset); in assignCalleeSavedSpillSlots()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 2613 MFI.CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots() 2619 MFI.CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots() 2645 int SlotIndex = MFI.CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots() 2672 int SlotIndex = MFI.CreateFixedSpillStackObject(Size, SpillSlotOffset); in assignCalleeSavedSpillSlots()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 1997 MFI.CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots() 2021 int SlotIndex = MFI.CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots() 2048 int SlotIndex = MFI.CreateFixedSpillStackObject(Size, SpillSlotOffset); in assignCalleeSavedSpillSlots()
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 641 int MachineFrameInfo::CreateFixedSpillStackObject(uint64_t Size, in CreateFixedSpillStackObject() function in MachineFrameInfo
|
H A D | PrologEpilogInserter.cpp | 388 MFI->CreateFixedSpillStackObject(RC->getSize(), FixedSlot->Offset); in assignCalleeSavedSpillSlots()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.cpp | 815 MFI.CreateFixedSpillStackObject(SlotSize, SpillSlotOffset); in assignCalleeSavedSpillSlots()
|
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 490 ObjectIdx = MFI.CreateFixedSpillStackObject(Object.Size, Object.Offset); in initializeFrameInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 680 ObjectIdx = MFI.CreateFixedSpillStackObject(Object.Size, Object.Offset); in initializeFrameInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 1551 int FI = MFI.CreateFixedSpillStackObject(TRI->getSpillSize(*RC), S->Offset); in assignCalleeSavedSpillSlots() 1568 int FI = MFI.CreateFixedSpillStackObject(Size, Off); in assignCalleeSavedSpillSlots()
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 1324 int FI = MFI->CreateFixedSpillStackObject(RC->getSize(), S->Offset); in assignCalleeSavedSpillSlots() 1340 int FI = MFI->CreateFixedSpillStackObject(RC->getSize(), Off); in assignCalleeSavedSpillSlots()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 1666 int FI = MFI.CreateFixedSpillStackObject(TRI->getSpillSize(*RC), S->Offset); in assignCalleeSavedSpillSlots() 1682 int FI = MFI.CreateFixedSpillStackObject(Size, Off); in assignCalleeSavedSpillSlots()
|