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

  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h 139 bool needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const;
ARMBaseRegisterInfo.cpp 832 /// needsFrameBaseReg - Returns true if the instruction's frame index
837 needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const {
    [all...]
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 289 if (TRI->needsFrameBaseReg(MI, LocalOffsets[FrameIdx])) {
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 626 /// needsFrameBaseReg - Returns true if the instruction's frame index
630 virtual bool needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const {

Completed in 281 milliseconds