Home
last modified time | relevance | path

Searched refs:getTargetIndexName (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOperand.cpp414 static const char *getTargetIndexName(const MachineFunction &MF, int Index) { in getTargetIndexName() function
426 const char *MachineOperand::getTargetIndexName() const { in getTargetIndexName() function in MachineOperand
428 return MF ? ::getTargetIndexName(*MF, this->getIndex()) : nullptr; in getTargetIndexName()
847 if (const auto *TargetIndexName = ::getTargetIndexName(*MF, getIndex())) in print()
H A DMachineStableHash.cpp104 if (const char *Name = MO.getTargetIndexName()) in stableHashValue()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineOperand.h776 const char *getTargetIndexName() const;