Home
last modified time | relevance | path

Searched refs:EmitIntValue (Results 1 – 25 of 46) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsOptionRecord.cpp43 Streamer->EmitIntValue(ELF::ODK_REGINFO, 1); // kind in EmitMipsOptionRecord()
44 Streamer->EmitIntValue(40, 1); // size in EmitMipsOptionRecord()
45 Streamer->EmitIntValue(0, 2); // section in EmitMipsOptionRecord()
46 Streamer->EmitIntValue(0, 4); // info in EmitMipsOptionRecord()
47 Streamer->EmitIntValue(ri_gprmask, 4); in EmitMipsOptionRecord()
48 Streamer->EmitIntValue(0, 4); // pad in EmitMipsOptionRecord()
49 Streamer->EmitIntValue(ri_cprmask[0], 4); in EmitMipsOptionRecord()
50 Streamer->EmitIntValue(ri_cprmask[1], 4); in EmitMipsOptionRecord()
51 Streamer->EmitIntValue(ri_cprmask[2], 4); in EmitMipsOptionRecord()
52 Streamer->EmitIntValue(ri_cprmask[3], 4); in EmitMipsOptionRecord()
[all …]
DMipsABIFlagsSection.cpp60 OS.EmitIntValue(ABIFlagsSection.getVersionValue(), 2); // version in operator <<()
61 OS.EmitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level in operator <<()
62 OS.EmitIntValue(ABIFlagsSection.getISARevisionValue(), 1); // isa_rev in operator <<()
63 OS.EmitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size in operator <<()
64 OS.EmitIntValue(ABIFlagsSection.getCPR1SizeValue(), 1); // cpr1_size in operator <<()
65 OS.EmitIntValue(ABIFlagsSection.getCPR2SizeValue(), 1); // cpr2_size in operator <<()
66 OS.EmitIntValue(ABIFlagsSection.getFpABIValue(), 1); // fp_abi in operator <<()
67 OS.EmitIntValue(ABIFlagsSection.getISAExtensionValue(), 4); // isa_ext in operator <<()
68 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<()
69 OS.EmitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags1 in operator <<()
[all …]
DMipsELFStreamer.cpp105 void MipsELFStreamer::EmitIntValue(uint64_t Value, unsigned Size) { in EmitIntValue() function in MipsELFStreamer
106 MCELFStreamer::EmitIntValue(Value, Size); in EmitIntValue()
DMipsTargetStreamer.cpp1002 OS.EmitIntValue(GPRInfoSet ? GPRBitMask : 0, 4); // reg_mask in emitDirectiveEnd()
1003 OS.EmitIntValue(GPRInfoSet ? GPROffset : 0, 4); // reg_offset in emitDirectiveEnd()
1005 OS.EmitIntValue(FPRInfoSet ? FPRBitMask : 0, 4); // fpreg_mask in emitDirectiveEnd()
1006 OS.EmitIntValue(FPRInfoSet ? FPROffset : 0, 4); // fpreg_offset in emitDirectiveEnd()
1008 OS.EmitIntValue(FrameInfoSet ? FrameOffset : 0, 4); // frame_offset in emitDirectiveEnd()
1009 OS.EmitIntValue(FrameInfoSet ? FrameReg : 0, 4); // frame_reg in emitDirectiveEnd()
1010 OS.EmitIntValue(FrameInfoSet ? ReturnReg : 0, 4); // return_reg in emitDirectiveEnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWin64EH.cpp72 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
78 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
80 streamer.EmitIntValue(w, 2); in EmitUnwindCode()
83 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
86 streamer.EmitIntValue(w, 2); in EmitUnwindCode()
91 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
95 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
101 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
105 streamer.EmitIntValue(w, 2); in EmitUnwindCode()
111 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
[all …]
DMCDwarf.cpp166 MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1); in EmitDwarfLineTable()
171 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1); in EmitDwarfLineTable()
178 MCOS->EmitIntValue(dwarf::DW_LNS_extended_op, 1); in EmitDwarfLineTable()
180 MCOS->EmitIntValue(dwarf::DW_LNE_set_discriminator, 1); in EmitDwarfLineTable()
185 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1); in EmitDwarfLineTable()
190 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1); in EmitDwarfLineTable()
193 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1); in EmitDwarfLineTable()
195 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1); in EmitDwarfLineTable()
197 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1); in EmitDwarfLineTable()
329 MCOS->EmitIntValue(Offset, RefSize); in emitRef()
[all …]
DMCCodeView.cpp175 OS.EmitIntValue(unsigned(DebugSubsectionKind::StringTable), 4); in emitStringTable()
202 OS.EmitIntValue(unsigned(DebugSubsectionKind::FileChecksums), 4); in emitFileChecksums()
224 OS.EmitIntValue(File.StringTableOffset, 4); in emitFileChecksums()
229 OS.EmitIntValue(0, 4); in emitFileChecksums()
232 OS.EmitIntValue(static_cast<uint8_t>(File.Checksum.size()), 1); in emitFileChecksums()
233 OS.EmitIntValue(File.ChecksumKind, 1); in emitFileChecksums()
334 OS.EmitIntValue(unsigned(DebugSubsectionKind::Lines), 4); in emitLineTableForFunction()
345 OS.EmitIntValue(HaveColumns ? int(LF_HaveColumns) : 0, 2); in emitLineTableForFunction()
362 OS.EmitIntValue(EntryCount, 4); in emitLineTableForFunction()
367 OS.EmitIntValue(SegmentSize, 4); in emitLineTableForFunction()
[all …]
DMCObjectStreamer.cpp148 EmitIntValue(*Diff, Size); in emitAbsoluteSymbolDiff()
244 EmitIntValue(AbsValue, Size); in EmitValueImpl()
475 OS.EmitIntValue(dwarf::DW_LNS_extended_op, 1); in emitDwarfSetLineAddr()
477 OS.EmitIntValue(dwarf::DW_LNE_set_address, 1); in emitDwarfSetLineAddr()
726 EmitIntValue(Expr, NonZeroSize); in emitFill()
728 EmitIntValue(0, Size - NonZeroSize); in emitFill()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430ELFStreamer.cpp46 Streamer.EmitIntValue(0x41, 1); in MSP430TargetELFStreamer()
48 Streamer.EmitIntValue(22, 4); in MSP430TargetELFStreamer()
51 Streamer.EmitIntValue(0, 1); in MSP430TargetELFStreamer()
54 Streamer.EmitIntValue(1, 1); in MSP430TargetELFStreamer()
56 Streamer.EmitIntValue(11, 4); in MSP430TargetELFStreamer()
58 Streamer.EmitIntValue(4, 1); in MSP430TargetELFStreamer()
59 Streamer.EmitIntValue(1, 1); in MSP430TargetELFStreamer()
61 Streamer.EmitIntValue(6, 1); in MSP430TargetELFStreamer()
62 Streamer.EmitIntValue(1, 1); in MSP430TargetELFStreamer()
64 Streamer.EmitIntValue(8, 1); in MSP430TargetELFStreamer()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackMaps.cpp416 OS.EmitIntValue(StackMapVersion, 1); // Version. in emitStackmapHeader()
417 OS.EmitIntValue(0, 1); // Reserved. in emitStackmapHeader()
418 OS.EmitIntValue(0, 2); // Reserved. in emitStackmapHeader()
422 OS.EmitIntValue(FnInfos.size(), 4); in emitStackmapHeader()
425 OS.EmitIntValue(ConstPool.size(), 4); in emitStackmapHeader()
428 OS.EmitIntValue(CSInfos.size(), 4); in emitStackmapHeader()
446 OS.EmitIntValue(FR.second.StackSize, 8); in emitFunctionFrameRecords()
447 OS.EmitIntValue(FR.second.RecordCount, 8); in emitFunctionFrameRecords()
459 OS.EmitIntValue(ConstEntry.second, 8); in emitConstantPoolEntries()
504 OS.EmitIntValue(UINT64_MAX, 8); // Invalid ID. in emitCallsiteEntries()
[all …]
DFaultMaps.cpp65 OS.EmitIntValue(FaultMapVersion, 1); // Version. in serializeToFaultMapSection()
66 OS.EmitIntValue(0, 1); // Reserved. in serializeToFaultMapSection()
67 OS.EmitIntValue(0, 2); // Reserved. in serializeToFaultMapSection()
70 OS.EmitIntValue(FunctionInfos.size(), 4); in serializeToFaultMapSection()
86 OS.EmitIntValue(FFI.size(), 4); in emitFunctionInfo()
88 OS.EmitIntValue(0, 4); // Reserved in emitFunctionInfo()
93 OS.EmitIntValue(Fault.Kind, 4); in emitFunctionInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp37 OS.EmitIntValue(BTFType.NameOff, 4); in emitType()
39 OS.EmitIntValue(BTFType.Info, 4); in emitType()
40 OS.EmitIntValue(BTFType.Size, 4); in emitType()
151 OS.EmitIntValue(IntVal, 4); in emitType()
182 OS.EmitIntValue(Enum.NameOff, 4); in emitType()
183 OS.EmitIntValue(Enum.Val, 4); in emitType()
212 OS.EmitIntValue(ArrayInfo.ElemType, 4); in emitType()
213 OS.EmitIntValue(ArrayInfo.IndexType, 4); in emitType()
214 OS.EmitIntValue(ArrayInfo.Nelems, 4); in emitType()
255 OS.EmitIntValue(Member.NameOff, 4); in emitType()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp134 Streamer->EmitIntValue(TypeInd.getIndex(), sizeof(TypeInd.getIndex())); in mapInteger()
278 Streamer->EmitIntValue(LF_CHAR, 2); in emitEncodedSignedInteger()
280 Streamer->EmitIntValue(Value, 1); in emitEncodedSignedInteger()
283 Streamer->EmitIntValue(LF_SHORT, 2); in emitEncodedSignedInteger()
285 Streamer->EmitIntValue(Value, 2); in emitEncodedSignedInteger()
288 Streamer->EmitIntValue(LF_LONG, 2); in emitEncodedSignedInteger()
290 Streamer->EmitIntValue(Value, 4); in emitEncodedSignedInteger()
293 Streamer->EmitIntValue(LF_QUADWORD, 2); in emitEncodedSignedInteger()
295 Streamer->EmitIntValue(Value, 4); in emitEncodedSignedInteger()
304 Streamer->EmitIntValue(Value, 2); in emitEncodedUnsignedInteger()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600AsmPrinter.cpp91 OutStreamer->EmitIntValue(RsrcReg, 4); in EmitProgramInfoR600()
92 OutStreamer->EmitIntValue(S_NUM_GPRS(MaxGPR + 1) | in EmitProgramInfoR600()
94 OutStreamer->EmitIntValue(R_02880C_DB_SHADER_CONTROL, 4); in EmitProgramInfoR600()
95 OutStreamer->EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4); in EmitProgramInfoR600()
98 OutStreamer->EmitIntValue(R_0288E8_SQ_LDS_ALLOC, 4); in EmitProgramInfoR600()
99 OutStreamer->EmitIntValue(alignTo(MFI->getLDSSize(), 4) >> 2, 4); in EmitProgramInfoR600()
DAMDGPUAsmPrinter.cpp1135 OutStreamer->EmitIntValue(R_00B848_COMPUTE_PGM_RSRC1, 4); in EmitProgramInfoSI()
1137 OutStreamer->EmitIntValue(CurrentProgramInfo.ComputePGMRSrc1, 4); in EmitProgramInfoSI()
1139 OutStreamer->EmitIntValue(R_00B84C_COMPUTE_PGM_RSRC2, 4); in EmitProgramInfoSI()
1140 OutStreamer->EmitIntValue(CurrentProgramInfo.ComputePGMRSrc2, 4); in EmitProgramInfoSI()
1142 OutStreamer->EmitIntValue(R_00B860_COMPUTE_TMPRING_SIZE, 4); in EmitProgramInfoSI()
1143 OutStreamer->EmitIntValue(S_00B860_WAVESIZE(CurrentProgramInfo.ScratchBlocks), 4); in EmitProgramInfoSI()
1148 OutStreamer->EmitIntValue(RsrcReg, 4); in EmitProgramInfoSI()
1149 OutStreamer->EmitIntValue(S_00B028_VGPRS(CurrentProgramInfo.VGPRBlocks) | in EmitProgramInfoSI()
1151 OutStreamer->EmitIntValue(R_0286E8_SPI_TMPRING_SIZE, 4); in EmitProgramInfoSI()
1152 OutStreamer->EmitIntValue( in EmitProgramInfoSI()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp720 OS.EmitIntValue(0x19930522, 4); in emitCXXFrameHandler3Table()
723 OS.EmitIntValue(FuncInfo.CxxUnwindMap.size(), 4); in emitCXXFrameHandler3Table()
729 OS.EmitIntValue(FuncInfo.TryBlockMap.size(), 4); in emitCXXFrameHandler3Table()
735 OS.EmitIntValue(IPToStateTable.size(), 4); in emitCXXFrameHandler3Table()
742 OS.EmitIntValue(UnwindHelpOffset, 4); in emitCXXFrameHandler3Table()
746 OS.EmitIntValue(0, 4); in emitCXXFrameHandler3Table()
749 OS.EmitIntValue(1, 4); in emitCXXFrameHandler3Table()
761 OS.EmitIntValue(UME.ToState, 4); in emitCXXFrameHandler3Table()
798 OS.EmitIntValue(TBME.TryLow, 4); in emitCXXFrameHandler3Table()
801 OS.EmitIntValue(TBME.TryHigh, 4); in emitCXXFrameHandler3Table()
[all …]
DCodeViewDebug.cpp106 void EmitIntValue(uint64_t Value, unsigned Size) { in EmitIntValue() function in __anon2adffa700111::CVMCAdapter
554 OS.EmitIntValue(COFF::DEBUG_SECTION_MAGIC, 4); in emitCodeViewMagicVersion()
679 OS.EmitIntValue(COFF::DEBUG_HASHES_SECTION_MAGIC, 4); in emitTypeGlobalHashes()
681 OS.EmitIntValue(0, 2); in emitTypeGlobalHashes()
683 OS.EmitIntValue(uint16_t(GlobalTypeHashAlg::SHA1_8), 2); in emitTypeGlobalHashes()
778 OS.EmitIntValue(Flags, 4); in emitCompilerInformation()
781 OS.EmitIntValue(static_cast<uint64_t>(TheCPU), 2); in emitCompilerInformation()
787 OS.EmitIntValue(FrontVer.Part[N], 2); in emitCompilerInformation()
800 OS.EmitIntValue(BackVer.Part[N], 2); in emitCompilerInformation()
844 OS.EmitIntValue(BuildInfoIndex.getIndex(), 4); in emitBuildInfo()
[all …]
DAsmPrinterDwarf.cpp117 OutStreamer->EmitIntValue(Val, 1); in EmitEncodingByte()
148 OutStreamer->EmitIntValue(0, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference()
202 OutStreamer->EmitIntValue(Value, GetSizeOfEncodedValue(Encoding)); in EmitCallSiteValue()
DAsmPrinter.cpp619 OutStreamer->EmitIntValue(0, PtrSize); in EmitGlobalVariable()
2143 OutStreamer->EmitIntValue(Value, 1); in emitInt8()
2148 OutStreamer->EmitIntValue(Value, 2); in emitInt16()
2153 OutStreamer->EmitIntValue(Value, 4); in emitInt32()
2158 OutStreamer->EmitIntValue(Value, 8); in emitInt64()
2446 AP.OutStreamer->EmitIntValue(CDS->getElementAsInteger(i), in emitGlobalConstantDataSequential()
2548 AP.OutStreamer->EmitIntValue(p[Chunk--], TrailingBytes); in emitGlobalConstantFP()
2551 AP.OutStreamer->EmitIntValue(p[Chunk], sizeof(uint64_t)); in emitGlobalConstantFP()
2555 AP.OutStreamer->EmitIntValue(p[Chunk], sizeof(uint64_t)); in emitGlobalConstantFP()
2558 AP.OutStreamer->EmitIntValue(p[Chunk], TrailingBytes); in emitGlobalConstantFP()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp444 S.EmitIntValue(NameSZ, 4); // namesz in EmitNote()
446 S.EmitIntValue(NoteType, 4); // type in EmitNote()
461 OS.EmitIntValue(Major, 4); in EmitDirectiveHSACodeObjectVersion()
462 OS.EmitIntValue(Minor, 4); in EmitDirectiveHSACodeObjectVersion()
481 OS.EmitIntValue(VendorNameSize, 2); in EmitDirectiveHSACodeObjectISA()
482 OS.EmitIntValue(ArchNameSize, 2); in EmitDirectiveHSACodeObjectISA()
483 OS.EmitIntValue(Major, 4); in EmitDirectiveHSACodeObjectISA()
484 OS.EmitIntValue(Minor, 4); in EmitDirectiveHSACodeObjectISA()
485 OS.EmitIntValue(Stepping, 4); in EmitDirectiveHSACodeObjectISA()
487 OS.EmitIntValue(0, 1); // NULL terminate VendorName in EmitDirectiveHSACodeObjectISA()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFTargetStreamer.cpp375 OS.EmitIntValue(LocalSize, 4); in emitFrameDataRecord()
376 OS.EmitIntValue(FPO->ParamsSize, 4); in emitFrameDataRecord()
377 OS.EmitIntValue(MaxStackSize, 4); in emitFrameDataRecord()
378 OS.EmitIntValue(FrameFuncStrTabOff, 4); // FrameFunc in emitFrameDataRecord()
380 OS.EmitIntValue(SavedRegSize, 2); in emitFrameDataRecord()
381 OS.EmitIntValue(CurFlags, 4); in emitFrameDataRecord()
401 OS.EmitIntValue(unsigned(DebugSubsectionKind::FrameData), 4); in emitFPOData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AsmPrinter.cpp601 OutStreamer->EmitIntValue(4, 4 /*size*/); // data size for "GNU\0" in EmitStartOfAsmFile()
602 OutStreamer->EmitIntValue(8 + WordSize, 4 /*size*/); // Elf_Prop size in EmitStartOfAsmFile()
603 OutStreamer->EmitIntValue(ELF::NT_GNU_PROPERTY_TYPE_0, 4 /*size*/); in EmitStartOfAsmFile()
607 OutStreamer->EmitIntValue(ELF::GNU_PROPERTY_X86_FEATURE_1_AND, 4); in EmitStartOfAsmFile()
608 OutStreamer->EmitIntValue(4, 4); // data size in EmitStartOfAsmFile()
609 OutStreamer->EmitIntValue(FeatureFlagsAnd, 4); // data in EmitStartOfAsmFile()
665 OutStreamer.EmitIntValue(0, 4/*size*/); in emitNonLazySymbolPointer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp1094 Streamer.EmitIntValue(0x41, 1); in finishAttributeSection()
1105 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4); in finishAttributeSection()
1107 Streamer.EmitIntValue(0, 1); // '\0' in finishAttributeSection()
1109 Streamer.EmitIntValue(ARMBuildAttrs::File, 1); in finishAttributeSection()
1110 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4); in finishAttributeSection()
1124 Streamer.EmitIntValue(0, 1); // '\0' in finishAttributeSection()
1129 Streamer.EmitIntValue(0, 1); // '\0' in finishAttributeSection()
1290 EmitIntValue(ARM::EHABI::EXIDX_CANTUNWIND, 4); in emitFnEnd()
1310 EmitIntValue(Intval, Opcodes.size()); in emitFnEnd()
1389 EmitIntValue(Intval, 4); in FlushUnwindOpcodes()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h33 virtual void EmitIntValue(uint64_t Value, unsigned Size) = 0;
102 Streamer->EmitIntValue((int)Value, sizeof(T));
148 Streamer->EmitIntValue(Size, sizeof(Size));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp229 OutStreamer->EmitIntValue(4, 4); // data size for "GNU\0" in EmitStartOfAsmFile()
230 OutStreamer->EmitIntValue(4 * 4, 4); // Elf_Prop size in EmitStartOfAsmFile()
231 OutStreamer->EmitIntValue(ELF::NT_GNU_PROPERTY_TYPE_0, 4); in EmitStartOfAsmFile()
235 OutStreamer->EmitIntValue(ELF::GNU_PROPERTY_AARCH64_FEATURE_1_AND, 4); in EmitStartOfAsmFile()
236 OutStreamer->EmitIntValue(4, 4); // data size in EmitStartOfAsmFile()
237 OutStreamer->EmitIntValue(Flags, 4); // data in EmitStartOfAsmFile()
238 OutStreamer->EmitIntValue(0, 4); // pad in EmitStartOfAsmFile()

12