Searched refs:getTargetIndexName (Results 1 – 3 of 3) sorted by relevance
414 static const char *getTargetIndexName(const MachineFunction &MF, int Index) { in getTargetIndexName() function426 const char *MachineOperand::getTargetIndexName() const { in getTargetIndexName() function in MachineOperand428 return MF ? ::getTargetIndexName(*MF, this->getIndex()) : nullptr; in getTargetIndexName()847 if (const auto *TargetIndexName = ::getTargetIndexName(*MF, getIndex())) in print()
104 if (const char *Name = MO.getTargetIndexName()) in stableHashValue()
776 const char *getTargetIndexName() const;