Lines Matching refs:utohexstr

278     DEBUG(dbgs() << "0x" << utohexstr(InsnClass[i]));  in dbgsInsnClass()
281 DEBUG(dbgs() << " (input: 0x" << utohexstr(InsnInput) << ")"); in dbgsInsnClass()
296 DEBUG(dbgs() << "0x" << utohexstr(thisState)); in dbgsStateInfo()
358 DEBUG(dbgs() << " thisState: 0x" << utohexstr(thisState) << "\n"); in AddInsnClass()
379 << utohexstr(thisStage) << ") from "; in AddInsnClassStages()
393 DEBUG(dbgs() << "\tSkipped Add 0x" << utohexstr(prevState) in AddInsnClassStages()
394 << " - combo op 0x" << utohexstr(resourceMask) in AddInsnClassStages()
395 << " (0x" << utohexstr(combo) <<") cannot be scheduled\n"); in AddInsnClassStages()
405 dbgs() << "0x" << utohexstr(prevState) in AddInsnClassStages()
406 << " | 0x" << utohexstr(resourceMask); in AddInsnClassStages()
408 dbgs() << " | 0x" << utohexstr(combo); in AddInsnClassStages()
409 dbgs() << " = 0x" << utohexstr(ResultingResourceState) << " "; in AddInsnClassStages()
431 << 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()
577 OS << "{0x" << utohexstr(getDFAInsnInput(II->first)) << ", " in writeTableAndAPI()
675 << ":0x" << utohexstr(FuncResources)); in collectAllFuncUnits()
720 << ":0x" << utohexstr(ComboResources) << "\n"); in collectAllComboFuncs()
725 << ":0x" << utohexstr(FuncResources) << "\n"); in collectAllComboFuncs()
731 << utohexstr(ComboBit) << " = 0x" in collectAllComboFuncs()
732 << utohexstr(ComboResources) << "\n"); in collectAllComboFuncs()
788 DEBUG(dbgs() << " (bits: 0x" << utohexstr(UnitBitValue) << ")\n"); in collectOneInsnClass()