Home
last modified time | relevance | path

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

12

/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 …]
DSearchableTableEmitter.cpp54 return "0x" + utohexstr(getAsInt(BI)); in primaryRepresentation()
DIntrinsicEmitter.cpp424 OS << "0x" << utohexstr(FixedEncodings[i]) << ", "; in EmitGenerator()
/external/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.cpp43 std::string HexStr(utohexstr(API.getZExtValue())); in printImpl()
46 OS << utohexstr(API.getZExtValue()); in printImpl()
/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/unittests/ADT/
DTwineTest.cpp41 EXPECT_EQ("7b", Twine::utohexstr(123).str()); in TEST()
/external/llvm/unittests/ADT/
DTwineTest.cpp42 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
DTwine.h373 static Twine utohexstr(const uint64_t &Val) { in utohexstr() function
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp61 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) {
DTwine.h384 static Twine utohexstr(const uint64_t &Val) { in utohexstr() function
/external/llvm/lib/Support/Windows/
DWindowsSupport.h84 *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/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp120 utohexstr(AI.getZExtValue() & in toString()
/external/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp202 ImmString = utohexstr(Value); in smallData()
206 ImmString = utohexstr(static_cast<uint32_t>(Value)); in smallData()
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp137 "Type index is 0x" + utohexstr(TypeIndex::FirstNonSimpleIndex + Index)); in errorInvalidHash()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsAsmPrinter.cpp180 O << utohexstr((Value & (0xF << (i*4))) >> (i*4)); in printHex32()
/external/llvm/lib/Analysis/
DDemandedBits.cpp381 OS << "DemandedBits: 0x" << utohexstr(KV.second.getLimitedValue()) << " for " in print()
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h451 NewName += utohexstr(ModHash[0]); // Take the first 32 bits in getGlobalNameForLocal()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp450 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/
DCBackend.cpp1996 << " = 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/
DPTXAsmPrinter.cpp370 utohexstr(cast<ConstantInt>(CA->getOperand(i))->getZExtValue()); in EmitVariableDeclaration()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp230 OS << "\t0x" << Twine::utohexstr(Inst) << "\n"; in emitInst()
239 OS << ", 0x" << Twine::utohexstr(*OCI); in emitUnwindRaw()

12