Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DTwineTest.cpp41 EXPECT_EQ("7b", Twine::utohexstr(123).str()); in TEST()
/external/llvm/include/llvm/ADT/
DStringExtras.h55 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.cpp327 O << "0x" << StringRef(utohexstr(MO.getImm())).lower(); in PrintAsmOperand()
332 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/clang/utils/TableGen/
DNeonEmitter.cpp1555 << ": mask = " << "0x" << utohexstr(mask) << "ULL"; in runHeader()
1565 << ": mask = " << "0x" << utohexstr(qmask) << "ULL"; in runHeader()
/external/llvm/utils/TableGen/
DIntrinsicEmitter.cpp441 OS << "0x" << utohexstr(FixedEncodings[i]) << ", "; in EmitGenerator()
DFixedLenDecoderEmitter.cpp846 OS << " /* 0x" << utohexstr(Value) << " */"; in emitTable()
856 OS << " /* 0x" << utohexstr(Value) << " */"; in emitTable()
/external/llvm/lib/Support/
DYAMLParser.cpp659 std::string HexStr = utohexstr(*i); in escape()
681 std::string HexStr = utohexstr(UnicodeScalarValue.first); in escape()
/external/clang/lib/Lex/
DLiteralSupport.cpp204 << "x" + llvm::utohexstr(ResultChar); in ProcessCharEscape()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1676 std::string hexstr(utohexstr(API.getZExtValue())); in printFPConstant()
1680 O << utohexstr(API.getZExtValue()); in printFPConstant()
/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.cpp1645 Twine::utohexstr(Die->getOffset()) + ":0x" + in emitDIE()
1646 Twine::utohexstr(Die->getSize()) + " " + in emitDIE()
/external/llvm/lib/MC/
DMCDwarf.cpp1111 Twine::utohexstr(Encoding)); in EmitCompactUnwind()
/external/clang/lib/CodeGen/
DTargetInfo.cpp3319 "vector_" + Twine::utohexstr(Num), in SetTargetAttributes()