Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp79 AP.emitInt16(MD.size()); in finishAssembly()
96 AP.emitInt16(MD.getFrameSize() / IntPtrSize); in finishAssembly()
104 AP.emitInt16(StackArity); in finishAssembly()
108 AP.emitInt16(MD.live_size(PI)); in finishAssembly()
116 AP.emitInt16(LI->StackOffset / IntPtrSize); in finishAssembly()
DOcamlGCPrinter.cpp131 AP.emitInt16(NumDescriptors); in finishAssembly()
168 AP.emitInt16(FrameSize); in finishAssembly()
169 AP.emitInt16(LiveCount); in finishAssembly()
180 AP.emitInt16(K->StackOffset); in finishAssembly()
DAccelTable.cpp283 Asm->emitInt16(Version); in emit()
285 Asm->emitInt16(HashFunction); in emit()
302 Asm->emitInt16(A.Type); in emit()
304 Asm->emitInt16(A.Form); in emit()
375 Asm->emitInt16(Version); in emit()
377 Asm->emitInt16(Padding); in emit()
601 Asm->emitInt16(Die.getTag()); in emit()
611 Asm->emitInt16(Tag); in emit()
DDwarfStringPool.cpp68 Asm.emitInt16(Asm.getDwarfVersion()); in emitStringOffsetsTableHeader()
69 Asm.emitInt16(0); in emitStringOffsetsTableHeader()
DAddressPool.cpp37 Asm.emitInt16(Asm.getDwarfVersion()); in emitHeader()
DDIE.cpp718 case dwarf::DW_FORM_block2: Asm->emitInt16(Size); break; in EmitValue()
769 case dwarf::DW_FORM_block2: Asm->emitInt16(Size); break; in EmitValue()
DDwarfDebug.cpp2131 Asm->emitInt16(dwarf::DW_PUBNAMES_VERSION); in emitDebugPubSection()
2305 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2309 Asm->emitInt16(0); in emitDebugLocEntryLocation()
2327 Asm->emitInt16(Asm->OutStreamer->getContext().getDwarfVersion()); in emitListsTableHeaderStart()
2671 Asm->emitInt16(dwarf::DW_ARANGES_VERSION); in emitDebugARanges()
DDwarfUnit.cpp1633 Asm->emitInt16(Version); in emitCommonHeader()
DAsmPrinter.cpp2147 void AsmPrinter::emitInt16(int Value) const { in emitInt16() function in AsmPrinter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h496 void emitInt16(int Value) const;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.h887 inline void emitInt16(int16_t value);
944 inline void AssemblerX8632::emitInt16(int16_t value) { in emitInt16() function
DIceAssemblerX8664.h883 inline void emitInt16(int16_t value);
1021 inline void AssemblerX8664::emitInt16(int16_t value) { in emitInt16() function
DIceAssemblerX8632.cpp3118 emitInt16(imm.value()); in emitImmediate()
DIceAssemblerX8664.cpp3282 emitInt16(imm.value()); in emitImmediate()