OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFrameIndexInstrOffset
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h
137
int64_t
getFrameIndexInstrOffset
(const MachineInstr *MI, int Idx) const;
ARMBaseRegisterInfo.cpp
426
getFrameIndexInstrOffset
(const MachineInstr *MI, int Idx) const {
669
Offset +=
getFrameIndexInstrOffset
(MI, i);
/external/llvm/include/llvm/Target/
TargetRegisterInfo.h
725
///
getFrameIndexInstrOffset
- Get the offset from the referenced frame
727
virtual int64_t
getFrameIndexInstrOffset
(const MachineInstr *MI,
[
all
...]
/external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp
315
int64_t InstrOffset = TRI->
getFrameIndexInstrOffset
(MI, idx);
Completed in 26 milliseconds