Searched refs:getFrameIndexReference (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp35 int TargetFrameLowering::getFrameIndexReference(const MachineFunction &MF, function in class:TargetFrameLowering
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.h52 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DARMFrameLowering.cpp478 /// getFrameIndexReference - Provide a base+offset reference to an FI slot for
483 ARMFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI, function in class:ARMFrameLowering
573 return getFrameIndexReference(MF, FI, FrameReg);
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.h65 int getFrameIndexReference(const MachineFunction &MF, int FI,
H A DX86FrameLowering.cpp1223 int X86FrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI,
/external/llvm/include/llvm/Target/
H A DTargetFrameLowering.h178 /// getFrameIndexReference - This method should return the base register
181 virtual int getFrameIndexReference(const MachineFunction &MF, int FI,
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1537 TFI->getFrameIndexReference(*Asm->MF,
1580 TFI->getFrameIndexReference(*Asm->MF, FI, FrameReg);

Completed in 89 milliseconds