Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp464 static const char *getTargetIndexName(const MachineFunction &MF, int Index) { in getTargetIndexName() function
476 const char *MachineOperand::getTargetIndexName() const { in getTargetIndexName() function in MachineOperand
478 return MF ? ::getTargetIndexName(*MF, this->getIndex()) : nullptr; in getTargetIndexName()
898 if (const auto *TargetIndexName = ::getTargetIndexName(*MF, getIndex())) in print()
H A DMachineStableHash.cpp101 if (const char *Name = MO.getTargetIndexName()) in stableHashValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h810 /// getTargetIndexName - If this MachineOperand is a TargetIndex that has a
813 const char *getTargetIndexName() const;