Searched refs:needsFrameBaseReg (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h145 bool needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const;
H A DARMBaseRegisterInfo.cpp926 /// needsFrameBaseReg - Returns true if the instruction's frame index
931 needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const { function in class:ARMBaseRegisterInfo
/external/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp293 if (TRI->needsFrameBaseReg(MI, LocalOffsets[FrameIdx])) {
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h597 /// needsFrameBaseReg - Returns true if the instruction's frame index
601 virtual bool needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const { function in class:llvm::TargetRegisterInfo

Completed in 88 milliseconds