Lines Matching refs:utohexstr
279 DEBUG(dbgs() << "0x" << utohexstr(InsnClass[i])); in dbgsInsnClass()
282 DEBUG(dbgs() << " (input: 0x" << utohexstr(InsnInput) << ")"); in dbgsInsnClass()
297 DEBUG(dbgs() << "0x" << utohexstr(thisState)); in dbgsStateInfo()
359 DEBUG(dbgs() << " thisState: 0x" << utohexstr(thisState) << "\n"); in AddInsnClass()
380 << utohexstr(thisStage) << ") from "; in AddInsnClassStages()
394 DEBUG(dbgs() << "\tSkipped Add 0x" << utohexstr(prevState) in AddInsnClassStages()
395 << " - combo op 0x" << utohexstr(resourceMask) in AddInsnClassStages()
396 << " (0x" << utohexstr(combo) <<") cannot be scheduled\n"); in AddInsnClassStages()
406 dbgs() << "0x" << utohexstr(prevState) in AddInsnClassStages()
407 << " | 0x" << utohexstr(resourceMask); in AddInsnClassStages()
409 dbgs() << " | 0x" << utohexstr(combo); in AddInsnClassStages()
410 dbgs() << " = 0x" << utohexstr(ResultingResourceState) << " "; in AddInsnClassStages()
432 << utohexstr(ResultingResourceState) << "\n"); in AddInsnClassStages()
493 DEBUG(dbgs() << "\tSkipped canMaybeAdd 0x" << utohexstr(resources) in canMaybeAddInsnClass()
494 << " - combo op 0x" << utohexstr(InsnClass[i]) in canMaybeAddInsnClass()
495 << " (0x" << utohexstr(combo) <<") cannot be scheduled\n"); in canMaybeAddInsnClass()
575 OS << "{0x" << utohexstr(getDFAInsnInput(II->first)) << ", " in writeTableAndAPI()
671 << ":0x" << utohexstr(FuncResources)); in collectAllFuncUnits()
716 << ":0x" << utohexstr(ComboResources) << "\n"); in collectAllComboFuncs()
721 << ":0x" << utohexstr(FuncResources) << "\n"); in collectAllComboFuncs()
727 << utohexstr(ComboBit) << " = 0x" in collectAllComboFuncs()
728 << utohexstr(ComboResources) << "\n"); in collectAllComboFuncs()
783 DEBUG(dbgs() << " (bits: 0x" << utohexstr(UnitBitValue) << ")\n"); in collectOneInsnClass()