Home
last modified time | relevance | path

Searched refs:PrintLaneMask (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInitUndef.cpp164 << " Used: " << PrintLaneMask(Info.UsedLanes) in handleSubReg()
165 << " Def: " << PrintLaneMask(Info.DefinedLanes) in handleSubReg()
166 << " Need Def: " << PrintLaneMask(NeedDef) << "\n"; in handleSubReg()
H A DDetectDeadLanes.cpp495 << " Used: " << PrintLaneMask(Info.UsedLanes) in computeSubRegisterLaneBitInfo()
496 << " Def: " << PrintLaneMask(Info.DefinedLanes) << '\n'; in computeSubRegisterLaneBitInfo()
H A DRegisterCoalescer.cpp1612 << PrintLaneMask(SR.LaneMask) << " : " << SR << "\n"); in reMaterializeTrivialDef()
2238 LLVM_DEBUG(dbgs() << "Shrink LaneUses (Lane " << PrintLaneMask(S.LaneMask) in joinCopy()
3195 << PrintLaneMask(LaneMask) << '\n'); in resolveConflicts()
3405 LLVM_DEBUG(dbgs() << "\t\tPrune sublane " << PrintLaneMask(S.LaneMask) in pruneSubRegValues()
3435 << PrintLaneMask(S.LaneMask) << " at " << Def in pruneSubRegValues()
3618 LLVM_DEBUG(dbgs() << "\t\tjoined lanes: " << PrintLaneMask(LaneMask) << ' ' in joinSubRegRanges()
H A DRDFRegisters.cpp420 return OS << ':' << PrintLaneMask(P.Mask); in operator <<()
H A DRegisterPressure.cpp98 dbgs() << ':' << PrintLaneMask(P.LaneMask); in dump()
106 dbgs() << ':' << PrintLaneMask(P.LaneMask); in dump()
H A DMIRPrinter.cpp724 OS << ":0x" << PrintLaneMask(LI.LaneMask); in printMBB()
H A DLiveInterval.cpp1030 OS << " L" << PrintLaneMask(LaneMask) << ' ' in print()
H A DMachineBasicBlock.cpp430 OS << ":0x" << PrintLaneMask(LI.LaneMask); in print()
H A DLiveIntervals.cpp1131 dbgs() << " L" << PrintLaneMask(LaneMask); in updateRange()
H A DMachineVerifier.cpp678 OS << "- lanemask: " << PrintLaneMask(LaneMask) << '\n'; in report_context_lanemask()
H A DMachineScheduler.cpp1631 << PrintLaneMask(P.LaneMask) << ' ' << *SU.getInstr(); in updatePressureDiffs()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DLaneBitmask.h92 inline Printable PrintLaneMask(LaneBitmask LaneMask) { in PrintLaneMask() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp707 OS << Pfx << printReg(P.first, TRI) << ":L" << PrintLaneMask(P.second) in reportMismatch()
711 << " masks doesn't match: LIS reported " << PrintLaneMask(I->second) in reportMismatch()
712 << ", tracked " << PrintLaneMask(P.second) << '\n'; in reportMismatch()
718 OS << Pfx << printReg(P.first, TRI) << ":L" << PrintLaneMask(P.second) in reportMismatch()
817 << PrintLaneMask(It->second); in print()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp657 OS << "LaneBitmask(0x" << PrintLaneMask(Val) << ')'; in printMask()
1886 OS << "\tLaneMask: " << PrintLaneMask(RC.LaneMask) << '\n'; in debugDump()
1914 OS << "\tLaneMask: " << PrintLaneMask(SRI.LaneMask) << '\n'; in debugDump()