Home
last modified time | relevance | path

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

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