/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | LocalStackSlotAllocation.cpp | 53 int FrameIdx; // The frame index member in __anon0b13e6740111::FrameRef 142 void LocalStackSlotPass::AdjustStackOffset(MachineFrameInfo &MFI, int FrameIdx, in AdjustStackOffset() 353 int FrameIdx = FR.getFrameIndex(); in insertFrameReferenceRegisters() local
|
H A D | StackFrameLayoutAnalysisPass.cpp | 226 int FrameIdx = FI->getFrameIndex(); in genSlotDbgMapping() local
|
H A D | MIRPrinter.cpp | 447 const int FrameIdx = CSInfo.getFrameIdx(); in convertStackObjects() local
|
H A D | RegAllocFast.cpp | 336 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor() local
|
H A D | TargetInstrInfo.cpp | 1073 int FrameIdx = 0; in isReallyTriviallyReMaterializableGeneric() local
|
/openbsd-src/gnu/llvm/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 | 287 int FrameIdx = MF.getFrameInfo().CreateFixedObject(2, -4, true); in processFunctionBeforeFrameFinalized() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | GISelKnownBits.cpp | 45 int FrameIdx = MI->getOperand(1).getIndex(); in computeKnownAlignment() local 259 int FrameIdx = MI.getOperand(1).getIndex(); in computeKnownBitsImpl() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPrologEpilogPass.cpp | 111 static inline void AdjustStackOffset(MachineFrameInfo &MFI, int FrameIdx, in AdjustStackOffset()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 196 int FrameIdx = MFFrame.CreateFixedSpillStackObject(8, Offset); in assignCalleeSavedSpillSlots() local 234 int FrameIdx = MFFrame.CreateFixedSpillStackObject(Size, CurrOffset); in assignCalleeSavedSpillSlots() local 1025 int FrameIdx = MFFrame.CreateFixedSpillStackObject(RegSize, Offset); in assignCalleeSavedSpillSlots() local 1035 int FrameIdx = MFFrame.CreateStackObject(Size, Alignment, true); in assignCalleeSavedSpillSlots() local
|
H A D | SystemZInstrInfo.cpp | 871 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot() 886 Register DestReg, int FrameIdx, in loadRegFromStackSlot()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 74 static SDDbgOperand fromFrameIdx(unsigned FrameIdx) { in fromFrameIdx()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 862 const yaml::StringValue &RegisterSource, bool IsRestored, int FrameIdx) { in parseCalleeSavedRegister() 892 const T &Object, int FrameIdx) { in parseStackObjectsDebugInfo()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.cpp | 498 int FrameIdx = Entry.getFrameIdx(); in emitPrologue() local 1131 int FrameIdx = Info.getFrameIdx(); in processFunctionBeforeFrameFinalized() local
|
H A D | RISCVRegisterInfo.cpp | 575 int FrameIdx, in materializeFrameBaseRegister()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetRegisterInfo.h | 958 int &FrameIdx) const { in hasReservedSpillSlot() 997 int FrameIdx, in materializeFrameBaseRegister()
|
H A D | MachineFrameInfo.h | 37 int FrameIdx; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 1932 MachineFunction &MF, unsigned SrcReg, bool isKill, int FrameIdx, in StoreRegToStackSlot() 1955 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlotNoUpd() 1975 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot() 1989 unsigned DestReg, int FrameIdx, in LoadRegFromStackSlot() 2008 int FrameIdx, const TargetRegisterClass *RC, in loadRegFromStackSlotNoUpd() 2033 Register DestReg, int FrameIdx, in loadRegFromStackSlot()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86FastPreTileConfig.cpp | 130 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor() local
|
H A D | X86InstrInfo.cpp | 3896 unsigned Opc, Register Reg, int FrameIdx, in loadStoreTileReg() 3931 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot() 3953 Register DestReg, int FrameIdx, in loadRegFromStackSlot()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64MachineFunctionInfo.h | 284 int FrameIdx = Info.getFrameIdx(); in getCalleeSavedStackSize() local
|
H A D | AArch64RegisterInfo.cpp | 722 int FrameIdx, in materializeFrameBaseRegister()
|
H A D | AArch64FrameLowering.cpp | 2500 int FrameIdx; member 3168 int FrameIdx = MFI.CreateStackObject(8, Align(16), true); in assignCalleeSavedSpillSlots() local 3180 int FrameIdx = MFI.CreateStackObject(Size, Alignment, true); in assignCalleeSavedSpillSlots() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMBaseRegisterInfo.cpp | 666 int FrameIdx, in materializeFrameBaseRegister()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 454 int FrameIdx = MF.getFrameInfo().CreateFixedObject(4, 64, true); in LowerFormalArguments_32() local 475 int FrameIdx = MF.getFrameInfo(). in LowerFormalArguments_32() local 605 int FrameIdx = MF.getFrameInfo().CreateFixedObject(4, ArgOffset, in LowerFormalArguments_32() local
|