Home
last modified time | relevance | path

Searched refs:write_hex (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm/include/llvm/Support/
DUnicodeCharRanges.h81 DEBUG(dbgs().write_hex(Prev)); in rangesAreValid()
83 DEBUG(dbgs().write_hex(I->Lower) << "\n"); in rangesAreValid()
88 DEBUG(dbgs().write_hex(I->Lower)); in rangesAreValid()
90 DEBUG(dbgs().write_hex(I->Upper) << "\n"); in rangesAreValid()
Draw_ostream.h207 raw_ostream &write_hex(unsigned long long N);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp137 raw_ostream &raw_ostream::write_hex(unsigned long long N) { in write_hex() function in raw_ostream
138 llvm::write_hex(*this, N, HexPrintStyle::Lower); in write_hex()
183 llvm::write_hex(*this, (uintptr_t)P, HexPrintStyle::PrefixLower); in operator <<()
350 llvm::write_hex(*this, FN.HexValue, Style, FN.Width); in operator <<()
393 llvm::write_hex(*this, Offset + LineIndex, HPS, OffsetWidth); in operator <<()
406 llvm::write_hex(*this, Line[I], HPS, 2); in operator <<()
DTwine.cpp102 OS.write_hex(*Ptr.uHex); in printOneChild()
DNativeFormatting.cpp132 void llvm::write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style, in write_hex() function in llvm
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp501 dbgs() << "\tBValue=0x"; dbgs().write_hex(Value) << in applyFixup()
502 ": AValue=0x"; dbgs().write_hex(FixupValue) << in applyFixup()
505 ": OInst=0x"; dbgs().write_hex(OldData) << in applyFixup()
506 ": Reloc=0x"; dbgs().write_hex(Reloc);); in applyFixup()
519 dbgs() << ": NInst=0x"; dbgs().write_hex(NewData) << "\n";); in applyFixup()
DHexagonShuffler.cpp455 DEBUG(dbgs().write_hex(ISJ->Core.getUnits()); in shuffle()
/external/swiftshader/third_party/subzero/src/
DIceAssembler.cpp160 Str.write_hex(Buffer.load<uint8_t>(i)); in emitIASBytes()
169 Str.write_hex(Buffer.load<uint8_t>(i)); in emitIASBytes()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DNativeFormatting.h42 void write_hex(raw_ostream &S, uint64_t N, HexPrintStyle Style,
DFormatProviders.h137 write_hex(Stream, V, HS, Digits);
185 write_hex(Stream, reinterpret_cast<std::uintptr_t>(V), HS, Digits);
Draw_ostream.h214 raw_ostream &write_hex(unsigned long long N);
/external/clang/utils/TableGen/
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp42 OS.write_hex(static_cast<unsigned char>(UTF8[i])); in translateCodePointToUTF8()
/external/swiftshader/third_party/LLVM/lib/Support/
DTwine.cpp97 OS.write_hex(*Ptr.uHex); in printOneChild()
Draw_ostream.cpp157 raw_ostream &raw_ostream::write_hex(unsigned long long N) { in write_hex() function in raw_ostream
220 return write_hex((uintptr_t) P); in operator <<()
/external/llvm/lib/Support/
DTwine.cpp93 OS.write_hex(*Ptr.uHex); in printOneChild()
Draw_ostream.cpp164 raw_ostream &raw_ostream::write_hex(unsigned long long N) { in write_hex() function in raw_ostream
225 return write_hex((uintptr_t) P); in operator <<()
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMCFunction.cpp83 errs().write_hex(Index) << ": warning: invalid instruction encoding\n"; in createFunctionFromMC()
/external/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp184 outs().write_hex(ModuleOffset); in main()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Draw_ostream.h195 raw_ostream &write_hex(unsigned long long N);
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsCodeEmitter.cpp255 errs().write_hex(Word) << "\n"); in emitWordLE()
/external/llvm/lib/Target/SystemZ/InstPrinter/
DSystemZInstPrinter.cpp149 O.write_hex(MO.getImm()); in printPCRelOperand()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DInstrInfoEmitter.cpp310 OS.write_hex(Value); in emitRecord()
/external/llvm/lib/Target/AArch64/InstPrinter/
DAArch64InstPrinter.cpp1057 O.write_hex(AArch64_AM::decodeLogicalImmediate(Val, 32)); in printLogicalImm32()
1065 O.write_hex(AArch64_AM::decodeLogicalImmediate(Val, 64)); in printLogicalImm64()
1374 O.write_hex(Address); in printAlignedLabel()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXMCAsmStreamer.cpp450 OS.write_hex(truncateToSize(Value, ValueSize)); in EmitValueToAlignment()
/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp311 O.write_hex(Integer); in print()

12