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

  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 110 bool hasBasePointer(const MachineFunction &MF) const;
X86SelectionDAGInfo.cpp 209 if (TRI->hasBasePointer(DAG.getMachineFunction()) &&
X86RegisterInfo.cpp 335 if (hasBasePointer(MF)) {
393 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const {
473 if (hasBasePointer(MF))
X86FrameLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.h 97 bool hasBasePointer(const MachineFunction &MF) const;
PPCRegisterInfo.cpp 189 if (hasBasePointer(MF))
201 if (hasBasePointer(MF))
626 if (!(hasBasePointer(MF) && FrameIndex < 0))
701 if (!hasBasePointer(MF))
707 bool PPCRegisterInfo::hasBasePointer(const MachineFunction &MF) const {
PPCFrameLowering.cpp 230 !RegInfo->hasBasePointer(MF)) { // No special alignment.
302 bool HasBP = RegInfo->hasBasePointer(MF);
384 bool HasBP = RegInfo->hasBasePointer(MF);
726 bool HasBP = RegInfo->hasBasePointer(MF);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h 133 bool hasBasePointer(const MachineFunction &MF) const;
ARMFrameLowering.cpp 327 if (RegInfo->hasBasePointer(MF)) {
523 assert(RegInfo->hasBasePointer(MF) &&
534 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) {
538 assert(RegInfo->hasBasePointer(MF) && "missing base pointer!");
567 if (RegInfo->hasBasePointer(MF))
    [all...]
ARMBaseRegisterInfo.cpp 113 if (hasBasePointer(MF))
288 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const {
Thumb1FrameLowering.cpp 205 if (RegInfo->hasBasePointer(MF))
Thumb1RegisterInfo.cpp 585 if (!hasBasePointer(MF)) {
ARMExpandPseudoInsts.cpp     [all...]

Completed in 801 milliseconds