Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOperand.cpp446 static const char *getTargetIndexName(const MachineFunction &MF, int Index) { in getTargetIndexName() function
458 const char *MachineOperand::getTargetIndexName() const { in getTargetIndexName() function in MachineOperand
460 return MF ? ::getTargetIndexName(*MF, this->getIndex()) : nullptr; in getTargetIndexName()
880 if (const auto *TargetIndexName = ::getTargetIndexName(*MF, getIndex())) in print()
H A DMachineStableHash.cpp104 if (const char *Name = MO.getTargetIndexName()) in stableHashValue()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineOperand.h806 const char *getTargetIndexName() const;