Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp53 int FrameIdx; // The frame index global() member in __anon34883f2f0111::FrameRef
142 AdjustStackOffset(MachineFrameInfo & MFI,int FrameIdx,int64_t & Offset,bool StackGrowsDown,Align & MaxAlign) AdjustStackOffset() argument
353 int FrameIdx = FR.getFrameIndex(); insertFrameReferenceRegisters() local
[all...]
H A DPrologEpilogInserter.cpp498 int FrameIdx; assignCalleeSavedSpillSlots() local
709 AdjustStackOffset(MachineFrameInfo & MFI,int FrameIdx,bool StackGrowsDown,int64_t & Offset,Align & MaxAlign) AdjustStackOffset() argument
784 scavengeStackSlot(MachineFrameInfo & MFI,int FrameIdx,bool StackGrowsDown,Align MaxAlign,BitVector & StackBytesFree) scavengeStackSlot() argument
1407 unsigned FrameIdx = Op.getIndex(); replaceFrameIndexDebugInstr() local
[all...]
H A DStackFrameLayoutAnalysisPass.cpp227 int FrameIdx = FI->getFrameIndex(); genSlotDbgMapping() local
H A DMIRPrinter.cpp465 const int FrameIdx = CSInfo.getFrameIdx(); convertStackObjects() local
H A DRegAllocFast.cpp450 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); getStackSpaceFor() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp38 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot()
64 Register DestReg, int FrameIdx, in loadRegFromStackSlot()
H A DMSP430FrameLowering.cpp432 (void)FrameIdx; in processFunctionBeforeFrameFinalized() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp111 static inline void AdjustStackOffset(MachineFrameInfo &MFI, int FrameIdx, in AdjustStackOffset()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp47 int FrameIdx = MI->getOperand(1).getIndex(); computeKnownAlignment() local
263 int FrameIdx = MI.getOperand(1).getIndex(); computeKnownBitsImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp197 int FrameIdx = MFFrame.CreateFixedSpillStackObject(8, Offset); assignCalleeSavedSpillSlots() local
235 int FrameIdx = MFFrame.CreateFixedSpillStackObject(Size, CurrOffset); assignCalleeSavedSpillSlots() local
1035 int FrameIdx = MFFrame.CreateFixedSpillStackObject(RegSize, Offset); assignCalleeSavedSpillSlots() local
1045 int FrameIdx = MFFrame.CreateStackObject(Size, Alignment, true); assignCalleeSavedSpillSlots() local
[all...]
H A DSystemZInstrInfo.cpp884 storeRegToStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,Register SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const storeRegToStackSlot() argument
899 loadRegFromStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,Register DestReg,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const loadRegFromStackSlot() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h74 static SDDbgOperand fromFrameIdx(unsigned FrameIdx) { in fromFrameIdx()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp890 parseCalleeSavedRegister(PerFunctionMIParsingState & PFS,std::vector<CalleeSavedInfo> & CSIInfo,const yaml::StringValue & RegisterSource,bool IsRestored,int FrameIdx) parseCalleeSavedRegister() argument
939 parseStackObjectsDebugInfo(PerFunctionMIParsingState & PFS,const T & Object,int FrameIdx) parseStackObjectsDebugInfo() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp582 int FrameIdx = Entry.getFrameIdx(); emitPrologue() local
1246 int FrameIdx = Info.getFrameIdx(); processFunctionBeforeFrameFinalized() local
[all...]
H A DRISCVRegisterInfo.cpp624 materializeFrameBaseRegister(MachineBasicBlock * MBB,int FrameIdx,int64_t Offset) const materializeFrameBaseRegister() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h971 hasReservedSpillSlot(const MachineFunction & MF,Register Reg,int & FrameIdx) hasReservedSpillSlot() argument
1010 materializeFrameBaseRegister(MachineBasicBlock * MBB,int FrameIdx,int64_t Offset) materializeFrameBaseRegister() argument
H A DMachineFrameInfo.h37 int FrameIdx; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1955 StoreRegToStackSlot(MF, SrcReg, isKill, FrameIdx, RC, NewMIs); in storeRegToStackSlot() argument
1980 storeRegToStackSlotNoUpd(MBB, MI, SrcReg, isKill, FrameIdx, RC, TRI); in loadRegFromStackSlotNoUpd() argument
1912 StoreRegToStackSlot(MachineFunction & MF,unsigned SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,SmallVectorImpl<MachineInstr * > & NewMIs) const StoreRegToStackSlot() argument
1935 storeRegToStackSlotNoUpd(MachineBasicBlock & MBB,MachineBasicBlock::iterator MI,unsigned SrcReg,bool isKill,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI) const storeRegToStackSlotNoUpd() argument
1969 LoadRegFromStackSlot(MachineFunction & MF,const DebugLoc & DL,unsigned DestReg,int FrameIdx,const TargetRegisterClass * RC,SmallVectorImpl<MachineInstr * > & NewMIs) const LoadRegFromStackSlot() argument
2002 loadRegFromStackSlot(MachineBasicBlock & MBB,MachineBasicBlock::iterator MI,Register DestReg,int FrameIdx,const TargetRegisterClass * RC,const TargetRegisterInfo * TRI,Register VReg) const loadRegFromStackSlot() argument
[all...]
H A DPPCRegisterInfo.cpp1900 int FrameIdx, in materializeFrameBaseRegister() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp129 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h307 int FrameIdx = Info.getFrameIdx(); getCalleeSavedStackSize() local
H A DAArch64RegisterInfo.cpp769 materializeFrameBaseRegister(MachineBasicBlock * MBB,int FrameIdx,int64_t Offset) const materializeFrameBaseRegister() argument
H A DAArch64FrameLowering.cpp2755 int FrameIdx; global() member
3460 int FrameIdx = MFI.CreateStackObject(8, Align(16), true); assignCalleeSavedSpillSlots() local
3472 int FrameIdx = MFI.CreateStackObject(Size, Alignment, true); assignCalleeSavedSpillSlots() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp666 int FrameIdx, in materializeFrameBaseRegister() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp456 int FrameIdx = MF.getFrameInfo().CreateFixedObject(4, 64, true); in LowerFormalArguments_32() local
477 int FrameIdx = MF.getFrameInfo(). in LowerFormalArguments_32() local
607 int FrameIdx = MF.getFrameInfo().CreateFixedObject(4, ArgOffset, in LowerFormalArguments_32() local

12