| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LocalStackSlotAllocation.cpp | 53 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 D | PrologEpilogInserter.cpp | 498 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 D | StackFrameLayoutAnalysisPass.cpp | 227 int FrameIdx = FI->getFrameIndex(); genSlotDbgMapping() local
|
| H A D | MIRPrinter.cpp | 465 const int FrameIdx = CSInfo.getFrameIdx(); convertStackObjects() local
|
| H A D | RegAllocFast.cpp | 450 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); getStackSpaceFor() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430InstrInfo.cpp | 38 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot() 64 Register DestReg, int FrameIdx, in loadRegFromStackSlot()
|
| H A D | MSP430FrameLowering.cpp | 432 (void)FrameIdx; in processFunctionBeforeFrameFinalized() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXPrologEpilogPass.cpp | 111 static inline void AdjustStackOffset(MachineFrameInfo &MFI, int FrameIdx, in AdjustStackOffset()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GISelKnownBits.cpp | 47 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 D | SystemZFrameLowering.cpp | 197 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 D | SystemZInstrInfo.cpp | 884 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 D | SDNodeDbgValue.h | 74 static SDDbgOperand fromFrameIdx(unsigned FrameIdx) { in fromFrameIdx()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 890 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 D | RISCVFrameLowering.cpp | 582 int FrameIdx = Entry.getFrameIdx(); emitPrologue() local 1246 int FrameIdx = Info.getFrameIdx(); processFunctionBeforeFrameFinalized() local [all...] |
| H A D | RISCVRegisterInfo.cpp | 624 materializeFrameBaseRegister(MachineBasicBlock * MBB,int FrameIdx,int64_t Offset) const materializeFrameBaseRegister() argument
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetRegisterInfo.h | 971 hasReservedSpillSlot(const MachineFunction & MF,Register Reg,int & FrameIdx) hasReservedSpillSlot() argument 1010 materializeFrameBaseRegister(MachineBasicBlock * MBB,int FrameIdx,int64_t Offset) materializeFrameBaseRegister() argument
|
| H A D | MachineFrameInfo.h | 37 int FrameIdx; member
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 1955 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 D | PPCRegisterInfo.cpp | 1900 int FrameIdx, in materializeFrameBaseRegister() argument
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastPreTileConfig.cpp | 129 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64MachineFunctionInfo.h | 307 int FrameIdx = Info.getFrameIdx(); getCalleeSavedStackSize() local
|
| H A D | AArch64RegisterInfo.cpp | 769 materializeFrameBaseRegister(MachineBasicBlock * MBB,int FrameIdx,int64_t Offset) const materializeFrameBaseRegister() argument
|
| H A D | AArch64FrameLowering.cpp | 2755 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 D | ARMBaseRegisterInfo.cpp | 666 int FrameIdx, in materializeFrameBaseRegister() argument
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 456 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
|