/external/llvm/lib/Target/NVPTX/ |
D | NVPTXMCExpr.cpp | 43 std::string HexStr(utohexstr(API.getZExtValue())); in PrintImpl() 46 OS << utohexstr(API.getZExtValue()); in PrintImpl()
|
D | NVPTXAsmPrinter.cpp | 1690 std::string hexstr(utohexstr(API.getZExtValue())); in printFPConstant() 1694 O << utohexstr(API.getZExtValue()); in printFPConstant()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterDwarf.cpp | 252 "] 0x" + Twine::utohexstr(Die.getOffset()) + in emitDwarfDIE() 253 ":0x" + Twine::utohexstr(Die.getSize()) + " " + in emitDwarfDIE()
|
/external/llvm/unittests/ADT/ |
D | TwineTest.cpp | 42 EXPECT_EQ("7b", Twine::utohexstr(123).str()); in TEST()
|
/external/llvm/include/llvm/ADT/ |
D | StringExtras.h | 72 static inline std::string utohexstr(uint64_t X, bool LowerCase = false) {
|
D | Twine.h | 386 static Twine utohexstr(const uint64_t &Val) { in utohexstr() function
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFStreamer.cpp | 62 OS << "\t.inst\t0x" << utohexstr(Inst) << "\n"; in emitInst()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 126 std::string HexString = utohexstr(AI.getLimitedValue(), /*LowerCase=*/true); in APIntToHexString()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUAsmPrinter.cpp | 535 Twine::utohexstr(KernelInfo.ComputePGMRSrc1), false); in EmitAmdKernelCodeT() 537 Twine::utohexstr(KernelInfo.ComputePGMRSrc2), false); in EmitAmdKernelCodeT()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 501 SymbolNameOrOffset += utohexstr(Obj->getScatteredRelocationValue(RE)); in printRelocation() 510 SymbolNameOrOffset += utohexstr(Obj->getPlainRelocationSymbolNum(RE)); in printRelocation()
|
D | ARMAttributeParser.cpp | 633 errs() << "unrecognised tag: 0x" << utohexstr(Tag) << '\n'; in ParseSubsection()
|
D | ELFDumper.cpp | 1025 errs() << "unrecognised FormatVersion: 0x" << utohexstr((*Contents)[0]) in printAttributes()
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 445 O << "0x" << StringRef(utohexstr(MO.getImm())).lower(); in PrintAsmOperand() 450 O << "0x" << StringRef(utohexstr(MO.getImm() & 0xffff)).lower(); in PrintAsmOperand()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 291 OS << "\t0x" << utohexstr(Inst) << "\n"; in emitInst() 300 OS << ", 0x" << utohexstr(*OCI); in emitUnwindRaw()
|
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 668 std::string HexStr = utohexstr(*i); in escape() 690 std::string HexStr = utohexstr(UnicodeScalarValue.first); in escape()
|
/external/llvm/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 479 OS << "0x" << utohexstr(FixedEncodings[i]) << ", "; in EmitGenerator()
|
D | FixedLenDecoderEmitter.cpp | 817 OS << " /* 0x" << utohexstr(Value) << " */"; in emitTable() 827 OS << " /* 0x" << utohexstr(Value) << " */"; in emitTable()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 258 << utohexstr(CFP->getValueAPF().bitcastToAPInt().getZExtValue()) in printCFP() 262 << utohexstr((uint32_t)CFP->getValueAPF(). in printCFP()
|
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 210 << "x" + llvm::utohexstr(ResultChar); in ProcessCharEscape()
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 55 return HeaderBuilder().concat("0x" + Twine::utohexstr(Tag)); in get()
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 2065 OS << "mask = 0x" << utohexstr(OI.Mask) << "ULL"; in genOverloadTypeCheckCode()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 3286 IsThumb ? InlineAsm::get(FTy, ".inst.n 0x" + utohexstr(ZExtValue), "", in EmitARMBuiltinExpr() 3288 : InlineAsm::get(FTy, ".inst 0x" + utohexstr(ZExtValue), "", in EmitARMBuiltinExpr()
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 4388 Builder.defineMacro("__ARM_FP", "0x" + llvm::utohexstr(HW_FP)); in getTargetDefines()
|