Searched refs:PrintLaneMask (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DLaneBitmask.h93 inline Printable PrintLaneMask(LaneBitmask LaneMask) { function in namespace:llvm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp451 << ":L" << PrintLaneMask(P.second)
457 << PrintLaneMask(I->second)
459 << PrintLaneMask(P.second)
467 << ":L" << PrintLaneMask(P.second)
505 << PrintLaneMask(It->second);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp528 << " Used: " << PrintLaneMask(Info.UsedLanes)
529 << " Def: " << PrintLaneMask(Info.DefinedLanes) << '\n';
H A DRegisterCoalescer.cpp1446 << PrintLaneMask(SR.LaneMask) << " : " << SR << "\n");
1973 LLVM_DEBUG(dbgs() << "Shrink LaneUses (Lane " << PrintLaneMask(S.LaneMask)
3089 LLVM_DEBUG(dbgs() << "\t\tPrune sublane " << PrintLaneMask(S.LaneMask)
3109 << PrintLaneMask(S.LaneMask) << " at " << Def
3294 LLVM_DEBUG(dbgs() << "\t\tjoined lanes: " << PrintLaneMask(LaneMask)
H A DRegisterPressure.cpp102 dbgs() << ':' << PrintLaneMask(P.LaneMask);
110 dbgs() << ':' << PrintLaneMask(P.LaneMask);
H A DMIRPrinter.cpp678 OS << ":0x" << PrintLaneMask(LI.LaneMask);
H A DLiveInterval.cpp1041 OS << " L" << PrintLaneMask(LaneMask) << ' '
H A DMachineBasicBlock.cpp401 OS << ":0x" << PrintLaneMask(LI.LaneMask);
H A DLiveIntervals.cpp1040 dbgs() << " L" << PrintLaneMask(LaneMask);
H A DRDFGraph.cpp53 OS << ':' << PrintLaneMask(P.Mask);
H A DMachineScheduler.cpp1123 << PrintLaneMask(P.LaneMask) << ' ' << *SU.getInstr();
H A DMachineVerifier.cpp564 errs() << "- lanemask: " << PrintLaneMask(LaneMask) << '\n';
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp667 OS << "LaneBitmask(0x" << PrintLaneMask(Val) << ')';
1634 OS << "\tLaneMask: " << PrintLaneMask(RC.LaneMask) << '\n';
1659 OS << "\tLaneMask: " << PrintLaneMask(SRI.LaneMask) << '\n';

Completed in 174 milliseconds