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.cpp163 << " Used: " << PrintLaneMask(Info.UsedLanes) in handleSubReg()
164 << " Def: " << PrintLaneMask(Info.DefinedLanes) in handleSubReg()
165 << " Need Def: " << PrintLaneMask(NeedDef) << "\n"; in handleSubReg()
H A DDetectDeadLanes.cpp488 << " Used: " << PrintLaneMask(Info.UsedLanes) in computeSubRegisterLaneBitInfo()
489 << " Def: " << PrintLaneMask(Info.DefinedLanes) << '\n'; in computeSubRegisterLaneBitInfo()
H A DRegisterCoalescer.cpp1555 << PrintLaneMask(SR.LaneMask) << " : " << SR << "\n"); in reMaterializeTrivialDef()
2178 LLVM_DEBUG(dbgs() << "Shrink LaneUses (Lane " << PrintLaneMask(S.LaneMask) in joinCopy()
3134 << ' ' << PrintLaneMask(LaneMask) << '\n'); in resolveConflicts()
3344 LLVM_DEBUG(dbgs() << "\t\tPrune sublane " << PrintLaneMask(S.LaneMask) in pruneSubRegValues()
3374 << PrintLaneMask(S.LaneMask) << " at " << Def in pruneSubRegValues()
3558 LLVM_DEBUG(dbgs() << "\t\tjoined lanes: " << PrintLaneMask(LaneMask) in joinSubRegRanges()
H A DRDFRegisters.cpp420 return OS << ':' << PrintLaneMask(P.Mask); in ref_iterator()
H A DRegisterPressure.cpp102 dbgs() << ':' << PrintLaneMask(P.LaneMask); in dump()
110 dbgs() << ':' << PrintLaneMask(P.LaneMask); in dump()
H A DMIRPrinter.cpp728 OS << ":0x" << PrintLaneMask(LI.LaneMask); in print()
H A DLiveInterval.cpp1030 OS << " L" << PrintLaneMask(LaneMask) << ' '
H A DMachineBasicBlock.cpp430 OS << ":0x" << PrintLaneMask(LI.LaneMask); in print()
H A DLiveIntervals.cpp1097 dbgs() << " L" << PrintLaneMask(LaneMask); in updateRange()
H A DMachineVerifier.cpp634 errs() << "- lanemask: " << PrintLaneMask(LaneMask) << '\n'; in report_context_lanemask()
H A DMachineScheduler.cpp1385 << PrintLaneMask(P.LaneMask) << ' ' << *SU.getInstr(); in updatePressureDiffs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp533 OS << Pfx << printReg(P.first, TRI) << ":L" << PrintLaneMask(P.second) in reportMismatch()
537 << " masks doesn't match: LIS reported " << PrintLaneMask(I->second) in reportMismatch()
538 << ", tracked " << PrintLaneMask(P.second) << '\n'; in reportMismatch()
544 OS << Pfx << printReg(P.first, TRI) << ":L" << PrintLaneMask(P.second) in reportMismatch()
582 << PrintLaneMask(It->second); in print()
/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/utils/TableGen/
H A DRegisterInfoEmitter.cpp663 OS << "LaneBitmask(0x" << PrintLaneMask(Val) << ')'; in printMask()
1840 OS << "\tLaneMask: " << PrintLaneMask(RC.LaneMask) << '\n'; in debugDump()
1868 OS << "\tLaneMask: " << PrintLaneMask(SRI.LaneMask) << '\n'; in debugDump()