/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 …]
|
D | SearchableTableEmitter.cpp | 54 return "0x" + utohexstr(getAsInt(BI)); in primaryRepresentation()
|
D | IntrinsicEmitter.cpp | 424 OS << "0x" << utohexstr(FixedEncodings[i]) << ", "; in EmitGenerator()
|
/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/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/unittests/ADT/ |
D | TwineTest.cpp | 41 EXPECT_EQ("7b", Twine::utohexstr(123).str()); in TEST()
|
/external/llvm/unittests/ADT/ |
D | TwineTest.cpp | 42 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
|
D | Twine.h | 373 static Twine utohexstr(const uint64_t &Val) { in utohexstr() function
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFStreamer.cpp | 61 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) {
|
D | Twine.h | 384 static Twine utohexstr(const uint64_t &Val) { in utohexstr() function
|
/external/llvm/lib/Support/Windows/ |
D | WindowsSupport.h | 84 *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/llvm/lib/Target/WebAssembly/InstPrinter/ |
D | WebAssemblyInstPrinter.cpp | 120 utohexstr(AI.getZExtValue() & in toString()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.cpp | 202 ImmString = utohexstr(Value); in smallData() 206 ImmString = utohexstr(static_cast<uint32_t>(Value)); in smallData()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | TpiStream.cpp | 137 "Type index is 0x" + utohexstr(TypeIndex::FirstNonSimpleIndex + Index)); in errorInvalidHash()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 180 O << utohexstr((Value & (0xF << (i*4))) >> (i*4)); in printHex32()
|
/external/llvm/lib/Analysis/ |
D | DemandedBits.cpp | 381 OS << "DemandedBits: 0x" << utohexstr(KV.second.getLimitedValue()) << " for " in print()
|
/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 451 NewName += utohexstr(ModHash[0]); // Take the first 32 bits in getGlobalNameForLocal()
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 450 O << "0x" << Twine::utohexstr(MO.getImm()); in PrintAsmOperand() 455 O << "0x" << Twine::utohexstr(MO.getImm() & 0xffff); in PrintAsmOperand()
|
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
D | CBackend.cpp | 1996 << " = 0x" << utohexstr(i) in printFloatingPointConstants() 2003 << " = 0x" << utohexstr(i) in printFloatingPointConstants() 2010 << " = { 0x" << utohexstr(p[0]) in printFloatingPointConstants() 2011 << "ULL, 0x" << utohexstr((uint16_t)p[1]) << ",{0,0,0}" in printFloatingPointConstants() 2019 << utohexstr(p[0]) << ", 0x" << utohexstr(p[1]) in printFloatingPointConstants()
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXAsmPrinter.cpp | 370 utohexstr(cast<ConstantInt>(CA->getOperand(i))->getZExtValue()); in EmitVariableDeclaration()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 230 OS << "\t0x" << Twine::utohexstr(Inst) << "\n"; in emitInst() 239 OS << ", 0x" << Twine::utohexstr(*OCI); in emitUnwindRaw()
|