Searched refs:getTargetIndexName (Results 1 – 3 of 3) sorted by relevance
464 static const char *getTargetIndexName(const MachineFunction &MF, int Index) { in getTargetIndexName() function476 const char *MachineOperand::getTargetIndexName() const { in getTargetIndexName() function in MachineOperand478 return MF ? ::getTargetIndexName(*MF, this->getIndex()) : nullptr; in getTargetIndexName()898 if (const auto *TargetIndexName = ::getTargetIndexName(*MF, getIndex())) in print()
101 if (const char *Name = MO.getTargetIndexName()) in stableHashValue()
810 /// getTargetIndexName - If this MachineOperand is a TargetIndex that has a813 const char *getTargetIndexName() const;