/external/llvm/utils/TableGen/ |
D | DFAPacketizerEmitter.cpp | 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() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DFAPacketizerEmitter.cpp | 286 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/ |
D | MachOObjectFile.cpp | 2794 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/ |
D | NVPTXMCExpr.cpp | 43 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/ |
D | AsmPrinterDwarf.cpp | 234 Twine::utohexstr(Die.getOffset()) + ":0x" + in emitDwarfDIE() 235 Twine::utohexstr(Die.getSize()) + " " + in emitDwarfDIE()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterDwarf.cpp | 253 Twine::utohexstr(Die.getOffset()) + ":0x" + in emitDwarfDIE() 254 Twine::utohexstr(Die.getSize()) + " " + in emitDwarfDIE()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeAsmPrinter.cpp | 122 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/ |
D | DWARFDebugLineTest.cpp | 370 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/ |
D | TwineTest.cpp | 41 EXPECT_EQ("7b", Twine::utohexstr(123).str()); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 177 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/ |
D | TwineTest.cpp | 42 EXPECT_EQ("7b", Twine::utohexstr(123).str()); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | TwineTest.cpp | 45 EXPECT_EQ("7b", Twine::utohexstr(123).str()); in TEST()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | StringExtras.h | 60 static inline std::string utohexstr(uint64_t X) { in utohexstr() function
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFStreamer.cpp | 61 OS << "\t.inst\t0x" << Twine::utohexstr(Inst) << "\n"; in emitInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 216 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/ |
D | MCSectionELF.cpp | 156 report_fatal_error("unsupported type 0x" + Twine::utohexstr(Type) + in PrintSwitchToSection()
|
/external/llvm/lib/Support/Windows/ |
D | WindowsSupport.h | 84 *ErrMsg += " (0x" + llvm::utohexstr(LastError) + ")"; in MakeErrMsg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFStreamer.cpp | 60 OS << "\t.inst\t0x" << Twine::utohexstr(Inst) << "\n"; in emitInst()
|
/external/llvm/include/llvm/ADT/ |
D | StringExtras.h | 47 static inline std::string utohexstr(uint64_t X, bool LowerCase = false) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | WindowsSupport.h | 87 *ErrMsg += " (0x" + llvm::utohexstr(LastError) + ")"; in MakeErrMsg()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 104 std::string HexString = utohexstr(AI.getLimitedValue(), /*LowerCase=*/true); in APIntToHexString()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | ELFDump.cpp | 72 std::string HexStr = utohexstr(static_cast<uint64_t>(Dyn.d_tag), true); in printDynamicSection()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | WindowsSupport.h | 85 *ErrMsg += " (0x" + llvm::utohexstr(LastError) + ")"; in MakeErrMsg()
|
/external/llvm/lib/Target/WebAssembly/InstPrinter/ |
D | WebAssemblyInstPrinter.cpp | 120 utohexstr(AI.getZExtValue() & in toString()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringExtras.h | 48 static inline std::string utohexstr(uint64_t X, bool LowerCase = false) {
|