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

1 2 3 4

  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 73 unsigned FrameIndex) const;
75 unsigned FrameIndex) const;
77 unsigned FrameIndex) const;
79 unsigned FrameIndex) const;
81 unsigned FrameIndex) const;
83 unsigned FrameIndex) const;
  /external/llvm/lib/Target/Mips/
MipsSERegisterInfo.h 35 int FrameIndex, uint64_t StackSize,
MipsInstrInfo.h 92 unsigned SrcReg, bool isKill, int FrameIndex,
95 storeRegToStack(MBB, MBBI, SrcReg, isKill, FrameIndex, RC, TRI, 0);
100 unsigned DestReg, int FrameIndex,
103 loadRegFromStack(MBB, MBBI, DestReg, FrameIndex, RC, TRI, 0);
108 unsigned SrcReg, bool isKill, int FrameIndex,
115 unsigned DestReg, int FrameIndex,
MipsSEInstrInfo.h 33 /// the destination along with the FrameIndex of the loaded stack slot. If
37 int &FrameIndex) const override;
41 /// the source reg along with the FrameIndex of the loaded stack slot. If
45 int &FrameIndex) const override;
54 unsigned SrcReg, bool isKill, int FrameIndex,
61 unsigned DestReg, int FrameIndex,
Mips16InstrInfo.h 32 /// the destination along with the FrameIndex of the loaded stack slot. If
36 int &FrameIndex) const override;
40 /// the source reg along with the FrameIndex of the loaded stack slot. If
44 int &FrameIndex) const override;
53 unsigned SrcReg, bool isKill, int FrameIndex,
60 unsigned DestReg, int FrameIndex,
Mips16RegisterInfo.h 42 int FrameIndex, uint64_t StackSize,
Mips16RegisterInfo.cpp 81 unsigned OpNo, int FrameIndex,
106 if (FrameIndex >= MinCSFI && FrameIndex <= MaxCSFI)
MipsSERegisterInfo.cpp 106 unsigned OpNo, int FrameIndex,
123 bool EhDataRegFI = MipsFI->isEhDataRegFI(FrameIndex);
134 if ((FrameIndex >= MinCSFI && FrameIndex <= MaxCSFI) || EhDataRegFI)
  /external/llvm/lib/Target/R600/
