HomeSort by: relevance | last modified time | path
    Searched refs:FrameIndex (Results 1 - 25 of 122) sorted by relevancy

1 2 3 4 5

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRYamlMapping.cpp 22 FrameIndex::FrameIndex(int FI, const llvm::MachineFrameInfo &MFI) {
30 Expected<int> FrameIndex::getFI(const llvm::MachineFrameInfo &MFI) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreInstrInfo.h 38 /// the destination along with the FrameIndex of the loaded stack slot. If
42 int &FrameIndex) const override;
46 /// the source reg along with the FrameIndex of the loaded stack slot. If
50 int &FrameIndex) const override;
71 Register SrcReg, bool isKill, int FrameIndex,
77 Register DestReg, int FrameIndex,
XCoreInstrInfo.cpp 59 /// the destination along with the FrameIndex of the loaded stack slot. If
63 int &FrameIndex) const {
70 FrameIndex = MI.getOperand(1).getIndex();
79 /// the source reg along with the FrameIndex of the loaded stack slot. If
83 int &FrameIndex) const {
90 FrameIndex = MI.getOperand(1).getIndex();
361 int FrameIndex,
371 MachinePointerInfo::getFixedStack(*MF, FrameIndex),
372 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex),
373 MFI.getObjectAlign(FrameIndex));
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
Thumb1InstrInfo.h 45 Register SrcReg, bool isKill, int FrameIndex,
51 Register DestReg, int FrameIndex,
Thumb2InstrInfo.h 47 Register SrcReg, bool isKill, int FrameIndex,
53 Register DestReg, int FrameIndex,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCInstrInfo.h 37 /// the destination along with the FrameIndex of the loaded stack slot. If
41 int &FrameIndex) const override;
45 /// the source reg along with the FrameIndex of the loaded stack slot. If
49 int &FrameIndex) const override;
72 bool isKill, int FrameIndex,
78 int FrameIndex, const TargetRegisterClass *RC,
ARCInstrInfo.cpp 65 /// the destination along with the FrameIndex of the loaded stack slot. If
69 int &FrameIndex) const {
75 FrameIndex = MI.getOperand(1).getIndex();
84 /// the source reg along with the FrameIndex of the loaded stack slot. If
88 int &FrameIndex) const {
94 FrameIndex = MI.getOperand(1).getIndex();
296 int FrameIndex,
304 MachinePointerInfo::getFixedStack(MF, FrameIndex),
305 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex),
306 MFI.getObjectAlign(FrameIndex));
    [all...]
ARCRegisterInfo.cpp 166 int FrameIndex = FrameOp.getIndex();
171 int Offset = MF.getFrameInfo().getObjectOffset(FrameIndex);
172 int ObjSize = MF.getFrameInfo().getObjectSize(FrameIndex);
179 LLVM_DEBUG(dbgs() << "FrameIndex : " << FrameIndex << "\n");
209 if (FrameIndex >= 0)
212 if (FrameIndex >= 0) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSERegisterInfo.h 33 int FrameIndex, uint64_t StackSize,
MipsInstrInfo.h 118 Register SrcReg, bool isKill, int FrameIndex,
121 storeRegToStack(MBB, MBBI, SrcReg, isKill, FrameIndex, RC, TRI, 0);
126 Register DestReg, int FrameIndex,
129 loadRegFromStack(MBB, MBBI, DestReg, FrameIndex, RC, TRI, 0);
134 Register SrcReg, bool isKill, int FrameIndex,
141 Register DestReg, int FrameIndex,
Mips16InstrInfo.h 37 /// the destination along with the FrameIndex of the loaded stack slot. If
41 int &FrameIndex) const override;
45 /// the source reg along with the FrameIndex of the loaded stack slot. If
49 int &FrameIndex) const override;
57 Register SrcReg, bool isKill, int FrameIndex,
64 Register DestReg, int FrameIndex,
Mips16RegisterInfo.h 40 int FrameIndex, uint64_t StackSize,
MipsSEInstrInfo.h 31 /// the destination along with the FrameIndex of the loaded stack slot. If
35 int &FrameIndex) const override;
39 /// the source reg along with the FrameIndex of the loaded stack slot. If
43 int &FrameIndex) const override;
51 Register SrcReg, bool isKill, int FrameIndex,
58 Register DestReg, int FrameIndex,
MipsSERegisterInfo.cpp 146 unsigned OpNo, int FrameIndex,
168 bool EhDataRegFI = MipsFI->isEhDataRegFI(FrameIndex);
169 bool IsISRRegFI = MipsFI->isISRRegFI(FrameIndex);
180 if ((FrameIndex >= MinCSFI && FrameIndex <= MaxCSFI) || EhDataRegFI ||
184 if (MFI.hasVarSizedObjects() && !MFI.isFixedObjectIndex(FrameIndex))
186 else if (MFI.isFixedObjectIndex(FrameIndex))
Mips16RegisterInfo.cpp 74 unsigned OpNo, int FrameIndex,
99 if (FrameIndex >= MinCSFI && FrameIndex <= MaxCSFI)
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcInstrInfo.h 53 /// the destination along with the FrameIndex of the loaded stack slot. If
57 int &FrameIndex) const override;
61 /// the source reg along with the FrameIndex of the loaded stack slot. If
65 int &FrameIndex) const override;
89 Register SrcReg, bool isKill, int FrameIndex,
95 Register DestReg, int FrameIndex,
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEInstrInfo.h 88 int &FrameIndex) const override;
90 int &FrameIndex) const override;
93 bool isKill, int FrameIndex,
99 int FrameIndex, const TargetRegisterClass *RC,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRInstrInfo.h 79 bool isKill, int FrameIndex,
84 int FrameIndex, const TargetRegisterClass *RC,
87 int &FrameIndex) const override;
89 int &FrameIndex) const override;
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFInstrInfo.h 40 bool isKill, int FrameIndex,
46 int FrameIndex, const TargetRegisterClass *RC,
BPFRegisterInfo.cpp 77 assert(i < MI.getNumOperands() && "Instr doesn't have FrameIndex operand!");
81 int FrameIndex = MI.getOperand(i).getIndex();
85 int Offset = MF.getFrameInfo().getObjectOffset(FrameIndex);
96 int Offset = MF.getFrameInfo().getObjectOffset(FrameIndex) +
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RegisterScavenging.h 47 ScavengedInfo(int FI = -1) : FrameIndex(FI) {}
50 int FrameIndex;
131 if (I->FrameIndex == FI)
141 if (I->FrameIndex >= 0)
142 A.push_back(I->FrameIndex);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiInstrInfo.h 42 int &FrameIndex) const override;
45 int &FrameIndex) const override;
48 int &FrameIndex) const override;
57 Register SourceRegister, bool IsKill, int FrameIndex,
64 Register DestinationRegister, int FrameIndex,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.h 35 int &FrameIndex) const override;
37 int &FrameIndex) const override;
45 bool IsKill, int FrameIndex,
51 int FrameIndex, const TargetRegisterClass *RC,
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXRegisterInfo.cpp 118 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
121 int Offset = MF.getFrameInfo().getObjectOffset(FrameIndex) +
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 113 unsigned FrameIndex) const;
115 unsigned FrameIndex) const;
117 unsigned FrameIndex) const;
119 unsigned FrameIndex) const;
122 unsigned FrameIndex) const;
124 unsigned FrameIndex) const;

Completed in 68 milliseconds

1 2 3 4 5