Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DMachineStableHash.cpp100 if (const char *Name = MO.getTargetIndexName()) in stableHashValue()
DMachineOperand.cpp411 static const char *getTargetIndexName(const MachineFunction &MF, int Index) { in getTargetIndexName() function
423 const char *MachineOperand::getTargetIndexName() const { in getTargetIndexName() function in MachineOperand
425 return MF ? ::getTargetIndexName(*MF, this->getIndex()) : nullptr; in getTargetIndexName()
836 if (const auto *TargetIndexName = ::getTargetIndexName(*MF, getIndex())) in print()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp738 static const char *getTargetIndexName(const MachineFunction &MF, int Index) { in getTargetIndexName() function
804 if (const auto *Name = getTargetIndexName( in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp404 static const char *getTargetIndexName(const MachineFunction &MF, int Index) { in getTargetIndexName() function
824 if (const auto *TargetIndexName = getTargetIndexName(*MF, getIndex())) in print()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineOperand.h765 const char *getTargetIndexName() const;