SIMachineFunctionInfo.cpp 87 void SIMachineFunctionInfo::RegSpillTracker::addSpilledReg(unsigned FrameIndex,
90 SpilledRegisters[FrameIndex] = SpilledReg(Reg, Lane);
94 SIMachineFunctionInfo::RegSpillTracker::getSpilledReg(unsigned FrameIndex) {
95 return SpilledRegisters[FrameIndex];
AMDGPUInstrInfo.h 58 int &FrameIndex) const override;
60 int &FrameIndex) const override;
63 int &FrameIndex) const override;
64 unsigned isStoreFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
66 int &FrameIndex) const;
69 int &FrameIndex) const;
86 unsigned SrcReg, bool isKill, int FrameIndex,
91 unsigned DestReg, int FrameIndex,
99 int FrameIndex) const override;
SIMachineFunctionInfo.h 52 void addSpilledReg(unsigned FrameIndex, unsigned Reg, int Lane = -1);
53 const SpilledReg& getSpilledReg(unsigned FrameIndex);
AMDGPUInstrInfo.cpp 48 int &FrameIndex) const {
54 int &FrameIndex) const {
61 int &FrameIndex) const {
66 int &FrameIndex) const {
71 int &FrameIndex) const {
77 int &FrameIndex) const {
109 int FrameIndex,
118 unsigned DestReg, int FrameIndex,
176 int FrameIndex) const {
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 52 /// the destination along with the FrameIndex of the loaded stack slot. If
56 int &FrameIndex) const override;
60 /// the source reg along with the FrameIndex of the loaded stack slot. If
64 int &FrameIndex) const override;
85 unsigned SrcReg, bool isKill, int FrameIndex,
91 unsigned DestReg, int FrameIndex,
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.h 39 /// the destination along with the FrameIndex of the loaded stack slot. If
43 int &FrameIndex) const override;
47 /// the source reg along with the FrameIndex of the loaded stack slot. If
51 int &FrameIndex) const override;
72 unsigned SrcReg, bool isKill, int FrameIndex,
78 unsigned DestReg, int FrameIndex,
XCoreInstrInfo.cpp 60 /// the destination along with the FrameIndex of the loaded stack slot. If
64 XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const{
72 FrameIndex = MI->getOperand(1).getIndex();
81 /// the source reg along with the FrameIndex of the loaded stack slot. If
86 int &FrameIndex) const {
94 FrameIndex = MI->getOperand(1).getIndex();
371 int FrameIndex,
381 MF->getMachineMemOperand(MachinePointerInfo::getFixedStack(FrameIndex),
383 MFI.getObjectSize(FrameIndex),
384 MFI.getObjectAlignment(FrameIndex));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 44 int &FrameIndex) const {
50 int &FrameIndex) const {
57 int &FrameIndex) const {
62 int &FrameIndex) const {
67 int &FrameIndex) const {
73 int &FrameIndex) const {
125 int FrameIndex,
134 unsigned DestReg, int FrameIndex,
144 int FrameIndex) const {
AMDGPUInstrInfo.h 54 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
56 int &FrameIndex) const;
59 int &FrameIndex) const;
60 unsigned isStoreFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
62 int &FrameIndex) const;
65 int &FrameIndex) const;
80 unsigned SrcReg, bool isKill, int FrameIndex,
85 unsigned DestReg, int FrameIndex,
93 int FrameIndex) const;
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 44 int &FrameIndex) const {
50 int &FrameIndex) const {
57 int &FrameIndex) const {
62 int &FrameIndex) const {
67 int &FrameIndex) const {
73 int &FrameIndex) const {
125 int FrameIndex,
134 unsigned DestReg, int FrameIndex,
144 int FrameIndex) const {
AMDGPUInstrInfo.h 54 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
56 int &FrameIndex) const;
59 int &FrameIndex) const;
60 unsigned isStoreFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
62 int &FrameIndex) const;
65 int &FrameIndex) const;
80 unsigned SrcReg, bool isKill, int FrameIndex,
85 unsigned DestReg, int FrameIndex,
93 int FrameIndex) const;
  /external/llvm/lib/Target/ARM/
Thumb1InstrInfo.h 47 unsigned SrcReg, bool isKill, int FrameIndex,
53 unsigned DestReg, int FrameIndex,
Thumb2InstrInfo.h 49 unsigned SrcReg, bool isKill, int FrameIndex,
55 unsigned DestReg, int FrameIndex,
  /external/llvm/include/llvm/CodeGen/
RegisterScavenging.h 45 ScavengedInfo(int FI = -1) : FrameIndex(FI), Reg(0), Restore(nullptr) {}
48 int FrameIndex;
136 if (I->FrameIndex == FI)
146 if (I->FrameIndex >= 0)
147 A.push_back(I->FrameIndex);
  /external/llvm/lib/Target/NVPTX/
NVPTXRegisterInfo.cpp 98 int FrameIndex = MI.getOperand(FIOperandNum).getIndex();
101 int Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex) +
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 188 int &FrameIndex) const override;
193 int &FrameIndex) const override;
196 int &FrameIndex) const override;
201 int &FrameIndex) const override;
270 unsigned SrcReg, bool isKill, int FrameIndex,
283 unsigned DestReg, int FrameIndex,
305 int FrameIndex) const override;
456 /// isFrameOperand - Return true and the FrameIndex if the specified
459 int &FrameIndex) const;
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 123 /// the destination along with the FrameIndex of the loaded stack slot. If
127 int &FrameIndex) const {
135 int &FrameIndex) const {
140 /// a load from a stack slot, return true along with the FrameIndex
148 int &FrameIndex) const;
152 /// the source reg along with the FrameIndex of the loaded stack slot. If
156 int &FrameIndex) const {
164 int &FrameIndex) const {
169 /// store to a stack slot, return true along with the FrameIndex of
176 int &FrameIndex) const
    [all...]

Completed in 565 milliseconds

1 2 3 4