Home
last modified time | relevance | path

Searched defs:FrameIdx (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp66 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 DLocalStackSlotAllocation.cpp54 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 DPrologEpilogInserter.cpp511 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 DStackFrameLayoutAnalysisPass.cpp258 int FrameIdx = FI->getFrameIndex(); in genSlotDbgMapping() local
H A DMIRPrinter.cpp464 const int FrameIdx = CSInfo.getFrameIdx(); in convertStackObjects() local
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp33 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot()
60 int FrameIdx, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI, in loadRegFromStackSlot()
H A DMSP430FrameLowering.cpp428 int FrameIdx = MF.getFrameInfo().CreateFixedObject(2, -4, true); in processFunctionBeforeFrameFinalized() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp186 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 DSystemZInstrInfo.cpp1025 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 DXtensaInstrInfo.cpp129 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 DSDNodeDbgValue.h75 static SDDbgOperand fromFrameIdx(unsigned FrameIdx) { in fromFrameIdx()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h281 void setStreamingVGIdx(unsigned FrameIdx) { StreamingVGIdx = FrameIdx; }; in setStreamingVGIdx()
366 int FrameIdx = Info.getFrameIdx(); in getCalleeSavedStackSize() local
H A DAArch64FrameLowering.cpp677 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 DAArch64RegisterInfo.cpp884 int FrameIdx, in materializeFrameBaseRegister()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1769 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 DRISCVRegisterInfo.cpp752 int FrameIdx, in materializeFrameBaseRegister()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp988 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 DTargetRegisterInfo.h1048 int &FrameIdx) const { in hasReservedSpillSlot()
1087 int FrameIdx, in materializeFrameBaseRegister()
H A DMachineFrameInfo.h38 int FrameIdx; member
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1951 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 DX86FastPreTileConfig.cpp128 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelValueTracking.cpp65 int FrameIdx = MI->getOperand(1).getIndex(); in computeKnownAlignment() local
303 int FrameIdx = MI.getOperand(1).getIndex(); in computeKnownBitsImpl() local
H A DCallLowering.cpp859 int FrameIdx = MFI.CreateStackObject(OrigTy.getScalarSizeInBits(), in handleAssignments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp695 int FrameIdx, in materializeFrameBaseRegister()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp460 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

12