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

  /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
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 347 if (hasBasePointer(MF)) {
405 bool X86RegisterInfo::hasBasePointer(const MachineFunction &MF) const {
482 if (hasBasePointer(MF))
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 134 if (hasBasePointer(MF))
309 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const {
  /external/llvm/lib/Target/PowerPC/
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...]

Completed in 405 milliseconds