| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXPrologEpilogPass.cpp | 66 unsigned FrameIdx = Op.getIndex(); in replaceFrameIndexDebugInstr() local 135 static inline void AdjustStackOffset(MachineFrameInfo &MFI, int FrameIdx, in AdjustStackOffset()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LocalStackSlotAllocation.cpp | 54 int FrameIdx; // The frame index member in __anon7165d95d0111::FrameRef 161 void LocalStackSlotImpl::AdjustStackOffset(MachineFrameInfo &MFI, int FrameIdx, in AdjustStackOffset() 370 int FrameIdx = FR.getFrameIndex(); in insertFrameReferenceRegisters() local
|
| H A D | PrologEpilogInserter.cpp | 511 int FrameIdx; in assignCalleeSavedSpillSlots() local 698 static inline void AdjustStackOffset(MachineFrameInfo &MFI, int FrameIdx, in AdjustStackOffset() 773 static inline bool scavengeStackSlot(MachineFrameInfo &MFI, int FrameIdx, in scavengeStackSlot() 1396 unsigned FrameIdx = Op.getIndex(); in replaceFrameIndexDebugInstr() local
|
| H A D | StackFrameLayoutAnalysisPass.cpp | 258 int FrameIdx = FI->getFrameIndex(); in genSlotDbgMapping() local
|
| H A D | MIRPrinter.cpp | 464 const int FrameIdx = CSInfo.getFrameIdx(); in convertStackObjects() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.cpp | 33 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot() 60 int FrameIdx, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI, in loadRegFromStackSlot()
|
| H A D | MSP430FrameLowering.cpp | 428 int FrameIdx = MF.getFrameInfo().CreateFixedObject(2, -4, true); in processFunctionBeforeFrameFinalized() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.cpp | 186 int FrameIdx = in assignCalleeSavedSpillSlots() local 225 int FrameIdx = MFFrame.CreateFixedSpillStackObject(Size, CurrOffset); in assignCalleeSavedSpillSlots() local 1069 int FrameIdx = in assignCalleeSavedSpillSlots() local 1082 int FrameIdx = MFFrame.CreateStackObject(Size, Alignment, true); in assignCalleeSavedSpillSlots() local 1552 for (int FrameIdx = MFFrame.getObjectIndexBegin(); FrameIdx != 0; in determineFrameLayout() local
|
| H A D | SystemZInstrInfo.cpp | 1025 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot() 1041 int FrameIdx, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI, in loadRegFromStackSlot()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaInstrInfo.cpp | 129 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot() 142 int FrameIdx, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI, in loadRegFromStackSlot()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SDNodeDbgValue.h | 75 static SDDbgOperand fromFrameIdx(unsigned FrameIdx) { in fromFrameIdx()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64MachineFunctionInfo.h | 281 void setStreamingVGIdx(unsigned FrameIdx) { StreamingVGIdx = FrameIdx; }; in setStreamingVGIdx() 366 int FrameIdx = Info.getFrameIdx(); in getCalleeSavedStackSize() local
|
| H A D | AArch64FrameLowering.cpp | 677 unsigned FrameIdx = Info.getFrameIdx(); in emitCalleeSavedGPRLocations() local 3184 int FrameIdx; member 4222 int FrameIdx = MFI.CreateStackObject(8, Align(16), true); in assignCalleeSavedSpillSlots() local 4281 int FrameIdx = MFI.CreateStackObject(Size, Alignment, true); in assignCalleeSavedSpillSlots() local 5796 int FrameIdx = *FI; in emitRemarks() local
|
| H A D | AArch64RegisterInfo.cpp | 884 int FrameIdx, in materializeFrameBaseRegister()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVFrameLowering.cpp | 1769 int FrameIdx = Info.getFrameIdx(); in processFunctionBeforeFrameFinalized() local 1963 int FrameIdx = MFI.CreateFixedSpillStackObject(Size, Offset); in assignCalleeSavedSpillSlots() local 1986 int FrameIdx = MFI.CreateFixedSpillStackObject(Size, Offset); in assignCalleeSavedSpillSlots() local 1999 int FrameIdx = MFI.CreateStackObject(Size, Alignment, true); in assignCalleeSavedSpillSlots() local
|
| H A D | RISCVRegisterInfo.cpp | 752 int FrameIdx, in materializeFrameBaseRegister()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 988 const yaml::StringValue &RegisterSource, bool IsRestored, int FrameIdx) { in parseCalleeSavedRegister() 1037 const T &Object, int FrameIdx) { in parseStackObjectsDebugInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetRegisterInfo.h | 1048 int &FrameIdx) const { in hasReservedSpillSlot() 1087 int FrameIdx, in materializeFrameBaseRegister()
|
| H A D | MachineFrameInfo.h | 38 int FrameIdx; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 1951 MachineFunction &MF, unsigned SrcReg, bool isKill, int FrameIdx, in StoreRegToStackSlot() 1974 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlotNoUpd() 1994 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot() 2009 unsigned DestReg, int FrameIdx, in LoadRegFromStackSlot() 2020 int FrameIdx, const TargetRegisterClass *RC, in loadRegFromStackSlotNoUpd() 2042 int FrameIdx, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI, in loadRegFromStackSlot()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastPreTileConfig.cpp | 128 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GISelValueTracking.cpp | 65 int FrameIdx = MI->getOperand(1).getIndex(); in computeKnownAlignment() local 303 int FrameIdx = MI.getOperand(1).getIndex(); in computeKnownBitsImpl() local
|
| H A D | CallLowering.cpp | 859 int FrameIdx = MFI.CreateStackObject(OrigTy.getScalarSizeInBits(), in handleAssignments() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.cpp | 695 int FrameIdx, in materializeFrameBaseRegister()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 460 int FrameIdx = MF.getFrameInfo().CreateFixedObject(4, 64, true); in LowerFormalArguments_32() local 481 int FrameIdx = MF.getFrameInfo(). in LowerFormalArguments_32() local 611 int FrameIdx = MF.getFrameInfo().CreateFixedObject(4, ArgOffset, in LowerFormalArguments_32() local
|