Searched refs:getTargetIndexName (Results 1 – 3 of 3) sorted by relevance
473 static const char *getTargetIndexName(const MachineFunction &MF, int Index) { in getTargetIndexName() function485 const char *MachineOperand::getTargetIndexName() const { in getTargetIndexName() function in MachineOperand487 return MF ? ::getTargetIndexName(*MF, this->getIndex()) : nullptr; in getTargetIndexName()910 if (const auto *TargetIndexName = ::getTargetIndexName(*MF, getIndex())) in print()
114 if (const char *Name = MO.getTargetIndexName()) in stableHashValue()
818 LLVM_ABI const char *getTargetIndexName() const;