Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DTwineTest.cpp41 EXPECT_EQ("7b", Twine::utohexstr(123).str()); in TEST()
/external/llvm/include/llvm/ADT/
DStringExtras.h66 static inline std::string utohexstr(uint64_t X) { in utohexstr() function
DTwine.h374 static Twine utohexstr(const uint64_t &Val) { in utohexstr() function
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp337 O << "0x" << StringRef(utohexstr(MO.getImm())).lower(); in PrintAsmOperand()
342 O << "0x" << StringRef(utohexstr(MO.getImm() & 0xffff)).lower(); in PrintAsmOperand()
/external/llvm/lib/Target/MBlaze/
DMBlazeAsmPrinter.cpp150 OutStreamer.EmitRawText("\t.mask\t0x" + Twine::utohexstr(CPUBitmask)); in printSavedRegsBitmask()
/external/llvm/utils/TableGen/
DIntrinsicEmitter.cpp444 OS << "0x" << utohexstr(FixedEncodings[i]) << ", "; in EmitGenerator()
DFixedLenDecoderEmitter.cpp846 OS << " /* 0x" << utohexstr(Value) << " */"; in emitTable()
856 OS << " /* 0x" << utohexstr(Value) << " */"; in emitTable()
/external/clang/utils/TableGen/
DNeonEmitter.cpp1557 << ": mask = " << "0x" << utohexstr(mask) << "ULL"; in runHeader()
1567 << ": mask = " << "0x" << utohexstr(qmask) << "ULL"; in runHeader()
/external/llvm/lib/Support/
DYAMLParser.cpp659 std::string HexStr = utohexstr(*i); in escape()
681 std::string HexStr = utohexstr(UnicodeScalarValue.first); in escape()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1726 std::string hexstr(utohexstr(API.getZExtValue())); in printFPConstant()
1730 O << utohexstr(API.getZExtValue()); in printFPConstant()
/external/clang/lib/Lex/
DLiteralSupport.cpp208 << "x" + llvm::utohexstr(ResultChar); in ProcessCharEscape()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp253 << utohexstr(CFP->getValueAPF().bitcastToAPInt().getZExtValue()) in printCFP()
257 << utohexstr((uint32_t)CFP->getValueAPF(). in printCFP()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1764 Twine::utohexstr(Die->getOffset()) + ":0x" + in emitDIE()
1765 Twine::utohexstr(Die->getSize()) + " " + in emitDIE()
/external/llvm/lib/MC/
DMCDwarf.cpp1194 Twine::utohexstr(Encoding)); in EmitCompactUnwind()