Home
last modified time | relevance | path

Searched refs:utohexstr (Results 1 – 25 of 77) sorted by relevance

1234

/external/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp279 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()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp286 LLVM_DEBUG(dbgs() << "0x" << Twine::utohexstr(InsnClass[i])); in dbgsInsnClass()
289 LLVM_DEBUG(dbgs() << " (input: 0x" << Twine::utohexstr(InsnInput) << ")"); in dbgsInsnClass()
304 LLVM_DEBUG(dbgs() << "0x" << Twine::utohexstr(thisState)); in dbgsStateInfo()
364 LLVM_DEBUG(dbgs() << " thisState: 0x" << Twine::utohexstr(thisState) in AddInsnClass()
385 << Twine::utohexstr(thisStage) << ") from "; in AddInsnClassStages()
399 LLVM_DEBUG(dbgs() << "\tSkipped Add 0x" << Twine::utohexstr(prevState) in AddInsnClassStages()
400 << " - combo op 0x" << Twine::utohexstr(resourceMask) in AddInsnClassStages()
401 << " (0x" << Twine::utohexstr(combo) in AddInsnClassStages()
412 dbgs() << "0x" << Twine::utohexstr(prevState) << " | 0x" in AddInsnClassStages()
413 << Twine::utohexstr(resourceMask); in AddInsnClassStages()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp2794 Twine::utohexstr(offset)); in pushNode()
2802 "export info size: 0x" + Twine::utohexstr(ExportInfoSize) + in pushNode()
2803 " in export trie data at node: 0x" + Twine::utohexstr(offset) + in pushNode()
2814 Twine::utohexstr(offset)); in pushNode()
2825 " in flags: 0x" + Twine::utohexstr(State.Flags) + in pushNode()
2826 " in export trie data at node: 0x" + Twine::utohexstr(offset)); in pushNode()
2836 Twine::utohexstr(offset)); in pushNode()
2845 ") in export trie data at node: 0x" + Twine::utohexstr(offset)); in pushNode()
2858 Twine::utohexstr(offset) + in pushNode()
2868 Twine::utohexstr(offset) + in pushNode()
[all …]
/external/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.cpp43 std::string HexStr(utohexstr(API.getZExtValue())); in printImpl()
46 OS << utohexstr(API.getZExtValue()); in printImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp234 Twine::utohexstr(Die.getOffset()) + ":0x" + in emitDwarfDIE()
235 Twine::utohexstr(Die.getSize()) + " " + in emitDwarfDIE()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp253 Twine::utohexstr(Die.getOffset()) + ":0x" + in emitDwarfDIE()
254 Twine::utohexstr(Die.getSize()) + " " + in emitDwarfDIE()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeAsmPrinter.cpp122 O << utohexstr((Value & (0xF << (i*4))) >> (i*4)); in printHex32()
152 OutStreamer.EmitRawText("\t.mask\t0x" + Twine::utohexstr(CPUBitmask)); in printSavedRegsBitmask()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugLineTest.cpp370 Twine::utohexstr(ExpectedEnd) + " but it ended at 0x000000" + in TEST_P()
371 Twine::utohexstr(ExpectedEnd - 1)) in TEST_P()
401 Twine::utohexstr(ExpectedEnd) + " but it ended at 0x000000" + in TEST_P()
402 Twine::utohexstr(ExpectedEnd + 1)) in TEST_P()
/external/swiftshader/third_party/LLVM/unittests/ADT/
DTwineTest.cpp41 EXPECT_EQ("7b", Twine::utohexstr(123).str()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp177 DictScope NameScope(W, ("Name@0x" + Twine::utohexstr(NameOffset)).str()); in dumpName()
248 ListScope HashScope(W, ("Hash 0x" + Twine::utohexstr(Hash)).str()); in dump()
408 DictScope AbbrevScope(W, ("Abbreviation 0x" + Twine::utohexstr(Code)).str()); in dump()
666 DictScope EntryScope(W, ("Entry @ 0x" + Twine::utohexstr(EntryId)).str()); in dumpEntry()
741 DictScope UnitScope(W, ("Name Index @ 0x" + Twine::utohexstr(Base)).str()); in dump()
/external/llvm/unittests/ADT/
DTwineTest.cpp42 EXPECT_EQ("7b", Twine::utohexstr(123).str()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DTwineTest.cpp45 EXPECT_EQ("7b", Twine::utohexstr(123).str()); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringExtras.h60 static inline std::string utohexstr(uint64_t X) { in utohexstr() function
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp61 OS << "\t.inst\t0x" << Twine::utohexstr(Inst) << "\n"; in emitInst()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp216 H = "0x" + utohexstr(Hash); in visitTypeBegin()
218 H = "0x" + utohexstr(Hash) + ", our hash = 0x" + utohexstr(OurHash); in visitTypeBegin()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSectionELF.cpp156 report_fatal_error("unsupported type 0x" + Twine::utohexstr(Type) + in PrintSwitchToSection()
/external/llvm/lib/Support/Windows/
DWindowsSupport.h84 *ErrMsg += " (0x" + llvm::utohexstr(LastError) + ")"; in MakeErrMsg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp60 OS << "\t.inst\t0x" << Twine::utohexstr(Inst) << "\n"; in emitInst()
/external/llvm/include/llvm/ADT/
DStringExtras.h47 static inline std::string utohexstr(uint64_t X, bool LowerCase = false) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DWindowsSupport.h87 *ErrMsg += " (0x" + llvm::utohexstr(LastError) + ")"; in MakeErrMsg()
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp104 std::string HexString = utohexstr(AI.getLimitedValue(), /*LowerCase=*/true); in APIntToHexString()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DELFDump.cpp72 std::string HexStr = utohexstr(static_cast<uint64_t>(Dyn.d_tag), true); in printDynamicSection()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DWindowsSupport.h85 *ErrMsg += " (0x" + llvm::utohexstr(LastError) + ")"; in MakeErrMsg()
/external/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp120 utohexstr(AI.getZExtValue() & in toString()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringExtras.h48 static inline std::string utohexstr(uint64_t X, bool LowerCase = false) {

1234