Home
last modified time | relevance | path

Searched refs:getFrameIndexInstrOffset (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.h139 int64_t getFrameIndexInstrOffset(const MachineInstr *MI, int Idx) const;
DARMBaseRegisterInfo.cpp803 getFrameIndexInstrOffset(const MachineInstr *MI, int Idx) const { in getFrameIndexInstrOffset() function in ARMBaseRegisterInfo
1045 Offset += getFrameIndexInstrOffset(MI, i); in isFrameOffsetLegal()
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp316 int64_t InstrOffset = TRI->getFrameIndexInstrOffset(MI, idx); in insertFrameReferenceRegisters()
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h681 virtual int64_t getFrameIndexInstrOffset(const MachineInstr *MI, in getFrameIndexInstrOffset() function