Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp385 static const char *getTargetIndexName(const MachineFunction &MF, int Index) { in getTargetIndexName() function
812 if (const auto *TargetIndexName = getTargetIndexName(*MF, getIndex())) in print()