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

  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.h 75 bool needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const override;
AArch64RegisterInfo.cpp 211 /// needsFrameBaseReg - Returns true if the instruction's frame index
215 bool AArch64RegisterInfo::needsFrameBaseReg(MachineInstr *MI,
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 92 bool needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const override;
PPCRegisterInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h 149 bool needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const override;
ARMBaseRegisterInfo.cpp 493 /// needsFrameBaseReg - Returns true if the instruction's frame index
498 needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const {
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 754 /// needsFrameBaseReg - Returns true if the instruction's frame index
758 virtual bool needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const {
    [all...]
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 312 if (!TRI->needsFrameBaseReg(MI, LocalOffset))

Completed in 100 milliseconds