HomeSort by relevance Sort by last modified time
    Searched defs:getFrameIndexReference (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
TargetFrameLoweringImpl.cpp 35 int TargetFrameLowering::getFrameIndexReference(const MachineFunction &MF,
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 533 return getFrameIndexReference(MF, FI, FrameReg);
536 /// getFrameIndexReference - Provide a base+offset reference to an FI slot for
540 int AArch64FrameLowering::getFrameIndexReference(const MachineFunction &MF,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 705 /// getFrameIndexReference - Provide a base+offset reference to an FI slot for
710 ARMFrameLowering::getFrameIndexReference(const MachineFunction &MF, int FI,
794 return getFrameIndexReference(MF, FI, FrameReg);
    [all...]

Completed in 374 milliseconds