Home
last modified time | relevance | path

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

12

/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp54 int FrameIdx; // The frame index member in __anon84125d900111::FrameRef
161 void LocalStackSlotImpl::AdjustStackOffset(MachineFrameInfo &MFI, int FrameIdx, in AdjustStackOffset() argument
372 int FrameIdx = FR.getFrameIndex(); insertFrameReferenceRegisters() local
[all...]
H A DPrologEpilogInserter.cpp482 int FrameIdx; assignCalleeSavedSpillSlots() local
693 AdjustStackOffset(MachineFrameInfo & MFI,int FrameIdx,bool StackGrowsDown,int64_t & Offset,Align & MaxAlign) AdjustStackOffset() argument
768 scavengeStackSlot(MachineFrameInfo & MFI,int FrameIdx,bool StackGrowsDown,Align MaxAlign,BitVector & StackBytesFree) scavengeStackSlot() argument
1391 unsigned FrameIdx = Op.getIndex(); replaceFrameIndexDebugInstr() local
[all...]
H A DStackFrameLayoutAnalysisPass.cpp227 int FrameIdx = FI->getFrameIndex(); genSlotDbgMapping() local
H A DMIRPrinter.cpp468 const int FrameIdx = CSInfo.getFrameIdx(); convertStackObjects() local
/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp38 storeRegToStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator MI,Register SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const storeRegToStackSlot() argument
64 loadRegFromStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator MI,Register DestReg,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const loadRegFromStackSlot() argument
[all...]
H A DMSP430FrameLowering.cpp432 int FrameIdx = MF.getFrameInfo().CreateFixedObject(2, -4, true); processFunctionBeforeFrameFinalized() local
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.cpp133 addFrameReference(MIB, FrameIdx); in loadRegFromStackSlot() argument
121 storeRegToStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,Register SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const storeRegToStackSlot() argument
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp111 static inline void AdjustStackOffset(MachineFrameInfo &MFI, int FrameIdx, in AdjustStackOffset()
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp223 CS.setFrameIdx(FrameIdx); in assignCalleeSavedSpillSlots() local
184 int FrameIdx = assignCalleeSavedSpillSlots() local
1039 int FrameIdx = assignCalleeSavedSpillSlots() local
1052 int FrameIdx = MFFrame.CreateStackObject(Size, Alignment, true); assignCalleeSavedSpillSlots() local
1522 for (int FrameIdx = MFFrame.getObjectIndexBegin(); FrameIdx != 0; determineFrameLayout() local
[all...]
H A DSystemZInstrInfo.cpp993 storeRegToStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,Register SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const storeRegToStackSlot() argument
1008 loadRegFromStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,Register DestReg,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const loadRegFromStackSlot() argument
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp49 return MF.getFrameInfo().getObjectAlign(FrameIdx); in computeKnownAlignment() local
265 int FrameIdx = MI.getOperand(1).getIndex(); computeKnownBitsImpl() local
H A DCallLowering.cpp852 int FrameIdx = MFI.CreateStackObject(OrigTy.getScalarSizeInBits(), handleAssignments() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp647 int FrameIdx = Entry.getFrameIdx(); emitPrologue() local
1270 int FrameIdx = Info.getFrameIdx(); processFunctionBeforeFrameFinalized() local
1440 int FrameIdx = MFI.CreateFixedSpillStackObject(Size, Offset); assignCalleeSavedSpillSlots() local
1453 int FrameIdx = MFI.CreateStackObject(Size, Alignment, true); assignCalleeSavedSpillSlots() local
[all...]
H A DRISCVRegisterInfo.cpp666 materializeFrameBaseRegister(MachineBasicBlock * MBB,int FrameIdx,int64_t Offset) const materializeFrameBaseRegister() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h74 static SDDbgOperand fromFrameIdx(unsigned FrameIdx) { in fromFrameIdx()
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h251 setStreamingVGIdx(unsigned FrameIdx) setStreamingVGIdx() argument
333 int FrameIdx = Info.getFrameIdx(); getCalleeSavedStackSize() local
H A DAArch64RegisterInfo.cpp803 materializeFrameBaseRegister(MachineBasicBlock * MBB,int FrameIdx,int64_t Offset) const materializeFrameBaseRegister() argument
H A DAArch64FrameLowering.cpp576 unsigned FrameIdx = Info.getFrameIdx(); emitCalleeSavedGPRLocations() local
2834 int FrameIdx; global() member
3729 int FrameIdx = MFI.CreateStackObject(8, Align(16), true); assignCalleeSavedSpillSlots() local
3770 int FrameIdx = MFI.CreateStackObject(Size, Alignment, true); assignCalleeSavedSpillSlots() local
[all...]
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp910 parseCalleeSavedRegister(PerFunctionMIParsingState & PFS,std::vector<CalleeSavedInfo> & CSIInfo,const yaml::StringValue & RegisterSource,bool IsRestored,int FrameIdx) parseCalleeSavedRegister() argument
959 parseStackObjectsDebugInfo(PerFunctionMIParsingState & PFS,const T & Object,int FrameIdx) parseStackObjectsDebugInfo() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h998 hasReservedSpillSlot(const MachineFunction & MF,Register Reg,int & FrameIdx) hasReservedSpillSlot() argument
1037 materializeFrameBaseRegister(MachineBasicBlock * MBB,int FrameIdx,int64_t Offset) materializeFrameBaseRegister() argument
H A DMachineFrameInfo.h37 int FrameIdx; member
/llvm-project/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp129 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); getStackSpaceFor() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1984 unsigned DestReg, int FrameIdx, in LoadRegFromStackSlot() argument
1927 StoreRegToStackSlot(MachineFunction & MF,unsigned SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,SmallVectorImpl<MachineInstr * > & NewMIs) const StoreRegToStackSlot() argument
1950 storeRegToStackSlotNoUpd(MachineBasicBlock & MBB,MachineBasicBlock::iterator MI,unsigned SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI) const storeRegToStackSlotNoUpd() argument
1970 storeRegToStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator MI,Register SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const storeRegToStackSlot() argument
1995 loadRegFromStackSlotNoUpd(MachineBasicBlock & MBB,MachineBasicBlock::iterator MI,unsigned DestReg,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI) const loadRegFromStackSlotNoUpd() argument
2017 loadRegFromStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator MI,Register DestReg,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const loadRegFromStackSlot() argument
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp666 materializeFrameBaseRegister(MachineBasicBlock * MBB,int FrameIdx,int64_t Offset) const materializeFrameBaseRegister() argument
/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp456 int FrameIdx = MF.getFrameInfo().CreateFixedObject(4, 64, true); LowerFormalArguments_32() local
477 int FrameIdx = MF.getFrameInfo(). LowerFormalArguments_32() local
607 int FrameIdx = MF.getFrameInfo().CreateFixedObject(4, ArgOffset, LowerFormalArguments_32() local

12