Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRewritePartialRegUses.cpp232 LLVM_DEBUG(dbgs() << " " << TRI->getSubRegIndexName(OldSubReg) << ':' in getRegClassWithShiftedSubregs()
248 LLVM_DEBUG(dbgs() << TRI->getSubRegIndexName(NewSubReg)); in getRegClassWithShiftedSubregs()
428 LLVM_DEBUG(dbgs() << " " << TRI->getSubRegIndexName(SubReg) << ':'); in rewriteReg()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp573 OS << TRI->getSubRegIndexName(Index); in printSubRegIdx()
837 OS << '.' << TRI->getSubRegIndexName(SubReg); in print()
H A DTargetRegisterInfo.cpp132 OS << ':' << TRI->getSubRegIndexName(SubIdx); in printReg()
H A DMachineCopyPropagation.cpp721 << TRI->getSubRegIndexName(SubRegIdx) << '\n'); in forwardUses()
H A DRegisterCoalescer.cpp2090 << TRI->getSubRegIndexName(CP.getDstIdx()) << " and " in joinCopy()
2092 << TRI->getSubRegIndexName(CP.getSrcIdx()) << '\n'; in joinCopy()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h388 const char *getSubRegIndexName(unsigned SubIdx) const { in getSubRegIndexName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h1227 if (SubReg) dbgs() << '.' << TRI.getSubRegIndexName(SubReg); in executeMatchTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp176 std::make_pair(TRI->getSubRegIndexName(I), I)); in initNames2SubRegIndices()