HomeSort by relevance Sort by last modified time
    Searched refs:getFrameIndexInstrOffset (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h 147 int64_t getFrameIndexInstrOffset(const MachineInstr *MI,
ARMBaseRegisterInfo.cpp 444 getFrameIndexInstrOffset(const MachineInstr *MI, int Idx) const {
685 Offset += getFrameIndexInstrOffset(MI, i);
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 747 /// getFrameIndexInstrOffset - Get the offset from the referenced frame
749 virtual int64_t getFrameIndexInstrOffset(const MachineInstr *MI,
    [all...]
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 371 int64_t InstrOffset = TRI->getFrameIndexInstrOffset(MI, idx);

Completed in 83 milliseconds