/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsOptionRecord.cpp | 46 Streamer->emitInt32(0); // info in EmitMipsOptionRecord() 47 Streamer->emitInt32(ri_gprmask); in EmitMipsOptionRecord() 48 Streamer->emitInt32(0); // pad in EmitMipsOptionRecord() 49 Streamer->emitInt32(ri_cprmask[0]); in EmitMipsOptionRecord() 50 Streamer->emitInt32(ri_cprmask[1]); in EmitMipsOptionRecord() 51 Streamer->emitInt32(ri_cprmask[2]); in EmitMipsOptionRecord() 52 Streamer->emitInt32(ri_cprmask[3]); in EmitMipsOptionRecord() 61 Streamer->emitInt32(ri_gprmask); in EmitMipsOptionRecord() 62 Streamer->emitInt32(ri_cprmask[0]); in EmitMipsOptionRecord() 63 Streamer->emitInt32(ri_cprmask[1]); in EmitMipsOptionRecord() [all …]
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 38 OS.emitInt32(BTFType.NameOff); in emitType() 40 OS.emitInt32(BTFType.Info); in emitType() 41 OS.emitInt32(BTFType.Size); in emitType() 152 OS.emitInt32(IntVal); in emitType() 188 OS.emitInt32(Enum.NameOff); in emitType() 189 OS.emitInt32(Enum.Val); in emitType() 218 OS.emitInt32(ArrayInfo.ElemType); in emitType() 219 OS.emitInt32(ArrayInfo.IndexType); in emitType() 220 OS.emitInt32(ArrayInfo.Nelems); in emitType() 261 OS.emitInt32(Member.NameOff); in emitType() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 257 Asm->emitInt32(HashValue); in emitHashes() 281 Asm->emitInt32(Magic); in emit() 287 Asm->emitInt32(BucketCount); in emit() 289 Asm->emitInt32(HashCount); in emit() 291 Asm->emitInt32(HeaderDataLength); in emit() 296 Asm->emitInt32(DieOffsetBase); in emit() 298 Asm->emitInt32(Atoms.size()); in emit() 314 Asm->emitInt32(index); in emitBuckets() 316 Asm->emitInt32(std::numeric_limits<uint32_t>::max()); in emitBuckets() 338 Asm->emitInt32(0); in emitData() [all …]
|
D | DwarfStringPool.cpp | 67 Asm.emitInt32(getNumIndexedStrings() * EntrySize + 4); in emitStringOffsetsTableHeader()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 256 Asm->emitInt32(HashValue); in emitHashes() 280 Asm->emitInt32(Magic); in emit() 286 Asm->emitInt32(BucketCount); in emit() 288 Asm->emitInt32(HashCount); in emit() 290 Asm->emitInt32(HeaderDataLength); in emit() 295 Asm->emitInt32(DieOffsetBase); in emit() 297 Asm->emitInt32(Atoms.size()); in emit() 313 Asm->emitInt32(index); in emitBuckets() 315 Asm->emitInt32(std::numeric_limits<uint32_t>::max()); in emitBuckets() 337 Asm->emitInt32(0); in emitData() [all …]
|
D | WinException.cpp | 727 OS.emitInt32(0x19930522); in emitCXXFrameHandler3Table() 730 OS.emitInt32(FuncInfo.CxxUnwindMap.size()); in emitCXXFrameHandler3Table() 736 OS.emitInt32(FuncInfo.TryBlockMap.size()); in emitCXXFrameHandler3Table() 742 OS.emitInt32(IPToStateTable.size()); in emitCXXFrameHandler3Table() 749 OS.emitInt32(UnwindHelpOffset); in emitCXXFrameHandler3Table() 753 OS.emitInt32(0); in emitCXXFrameHandler3Table() 756 OS.emitInt32(1); in emitCXXFrameHandler3Table() 768 OS.emitInt32(UME.ToState); in emitCXXFrameHandler3Table() 805 OS.emitInt32(TBME.TryLow); in emitCXXFrameHandler3Table() 808 OS.emitInt32(TBME.TryHigh); in emitCXXFrameHandler3Table() [all …]
|
D | CodeViewDebug.cpp | 541 OS.emitInt32(COFF::DEBUG_SECTION_MAGIC); in emitCodeViewMagicVersion() 690 OS.emitInt32(COFF::DEBUG_HASHES_SECTION_MAGIC); in emitTypeGlobalHashes() 789 OS.emitInt32(Flags); in emitCompilerInformation() 855 OS.emitInt32(BuildInfoIndex.getIndex()); in emitBuildInfo() 872 OS.emitInt32(unsigned(InlineeLinesSignature::Normal)); in emitInlineeLinesSubsection() 884 OS.emitInt32(InlineeIdx.getIndex()); in emitInlineeLinesSubsection() 888 OS.emitInt32(SP->getLine()); in emitInlineeLinesSubsection() 904 OS.emitInt32(0); in emitInlinedCallSite() 906 OS.emitInt32(0); in emitInlinedCallSite() 908 OS.emitInt32(InlineeIdx.getIndex()); in emitInlinedCallSite() [all …]
|
D | AIXException.cpp | 45 Asm->emitInt32(0); in emitExceptionInfoTable()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600AsmPrinter.cpp | 91 OutStreamer->emitInt32(RsrcReg); in EmitProgramInfoR600() 94 OutStreamer->emitInt32(R_02880C_DB_SHADER_CONTROL); in EmitProgramInfoR600() 95 OutStreamer->emitInt32(S_02880C_KILL_ENABLE(killPixel)); in EmitProgramInfoR600() 98 OutStreamer->emitInt32(R_0288E8_SQ_LDS_ALLOC); in EmitProgramInfoR600()
|
D | AMDGPUAsmPrinter.cpp | 1195 OutStreamer->emitInt32(R_00B848_COMPUTE_PGM_RSRC1); in EmitProgramInfoSI() 1197 OutStreamer->emitInt32(CurrentProgramInfo.getComputePGMRSrc1()); in EmitProgramInfoSI() 1199 OutStreamer->emitInt32(R_00B84C_COMPUTE_PGM_RSRC2); in EmitProgramInfoSI() 1200 OutStreamer->emitInt32(CurrentProgramInfo.ComputePGMRSrc2); in EmitProgramInfoSI() 1202 OutStreamer->emitInt32(R_00B860_COMPUTE_TMPRING_SIZE); in EmitProgramInfoSI() 1203 OutStreamer->emitInt32(S_00B860_WAVESIZE(CurrentProgramInfo.ScratchBlocks)); in EmitProgramInfoSI() 1208 OutStreamer->emitInt32(RsrcReg); in EmitProgramInfoSI() 1211 OutStreamer->emitInt32(R_0286E8_SPI_TMPRING_SIZE); in EmitProgramInfoSI() 1217 OutStreamer->emitInt32(R_00B02C_SPI_SHADER_PGM_RSRC2_PS); in EmitProgramInfoSI() 1218 OutStreamer->emitInt32( in EmitProgramInfoSI() [all …]
|
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.cpp | 476 S.emitInt32(NameSZ); // namesz in EmitNote() 478 S.emitInt32(NoteType); // type in EmitNote() 493 OS.emitInt32(Major); in EmitDirectiveHSACodeObjectVersion() 494 OS.emitInt32(Minor); in EmitDirectiveHSACodeObjectVersion() 515 OS.emitInt32(Major); in EmitDirectiveHSACodeObjectISA() 516 OS.emitInt32(Minor); in EmitDirectiveHSACodeObjectISA() 517 OS.emitInt32(Stepping); in EmitDirectiveHSACodeObjectISA() 637 OS.emitInt32(Encoded_s_code_end); in EmitCodeEnd() 671 Streamer.emitInt32(KernelDescriptor.group_segment_fixed_size); in EmitAmdhsaKernelDescriptor() 672 Streamer.emitInt32(KernelDescriptor.private_segment_fixed_size); in EmitAmdhsaKernelDescriptor() [all …]
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | FaultMaps.cpp | 70 OS.emitInt32(FunctionInfos.size()); in serializeToFaultMapSection() 86 OS.emitInt32(FFI.size()); in emitFunctionInfo() 88 OS.emitInt32(0); // Reserved in emitFunctionInfo() 93 OS.emitInt32(Fault.Kind); in emitFunctionInfo()
|
D | StackMaps.cpp | 568 OS.emitInt32(FnInfos.size()); in emitStackmapHeader() 571 OS.emitInt32(ConstPool.size()); in emitStackmapHeader() 574 OS.emitInt32(CSInfos.size()); in emitStackmapHeader() 656 OS.emitInt32(0); // padding. in emitCallsiteEntries() 673 OS.emitInt32(Loc.Offset); in emitCallsiteEntries()
|
/external/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
D | MSP430ELFStreamer.cpp | 48 Streamer.emitInt32(22); in MSP430TargetELFStreamer() 56 Streamer.emitInt32(11); in MSP430TargetELFStreamer()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFTargetStreamer.cpp | 375 OS.emitInt32(LocalSize); in emitFrameDataRecord() 376 OS.emitInt32(FPO->ParamsSize); in emitFrameDataRecord() 377 OS.emitInt32(MaxStackSize); in emitFrameDataRecord() 378 OS.emitInt32(FrameFuncStrTabOff); // FrameFunc in emitFrameDataRecord() 381 OS.emitInt32(CurFlags); in emitFrameDataRecord() 401 OS.emitInt32(unsigned(DebugSubsectionKind::FrameData)); in emitFPOData()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCCodeView.cpp | 175 OS.emitInt32(uint32_t(DebugSubsectionKind::StringTable)); in emitStringTable() 202 OS.emitInt32(uint32_t(DebugSubsectionKind::FileChecksums)); in emitFileChecksums() 224 OS.emitInt32(File.StringTableOffset); in emitFileChecksums() 229 OS.emitInt32(0); in emitFileChecksums() 334 OS.emitInt32(uint32_t(DebugSubsectionKind::Lines)); in emitLineTableForFunction() 362 OS.emitInt32(EntryCount); in emitLineTableForFunction() 367 OS.emitInt32(SegmentSize); in emitLineTableForFunction() 374 OS.emitInt32(LineData); in emitLineTableForFunction()
|
D | MCWin64EH.cpp | 221 streamer.emitInt32(0); in EmitUnwindInfo() 1014 streamer.emitInt32(row1); in ARM64EmitUnwindInfo() 1026 streamer.emitInt32(row2); in ARM64EmitUnwindInfo() 1039 streamer.emitInt32(row3); in ARM64EmitUnwindInfo() 1078 streamer.emitInt32(info->PackedInfo); in ARM64EmitRuntimeFunction()
|
D | MCDwarf.cpp | 56 S.emitInt32(dwarf::DW_LENGTH_DWARF64); in emitListsTableHeaderStart() 488 MCOS->emitInt32(dwarf::DW_LENGTH_DWARF64); in Emit() 911 MCOS->emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitGenDwarfAranges() 978 MCOS->emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitGenDwarfInfo() 1109 MCOS->emitInt32(Entry.getFileNumber()); in EmitGenDwarfInfo() 1112 MCOS->emitInt32(Entry.getLineNumber()); in EmitGenDwarfInfo() 1142 MCOS->emitInt32(0); in emitGenDwarfRanges() 1624 Streamer.emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitCIE() 1749 Streamer.emitInt32(dwarf::DW_LENGTH_DWARF64); in EmitFDE()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFStreamer.cpp | 142 Asm->emitInt32(Unit.getNextUnitOffset() - Unit.getStartOffset() - 4); in emitCompileUnitHeader() 147 Asm->emitInt32(0); in emitCompileUnitHeader() 196 Asm.emitInt32(11 + Die.getSize() - 4); in emitPaperTrailWarningsDie() 198 Asm.emitInt32(0); in emitPaperTrailWarningsDie() 358 Asm->emitInt32(Unit.getStartOffset()); // Corresponding unit's offset in emitUnitRangesEntries() 718 Asm->emitInt32(Unit.getStartOffset()); // Unit offset in emitPubSectionForUnit() 719 Asm->emitInt32(Unit.getNextUnitOffset() - Unit.getStartOffset()); // Size in emitPubSectionForUnit() 722 Asm->emitInt32(Name.Die->getOffset()); in emitPubSectionForUnit() 732 Asm->emitInt32(0); // End marker. in emitPubSectionForUnit()
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.cpp | 288 Asm.emitInt32((int)dwarf::DW_LENGTH_DWARF64); in writeDefaultPrologue() 314 Asm.emitInt32((int)dwarf::DW_LENGTH_DWARF64); in writePrologue() 317 Asm.emitInt32(Prologue->TotalLength); in writePrologue() 327 Asm.emitInt32(Prologue->PrologueLength); in writePrologue() 534 Asm->emitInt32(Length); in generate() 537 Asm->emitInt32(0); in generate() 542 Asm->emitInt32(0); in generate()
|
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVELFStreamer.cpp | 115 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection() 120 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 654 OutStreamer->emitInt32(ELF::GNU_PROPERTY_X86_FEATURE_1_AND); in emitStartOfAsmFile() 655 OutStreamer->emitInt32(4); // data size in emitStartOfAsmFile() 656 OutStreamer->emitInt32(FeatureFlagsAnd); // data in emitStartOfAsmFile()
|
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 1098 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection() 1103 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection() 1283 emitInt32(ARM::EHABI::EXIDX_CANTUNWIND); in emitFnEnd() 1382 emitInt32(Intval); in FlushUnwindOpcodes() 1393 emitInt32(0); in FlushUnwindOpcodes()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86BaseImpl.h | 133 emitInt32(0); in call() 146 emitInt32(0); in call() 162 emitInt32(Imm.value()); in pushl() 174 emitInt32(0); in pushl() 328 emitInt32(Imm64 & 0xFFFFFFFF); in movabs() 330 emitInt32((Imm64 >> 32) & 0xFFFFFFFF); in movabs() 3608 emitInt32(offset - kLongSize); in j() 3630 emitInt32(0); in j() 3654 emitInt32(offset - kLongSize); in jmp() 3672 emitInt32(0); in jmp() [all …]
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 823 getStreamer().emitInt32(Data.size() + 1); // namesz in ParseDirectiveVersion() 824 getStreamer().emitInt32(0); // descsz = 0 (no description). in ParseDirectiveVersion() 825 getStreamer().emitInt32(1); // type = NT_VERSION in ParseDirectiveVersion()
|