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

  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 335 if (hasBasePointer(MF)) {
393 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const {
473 if (hasBasePointer(MF))
  /external/llvm/lib/Target/PowerPC/
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 {
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 113 if (hasBasePointer(MF))
288 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const {

Completed in 122 milliseconds