HomeSort by relevance Sort by last modified time
    Searched refs:FrameIndex (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/llvm/lib/Target/ARM/
Thumb1InstrInfo.h 48 unsigned SrcReg, bool isKill, int FrameIndex,
54 unsigned DestReg, int FrameIndex,
Thumb2InstrInfo.h 50 unsigned SrcReg, bool isKill, int FrameIndex,
56 unsigned DestReg, int FrameIndex,
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.h 33 /// the destination along with the FrameIndex of the loaded stack slot. If
37 int &FrameIndex) const;
41 /// the source reg along with the FrameIndex of the loaded stack slot. If
45 int &FrameIndex) const;
54 unsigned SrcReg, bool isKill, int FrameIndex,
60 unsigned DestReg, int FrameIndex,
MipsSERegisterInfo.h 36 int FrameIndex, uint64_t StackSize,
Mips16InstrInfo.h 32 /// the destination along with the FrameIndex of the loaded stack slot. If
36 int &FrameIndex) const;
40 /// the source reg along with the FrameIndex of the loaded stack slot. If
44 int &FrameIndex) const;
53 unsigned SrcReg, bool isKill, int FrameIndex,
59 unsigned DestReg, int FrameIndex,
MipsSERegisterInfo.cpp 58 unsigned OpNo, int FrameIndex,
75 bool EhDataRegFI = MipsFI->isEhDataRegFI(FrameIndex);
86 if ((FrameIndex >= MinCSFI && FrameIndex <= MaxCSFI) || EhDataRegFI)
Mips16RegisterInfo.h 42 int FrameIndex, uint64_t StackSize,
Mips16RegisterInfo.cpp 76 unsigned OpNo, int FrameIndex,
101 if (FrameIndex >= MinCSFI && FrameIndex <= MaxCSFI)
MipsRegisterInfo.cpp 175 // FrameIndex represent objects inside a abstract stack.
176 // We must replace FrameIndex with an stack/frame pointer
187 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
189 int64_t spOffset = MF.getFrameInfo()->getObjectOffset(FrameIndex);
191 DEBUG(errs() << "FrameIndex : " << FrameIndex << "\n"
195 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset);
MipsRegisterInfo.h 73 int FrameIndex, uint64_t StackSize,
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 51 /// the destination along with the FrameIndex of the loaded stack slot. If
55 int &FrameIndex) const;
59 /// the source reg along with the FrameIndex of the loaded stack slot. If
63 int &FrameIndex) const;
92 unsigned SrcReg, bool isKill, int FrameIndex,
98 unsigned DestReg, int FrameIndex,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 38 /// the destination along with the FrameIndex of the loaded stack slot. If
42 int &FrameIndex) const;
46 /// the source reg along with the FrameIndex of the loaded stack slot. If
50 int &FrameIndex) const;
71 unsigned SrcReg, bool isKill, int FrameIndex,
77 unsigned DestReg, int FrameIndex,
XCoreInstrInfo.cpp 53 /// the destination along with the FrameIndex of the loaded stack slot. If
57 XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const{
65 FrameIndex = MI->getOperand(1).getIndex();
74 /// the source reg along with the FrameIndex of the loaded stack slot. If
79 int &FrameIndex) const {
87 FrameIndex = MI->getOperand(1).getIndex();
364 int FrameIndex,
372 .addFrameIndex(FrameIndex)
378 unsigned DestReg, int FrameIndex,
385 .addFrameIndex(FrameIndex)
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.h 55 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
57 int &FrameIndex) const;
60 int &FrameIndex) const;
61 unsigned isStoreFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
63 int &FrameIndex) const;
66 int &FrameIndex) const;
81 unsigned SrcReg, bool isKill, int FrameIndex,
86 unsigned DestReg, int FrameIndex,
94 int FrameIndex) const;
AMDGPUInstrInfo.cpp 45 int &FrameIndex) const {
51 int &FrameIndex) const {
58 int &FrameIndex) const {
63 int &FrameIndex) const {
68 int &FrameIndex) const {
74 int &FrameIndex) const {
127 int FrameIndex,
136 unsigned DestReg, int FrameIndex,
146 int FrameIndex) const {
  /external/llvm/lib/Target/MBlaze/
MBlazeRegisterInfo.cpp 86 // FrameIndex represent objects inside a abstract stack.
87 // We must replace FrameIndex with an stack/frame pointer
100 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
102 int spOffset = MFI->getObjectOffset(FrameIndex);
105 dbgs() << "FrameIndex : " << FrameIndex << "\n"
108 << "isFixed : " << MFI->isFixedObjectIndex(FrameIndex) << "\n"
109 << "isLiveIn : " << MBlazeFI->isLiveIn(FrameIndex) << "\n"
110 << "isSpill : " << MFI->isSpillSlotObjectIndex(FrameIndex)
MBlazeInstrInfo.h 183 /// the destination along with the FrameIndex of the loaded stack slot. If
187 int &FrameIndex) const;
191 /// the source reg along with the FrameIndex of the loaded stack slot. If
195 int &FrameIndex) const;
217 unsigned SrcReg, bool isKill, int FrameIndex,
223 unsigned DestReg, int FrameIndex,
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 101 int &FrameIndex) const;
103 int &FrameIndex) const;
130 unsigned SrcReg, bool isKill, int FrameIndex,
136 unsigned DestReg, int FrameIndex,
PPCRegisterInfo.h 65 void lowerCRSpilling(MachineBasicBlock::iterator II, unsigned FrameIndex,
67 void lowerCRRestore(MachineBasicBlock::iterator II, unsigned FrameIndex,
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 42 /// the destination along with the FrameIndex of the loaded stack slot. If
46 int &FrameIndex) const;
50 /// the source reg along with the FrameIndex of the loaded stack slot. If
54 int &FrameIndex) const;
80 unsigned SrcReg, bool isKill, int FrameIndex,
91 unsigned DestReg, int FrameIndex,
103 int FrameIndex) const;
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 121 /// the destination along with the FrameIndex of the loaded stack slot. If
125 int &FrameIndex) const {
133 int &FrameIndex) const {
138 /// a load from a stack slot, return true along with the FrameIndex
146 int &FrameIndex) const;
150 /// the source reg along with the FrameIndex of the loaded stack slot. If
154 int &FrameIndex) const {
162 int &FrameIndex) const {
167 /// store to a stack slot, return true along with the FrameIndex of
174 int &FrameIndex) const
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 107 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
108 bool IsCalleeSaveOp = FrameIndex >= MinCSFI && FrameIndex <= MaxCSFI;
112 Offset = TFI->resolveFrameIndexReference(MF, FrameIndex, FrameReg, SPAdj,
  /external/llvm/lib/Target/NVPTX/
NVPTXRegisterInfo.cpp 129 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
132 int Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex) +
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 174 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
179 int &FrameIndex) const;
181 unsigned isStoreToStackSlot(const MachineInstr *MI, int &FrameIndex) const;
186 int &FrameIndex) const;
239 unsigned SrcReg, bool isKill, int FrameIndex,
252 unsigned DestReg, int FrameIndex,
280 int FrameIndex) const;
411 /// isFrameOperand - Return true and the FrameIndex if the specified
414 int &FrameIndex) const;
X86InstrBuilder.h 45 int FrameIndex;
68 MO.push_back(MachineOperand::CreateFI(Base.FrameIndex));
130 MIB.addFrameIndex(AM.Base.FrameIndex);
144 /// reference has base register as the FrameIndex offset until it is resolved.

Completed in 226 milliseconds

1 2 3