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 140 bool needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const;
ARMBaseRegisterInfo.cpp 852 /// needsFrameBaseReg - Returns true if the instruction's frame index
857 needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const {
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 686 /// needsFrameBaseReg - Returns true if the instruction's frame index
690 virtual bool needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const {
    [all...]
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 289 if (TRI->needsFrameBaseReg(MI, LocalOffsets[FrameIdx])) {

Completed in 39 milliseconds