Searched refs:FrameIndex (Results 1 - 25 of 82) sorted by relevance

1234

/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h51 /// 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;
84 unsigned SrcReg, bool isKill, int FrameIndex,
90 unsigned DestReg, int FrameIndex,
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.h38 /// 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,
H A DXCoreInstrInfo.cpp53 /// 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)
361 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, unsigned SrcReg, bool isKill, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const argument
376 loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, unsigned DestReg, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp44 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 {
122 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, unsigned SrcReg, bool isKill, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const argument
132 loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, unsigned DestReg, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const argument
H A DAMDGPUInstrInfo.h54 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/R600/
H A DAMDGPUInstrInfo.cpp45 int &FrameIndex) const {
51 int &FrameIndex) const {
58 int &FrameIndex) const {
63 int &FrameIndex) const {
68 int &FrameIndex) const {
74 int &FrameIndex) const {
106 int FrameIndex,
115 unsigned DestReg, int FrameIndex,
125 int FrameIndex) const {
103 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, unsigned SrcReg, bool isKill, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const argument
113 loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, unsigned DestReg, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const argument
H A DAMDGPUInstrInfo.h56 unsigned isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
58 int &FrameIndex) const;
61 int &FrameIndex) const;
62 unsigned isStoreFromStackSlot(const MachineInstr *MI, int &FrameIndex) const;
64 int &FrameIndex) const;
67 int &FrameIndex) const;
82 unsigned SrcReg, bool isKill, int FrameIndex,
87 unsigned DestReg, int FrameIndex,
95 int FrameIndex) const;
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp44 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 {
122 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, unsigned SrcReg, bool isKill, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const argument
132 loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, unsigned DestReg, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const argument
H A DAMDGPUInstrInfo.h54 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/Mips/
H A DMipsInstrInfo.h87 unsigned SrcReg, bool isKill, int FrameIndex,
90 storeRegToStack(MBB, MBBI, SrcReg, isKill, FrameIndex, RC, TRI, 0);
95 unsigned DestReg, int FrameIndex,
98 loadRegFromStack(MBB, MBBI, DestReg, FrameIndex, RC, TRI, 0);
103 unsigned SrcReg, bool isKill, int FrameIndex,
110 unsigned DestReg, int FrameIndex,
85 storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, unsigned SrcReg, bool isKill, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const argument
93 loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, unsigned DestReg, int FrameIndex, const TargetRegisterClass *RC, const TargetRegisterInfo *TRI) const argument
H A DMipsSEInstrInfo.h33 /// 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,
61 unsigned DestReg, int FrameIndex,
H A DMipsSERegisterInfo.h35 int FrameIndex, uint64_t StackSize,
H A DMips16InstrInfo.h32 /// 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,
60 unsigned DestReg, int FrameIndex,
H A DMips16RegisterInfo.h42 int FrameIndex, uint64_t StackSize,
H A DMipsSERegisterInfo.cpp66 unsigned OpNo, int FrameIndex,
83 bool EhDataRegFI = MipsFI->isEhDataRegFI(FrameIndex);
94 if ((FrameIndex >= MinCSFI && FrameIndex <= MaxCSFI) || EhDataRegFI)
65 eliminateFI(MachineBasicBlock::iterator II, unsigned OpNo, int FrameIndex, uint64_t StackSize, int64_t SPOffset) const argument
H A DMips16RegisterInfo.cpp81 unsigned OpNo, int FrameIndex,
106 if (FrameIndex >= MinCSFI && FrameIndex <= MaxCSFI)
80 eliminateFI(MachineBasicBlock::iterator II, unsigned OpNo, int FrameIndex, uint64_t StackSize, int64_t SPOffset) const argument
/external/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.h48 unsigned SrcReg, bool isKill, int FrameIndex,
54 unsigned DestReg, int FrameIndex,
H A DThumb2InstrInfo.h50 unsigned SrcReg, bool isKill, int FrameIndex,
56 unsigned DestReg, int FrameIndex,
/external/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.h69 unsigned FrameIndex) const;
71 unsigned FrameIndex) const;
73 unsigned FrameIndex) const;
75 unsigned FrameIndex) const;
H A DPPCInstrInfo.h101 int &FrameIndex) const;
103 int &FrameIndex) const;
141 unsigned SrcReg, bool isKill, int FrameIndex,
147 unsigned DestReg, int FrameIndex,
/external/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h45 ScavengedInfo(int FI = -1) : FrameIndex(FI), Reg(0), Restore(NULL) {}
48 int FrameIndex; member in struct:llvm::RegScavenger::ScavengedInfo
136 if (I->FrameIndex == FI)
146 if (I->FrameIndex >= 0)
147 A.push_back(I->FrameIndex);
/external/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp106 int FrameIndex = MI.getOperand(FIOperandNum).getIndex(); local
107 bool IsCalleeSaveOp = FrameIndex >= MinCSFI && FrameIndex <= MaxCSFI;
111 Offset = TFI->resolveFrameIndexReference(MF, FrameIndex, FrameReg, SPAdj,
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h117 int &FrameIndex) const LLVM_OVERRIDE;
119 int &FrameIndex) const LLVM_OVERRIDE;
156 unsigned SrcReg, bool isKill, int FrameIndex,
172 int FrameIndex) const;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.cpp105 int FrameIndex = MI.getOperand(FIOperandNum).getIndex(); local
108 int Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex) +
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h174 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;
252 unsigned SrcReg, bool isKill, int FrameIndex,
265 unsigned DestReg, int FrameIndex,
287 int FrameIndex) const;
421 /// isFrameOperand - Return true and the FrameIndex if the specified
424 int &FrameIndex) const;

Completed in 304 milliseconds

1234