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

  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 110 bool hasBasePointer(const MachineFunction &MF) const;
X86SelectionDAGInfo.cpp 208 if (TRI->hasBasePointer(DAG.getMachineFunction()) &&
X86RegisterInfo.cpp 347 if (hasBasePointer(MF)) {
405 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const {
482 if (hasBasePointer(MF))
X86FrameLowering.cpp 805 if (RegInfo->hasBasePointer(MF)) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 98 if (hasBasePointer(MF)) {
126 return hasBasePointer(MF);
147 bool AArch64RegisterInfo::hasBasePointer(const MachineFunction &MF) const {
193 return MFI->hasVarSizedObjects() && !hasBasePointer(MF);
383 - hasBasePointer(MF); // X19
AArch64RegisterInfo.h 89 bool hasBasePointer(const MachineFunction &MF) const;
AArch64FrameLowering.cpp 299 if (RegInfo->hasBasePointer(MF))
569 } else if (hasFP(MF) && !RegInfo->hasBasePointer(MF)) {
591 if (RegInfo->hasBasePointer(MF))
778 if (RegInfo->hasBasePointer(MF))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 106 bool hasBasePointer(const MachineFunction &MF) const;
PPCRegisterInfo.cpp 190 if (hasBasePointer(MF))
202 if (hasBasePointer(MF))
776 if (!(hasBasePointer(MF) && FrameIndex < 0))
843 if (!hasBasePointer(MF))
849 bool PPCRegisterInfo::hasBasePointer(const MachineFunction &MF) const {
    [all...]
PPCFrameLowering.cpp 391 !RegInfo->hasBasePointer(MF)) { // No special alignment.
463 bool HasBP = RegInfo->hasBasePointer(MF);
546 bool HasBP = RegInfo->hasBasePointer(MF);
849 bool HasBP = RegInfo->hasBasePointer(MF);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h 143 bool hasBasePointer(const MachineFunction &MF) const;
ARMBaseRegisterInfo.cpp 134 if (hasBasePointer(MF))
309 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const {
ARMFrameLowering.cpp 550 if (RegInfo->hasBasePointer(MF)) {
742 assert(RegInfo->hasBasePointer(MF) &&
753 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) {
757 assert(RegInfo->hasBasePointer(MF) && "missing base pointer!");
786 if (RegInfo->hasBasePointer(MF))
    [all...]
Thumb1FrameLowering.cpp 288 if (RegInfo->hasBasePointer(MF))
Thumb1RegisterInfo.cpp 577 if (!hasBasePointer(MF)) {
ARMExpandPseudoInsts.cpp     [all...]

Completed in 1519 milliseconds