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

  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 111 bool hasBasePointer(const MachineFunction &MF) const;
X86SelectionDAGInfo.cpp 209 if (TRI->hasBasePointer(DAG.getMachineFunction()) &&
X86RegisterInfo.cpp 326 if (hasBasePointer(MF)) {
389 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const {
468 if (hasBasePointer(MF))
X86FrameLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.h 125 bool hasBasePointer(const MachineFunction &MF) const;
ARMFrameLowering.cpp 326 if (RegInfo->hasBasePointer(MF)) {
521 assert(RegInfo->hasBasePointer(MF) &&
532 if (isFixed || (hasMovingSP && !RegInfo->hasBasePointer(MF))) {
536 assert(RegInfo->hasBasePointer(MF) && "missing base pointer!");
565 if (RegInfo->hasBasePointer(MF))
    [all...]
ARMBaseRegisterInfo.cpp 93 if (hasBasePointer(MF))
268 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const {
Thumb1FrameLowering.cpp 204 if (RegInfo->hasBasePointer(MF))
Thumb1RegisterInfo.cpp 579 if (!hasBasePointer(MF)) {
ARMExpandPseudoInsts.cpp     [all...]

Completed in 97 milliseconds