Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp451 << ":L" << PrintLaneMask(P.second) in reportMismatch()
457 << PrintLaneMask(I->second) in reportMismatch()
459 << PrintLaneMask(P.second) in reportMismatch()
467 << ":L" << PrintLaneMask(P.second) in reportMismatch()
505 << PrintLaneMask(It->second); in printLiveRegs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DLaneBitmask.h93 inline Printable PrintLaneMask(LaneBitmask LaneMask) { in PrintLaneMask() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDetectDeadLanes.cpp528 << " Used: " << PrintLaneMask(Info.UsedLanes) in runOnce()
529 << " Def: " << PrintLaneMask(Info.DefinedLanes) << '\n'; in runOnce()
DRegisterCoalescer.cpp1446 << PrintLaneMask(SR.LaneMask) << " : " << SR << "\n"); in reMaterializeTrivialDef()
1973 LLVM_DEBUG(dbgs() << "Shrink LaneUses (Lane " << PrintLaneMask(S.LaneMask) in joinCopy()
3089 LLVM_DEBUG(dbgs() << "\t\tPrune sublane " << PrintLaneMask(S.LaneMask) in pruneSubRegValues()
3109 << PrintLaneMask(S.LaneMask) << " at " << Def in pruneSubRegValues()
3294 LLVM_DEBUG(dbgs() << "\t\tjoined lanes: " << PrintLaneMask(LaneMask) in joinSubRegRanges()
DRegisterPressure.cpp102 dbgs() << ':' << PrintLaneMask(P.LaneMask); in dump()
110 dbgs() << ':' << PrintLaneMask(P.LaneMask); in dump()
DMIRPrinter.cpp678 OS << ":0x" << PrintLaneMask(LI.LaneMask); in print()
DMachineBasicBlock.cpp401 OS << ":0x" << PrintLaneMask(LI.LaneMask); in print()
DLiveInterval.cpp1041 OS << " L" << PrintLaneMask(LaneMask) << ' ' in print()
DLiveIntervals.cpp1040 dbgs() << " L" << PrintLaneMask(LaneMask); in updateRange()
DMachineVerifier.cpp564 errs() << "- lanemask: " << PrintLaneMask(LaneMask) << '\n'; in report_context_lanemask()
DMachineScheduler.cpp1123 << PrintLaneMask(P.LaneMask) << ' ' << *SU.getInstr(); in updatePressureDiffs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp53 OS << ':' << PrintLaneMask(P.Mask); in operator <<()