Home
last modified time | relevance | path

Searched refs:getSubRegIndexName (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOperand.cpp520 OS << TRI->getSubRegIndexName(Index); in printSubRegIdx()
775 OS << '.' << TRI->getSubRegIndexName(SubReg); in print()
H A DTargetRegisterInfo.cpp134 OS << ':' << TRI->getSubRegIndexName(SubIdx); in printReg()
H A DRegisterCoalescer.cpp1990 << TRI->getSubRegIndexName(CP.getDstIdx()) << " and " in joinCopy()
1992 << TRI->getSubRegIndexName(CP.getSrcIdx()) << '\n'; in joinCopy()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h365 const char *getSubRegIndexName(unsigned SubIdx) const { in getSubRegIndexName() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h953 dbgs() << '.' << TRI.getSubRegIndexName(SubReg); in executeMatchTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp180 std::make_pair(TRI->getSubRegIndexName(I), I)); in initNames2SubRegIndices()