Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp54 int FrameIdx; // The frame index member in __anon63de47a80111::FrameRef
143 void LocalStackSlotPass::AdjustStackOffset(MachineFrameInfo &MFI, int FrameIdx, in AdjustStackOffset()
351 int FrameIdx = FR.getFrameIndex(); in insertFrameReferenceRegisters() local
H A DPrologEpilogInserter.cpp424 int FrameIdx; in assignCalleeSavedSpillSlots() local
635 static inline void AdjustStackOffset(MachineFrameInfo &MFI, int FrameIdx, in AdjustStackOffset()
710 static inline bool scavengeStackSlot(MachineFrameInfo &MFI, int FrameIdx, in scavengeStackSlot()
1228 unsigned FrameIdx = Op.getIndex(); in replaceFrameIndices() local
H A DMIRPrinter.cpp438 const int FrameIdx = CSInfo.getFrameIdx(); in convertStackObjects() local
H A DRegAllocFast.cpp319 int FrameIdx = MFI->CreateSpillStackObject(Size, Alignment); in getStackSpaceFor() local
H A DTargetInstrInfo.cpp939 int FrameIdx = 0; in isReallyTriviallyReMaterializableGeneric() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp38 Register SrcReg, bool isKill, int FrameIdx, in storeRegToStackSlot()
65 Register DestReg, int FrameIdx, in loadRegFromStackSlot()
H A DMSP430FrameLowering.cpp288 int FrameIdx = MF.getFrameInfo().CreateFixedObject(2, -4, true); in processFunctionBeforeFrameFinalized() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp40 int FrameIdx = MI->getOperand(1).getIndex(); in computeKnownAlignment() local
240 int FrameIdx = MI.getOperand(1).getIndex(); in computeKnownBitsImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp110 static inline void AdjustStackOffset(MachineFrameInfo &MFI, int FrameIdx, in AdjustStackOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h73 static SDDbgOperand fromFrameIdx(unsigned FrameIdx) { in fromFrameIdx()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp88 int FrameIdx = MFFrame.CreateFixedSpillStackObject(8, Offset); in assignCalleeSavedSpillSlots() local
126 int FrameIdx = MFFrame.CreateFixedSpillStackObject(Size, CurrOffset); in assignCalleeSavedSpillSlots() local
H A DSystemZInstrInfo.cpp864 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlot()
879 int FrameIdx, const TargetRegisterClass *RC, in loadRegFromStackSlot()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp804 const yaml::StringValue &RegisterSource, bool IsRestored, int FrameIdx) { in parseCalleeSavedRegister()
834 const T &Object, int FrameIdx) { in parseStackObjectsDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp432 int FrameIdx = Entry.getFrameIdx(); in emitPrologue() local
882 int FrameIdx = Info.getFrameIdx(); in processFunctionBeforeFrameFinalized() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h917 int &FrameIdx) const { in hasReservedSpillSlot()
956 int FrameIdx, in materializeFrameBaseRegister()
H A DMachineFrameInfo.h37 int FrameIdx; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1908 MachineFunction &MF, unsigned SrcReg, bool isKill, int FrameIdx, in StoreRegToStackSlot()
1931 bool isKill, int FrameIdx, const TargetRegisterClass *RC, in storeRegToStackSlotNoUpd()
1952 int FrameIdx, in storeRegToStackSlot()
1967 unsigned DestReg, int FrameIdx, in LoadRegFromStackSlot()
1986 int FrameIdx, const TargetRegisterClass *RC, in loadRegFromStackSlotNoUpd()
2011 Register DestReg, int FrameIdx, in loadRegFromStackSlot()
H A DPPCRegisterInfo.cpp1448 int FrameIdx, in materializeFrameBaseRegister()
H A DPPCISelLowering.cpp2634 static void fixupFuncForFI(SelectionDAG &DAG, int FrameIdx, EVT VT) { in fixupFuncForFI()
4918 int FrameIdx = 0; member
8521 int FrameIdx = MFI.CreateStackObject(4, Align(4), false); in LowerINT_TO_FP() local
8581 int FrameIdx = MFI.CreateStackObject(4, Align(4), false); in LowerINT_TO_FP() local
8613 int FrameIdx = MFI.CreateStackObject(8, Align(8), false); in LowerINT_TO_FP() local
10474 int FrameIdx = MFI.CreateStackObject(16, Align(16), false); in LowerSCALAR_TO_VECTOR() local
12501 int FrameIdx = MFI.CreateStackObject(8, Align(8), false); in EmitInstrWithCustomInserter() local
H A DPPCFrameLowering.cpp2033 int FrameIdx = in determineCalleeSaves() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.h252 int FrameIdx = Info.getFrameIdx(); in getCalleeSavedStackSize() local
H A DAArch64RegisterInfo.cpp547 int FrameIdx, in materializeFrameBaseRegister()
H A DAArch64FrameLowering.cpp2214 int FrameIdx; member
2925 int FrameIdx = MFI.CreateStackObject(Size, Alignment, true); in assignCalleeSavedSpillSlots() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp645 int FrameIdx, in materializeFrameBaseRegister()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp406 int FrameIdx = MF.getFrameInfo().CreateFixedObject(4, 64, true); in LowerFormalArguments_32() local
427 int FrameIdx = MF.getFrameInfo(). in LowerFormalArguments_32() local
557 int FrameIdx = MF.getFrameInfo().CreateFixedObject(4, ArgOffset, in LowerFormalArguments_32() local

12