/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsOptionRecord.cpp | 38 Streamer->EmitIntValue(ELF::ODK_REGINFO, 1); // kind in EmitMipsOptionRecord() 39 Streamer->EmitIntValue(40, 1); // size in EmitMipsOptionRecord() 40 Streamer->EmitIntValue(0, 2); // section in EmitMipsOptionRecord() 41 Streamer->EmitIntValue(0, 4); // info in EmitMipsOptionRecord() 42 Streamer->EmitIntValue(ri_gprmask, 4); in EmitMipsOptionRecord() 43 Streamer->EmitIntValue(0, 4); // pad in EmitMipsOptionRecord() 44 Streamer->EmitIntValue(ri_cprmask[0], 4); in EmitMipsOptionRecord() 45 Streamer->EmitIntValue(ri_cprmask[1], 4); in EmitMipsOptionRecord() 46 Streamer->EmitIntValue(ri_cprmask[2], 4); in EmitMipsOptionRecord() 47 Streamer->EmitIntValue(ri_cprmask[3], 4); in EmitMipsOptionRecord() [all …]
|
D | MipsABIFlagsSection.cpp | 56 OS.EmitIntValue(ABIFlagsSection.getVersionValue(), 2); // version in operator <<() 57 OS.EmitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level in operator <<() 58 OS.EmitIntValue(ABIFlagsSection.getISARevisionValue(), 1); // isa_rev in operator <<() 59 OS.EmitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size in operator <<() 60 OS.EmitIntValue(ABIFlagsSection.getCPR1SizeValue(), 1); // cpr1_size in operator <<() 61 OS.EmitIntValue(ABIFlagsSection.getCPR2SizeValue(), 1); // cpr2_size in operator <<() 62 OS.EmitIntValue(ABIFlagsSection.getFpABIValue(), 1); // fp_abi in operator <<() 63 OS.EmitIntValue(ABIFlagsSection.getISAExtensionSetValue(), 4); // isa_ext in operator <<() 64 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<() 65 OS.EmitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags1 in operator <<() [all …]
|
D | MipsTargetStreamer.cpp | 629 OS.EmitIntValue(GPRInfoSet ? GPRBitMask : 0, 4); // reg_mask in emitDirectiveEnd() 630 OS.EmitIntValue(GPRInfoSet ? GPROffset : 0, 4); // reg_offset in emitDirectiveEnd() 632 OS.EmitIntValue(FPRInfoSet ? FPRBitMask : 0, 4); // fpreg_mask in emitDirectiveEnd() 633 OS.EmitIntValue(FPRInfoSet ? FPROffset : 0, 4); // fpreg_offset in emitDirectiveEnd() 635 OS.EmitIntValue(FrameInfoSet ? FrameOffset : 0, 4); // frame_offset in emitDirectiveEnd() 636 OS.EmitIntValue(FrameInfoSet ? FrameReg : 0, 4); // frame_reg in emitDirectiveEnd() 637 OS.EmitIntValue(FrameInfoSet ? ReturnReg : 0, 4); // return_reg in emitDirectiveEnd()
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 117 MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1); in EmitDwarfLineTable() 122 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1); in EmitDwarfLineTable() 128 MCOS->EmitIntValue(dwarf::DW_LNS_extended_op, 1); in EmitDwarfLineTable() 130 MCOS->EmitIntValue(dwarf::DW_LNE_set_discriminator, 1); in EmitDwarfLineTable() 135 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1); in EmitDwarfLineTable() 140 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1); in EmitDwarfLineTable() 143 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1); in EmitDwarfLineTable() 145 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1); in EmitDwarfLineTable() 147 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1); in EmitDwarfLineTable() 266 MCOS->EmitIntValue(2, 2); in Emit() [all …]
|
D | MCWin64EH.cpp | 68 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 74 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 76 streamer.EmitIntValue(w, 2); in EmitUnwindCode() 79 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 82 streamer.EmitIntValue(w, 2); in EmitUnwindCode() 87 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 91 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 97 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() 101 streamer.EmitIntValue(w, 2); in EmitUnwindCode() 107 streamer.EmitIntValue(b2, 1); in EmitUnwindCode() [all …]
|
D | MCObjectStreamer.cpp | 69 EmitIntValue(Hi->getOffset() - Lo->getOffset(), Size); in emitAbsoluteSymbolDiff() 135 EmitIntValue(AbsValue, Size); in EmitValueImpl() 328 OS.EmitIntValue(dwarf::DW_LNS_extended_op, 1); in emitDwarfSetLineAddr() 330 OS.EmitIntValue(dwarf::DW_LNE_set_address, 1); in emitDwarfSetLineAddr()
|
D | MCELFStreamer.cpp | 373 EmitIntValue(0, 1); in EmitIdent() 377 EmitIntValue(0, 1); in EmitIdent()
|
/external/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 396 OS.EmitIntValue(StackMapVersion, 1); // Version. in emitStackmapHeader() 397 OS.EmitIntValue(0, 1); // Reserved. in emitStackmapHeader() 398 OS.EmitIntValue(0, 2); // Reserved. in emitStackmapHeader() 402 OS.EmitIntValue(FnStackSize.size(), 4); in emitStackmapHeader() 405 OS.EmitIntValue(ConstPool.size(), 4); in emitStackmapHeader() 408 OS.EmitIntValue(CSInfos.size(), 4); in emitStackmapHeader() 424 OS.EmitIntValue(FR.second, 8); in emitFunctionFrameRecords() 436 OS.EmitIntValue(ConstEntry.second, 8); in emitConstantPoolEntries() 481 OS.EmitIntValue(UINT64_MAX, 8); // Invalid ID. in emitCallsiteEntries() 483 OS.EmitIntValue(0, 2); // Reserved. in emitCallsiteEntries() [all …]
|
D | FaultMaps.cpp | 65 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()
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.cpp | 265 OS.EmitIntValue(NameSZ, 4); // namesz in EmitDirectiveHSACodeObjectVersion() 266 OS.EmitIntValue(8, 4); // descz in EmitDirectiveHSACodeObjectVersion() 267 OS.EmitIntValue(NT_AMDGPU_HSA_CODE_OBJECT_VERSION, 4); // type in EmitDirectiveHSACodeObjectVersion() 269 OS.EmitIntValue(Major, 4); // desc in EmitDirectiveHSACodeObjectVersion() 270 OS.EmitIntValue(Minor, 4); in EmitDirectiveHSACodeObjectVersion() 293 OS.EmitIntValue(NameSZ, 4); // namesz in EmitDirectiveHSACodeObjectISA() 294 OS.EmitIntValue(DescSZ, 4); // descsz in EmitDirectiveHSACodeObjectISA() 295 OS.EmitIntValue(NT_AMDGPU_HSA_ISA, 4); // type in EmitDirectiveHSACodeObjectISA() 297 OS.EmitIntValue(VendorNameSize, 2); // desc in EmitDirectiveHSACodeObjectISA() 298 OS.EmitIntValue(ArchNameSize, 2); in EmitDirectiveHSACodeObjectISA() [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAsmPrinter.cpp | 306 OutStreamer->EmitIntValue(RsrcReg, 4); in EmitProgramInfoR600() 307 OutStreamer->EmitIntValue(S_NUM_GPRS(MaxGPR + 1) | in EmitProgramInfoR600() 309 OutStreamer->EmitIntValue(R_02880C_DB_SHADER_CONTROL, 4); in EmitProgramInfoR600() 310 OutStreamer->EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4); in EmitProgramInfoR600() 313 OutStreamer->EmitIntValue(R_0288E8_SQ_LDS_ALLOC, 4); in EmitProgramInfoR600() 314 OutStreamer->EmitIntValue(RoundUpToAlignment(MFI->LDSSize, 4) >> 2, 4); in EmitProgramInfoR600() 540 OutStreamer->EmitIntValue(R_00B848_COMPUTE_PGM_RSRC1, 4); in EmitProgramInfoSI() 542 OutStreamer->EmitIntValue(KernelInfo.ComputePGMRSrc1, 4); in EmitProgramInfoSI() 544 OutStreamer->EmitIntValue(R_00B84C_COMPUTE_PGM_RSRC2, 4); in EmitProgramInfoSI() 545 OutStreamer->EmitIntValue(KernelInfo.ComputePGMRSrc2, 4); in EmitProgramInfoSI() [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 650 OS.EmitIntValue(0x19930522, 4); // MagicNumber in emitCXXFrameHandler3Table() 651 OS.EmitIntValue(FuncInfo.CxxUnwindMap.size(), 4); // MaxState in emitCXXFrameHandler3Table() 653 OS.EmitIntValue(FuncInfo.TryBlockMap.size(), 4); // NumTryBlocks in emitCXXFrameHandler3Table() 655 OS.EmitIntValue(IPToStateTable.size(), 4); // IPMapEntries in emitCXXFrameHandler3Table() 658 OS.EmitIntValue(UnwindHelpOffset, 4); // UnwindHelp in emitCXXFrameHandler3Table() 659 OS.EmitIntValue(0, 4); // ESTypeList in emitCXXFrameHandler3Table() 660 OS.EmitIntValue(1, 4); // EHFlags in emitCXXFrameHandler3Table() 671 OS.EmitIntValue(UME.ToState, 4); // ToState in emitCXXFrameHandler3Table() 705 OS.EmitIntValue(TBME.TryLow, 4); // TryLow in emitCXXFrameHandler3Table() 706 OS.EmitIntValue(TBME.TryHigh, 4); // TryHigh in emitCXXFrameHandler3Table() [all …]
|
D | AsmPrinterDwarf.cpp | 113 OutStreamer->EmitIntValue(Val, 1); in EmitEncodingByte() 145 OutStreamer->EmitIntValue(0, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference()
|
D | AsmPrinter.cpp | 517 OutStreamer->EmitIntValue(0, PtrSize); in EmitGlobalVariable() 1637 OutStreamer->EmitIntValue(Value, 1); in EmitInt8() 1643 OutStreamer->EmitIntValue(Value, 2); in EmitInt16() 1649 OutStreamer->EmitIntValue(Value, 4); in EmitInt32() 1916 AP.OutStreamer->EmitIntValue(CDS->getElementAsInteger(i), in emitGlobalConstantDataSequential() 2020 AP.OutStreamer->EmitIntValue(p[Chunk--], TrailingBytes); in emitGlobalConstantFP() 2023 AP.OutStreamer->EmitIntValue(p[Chunk], sizeof(uint64_t)); in emitGlobalConstantFP() 2027 AP.OutStreamer->EmitIntValue(p[Chunk], sizeof(uint64_t)); in emitGlobalConstantFP() 2030 AP.OutStreamer->EmitIntValue(p[Chunk], TrailingBytes); in emitGlobalConstantFP() 2079 AP.OutStreamer->EmitIntValue(Val, 8); in emitGlobalConstantLargeInt() [all …]
|
D | DwarfStringPool.cpp | 72 Asm.OutStreamer->EmitIntValue(Entry->getValue().Offset, size); in emit()
|
D | DIE.cpp | 274 Asm->OutStreamer->EmitIntValue(Integer, Size); in EmitValue() 459 AP->OutStreamer->EmitIntValue(Addr, DIEEntry::getRefAddrSize(AP)); in EmitValue() 487 Asm->OutStreamer->EmitIntValue(Unit->getTypeSignature(), 8); in EmitValue()
|
D | DwarfDebug.cpp | 1599 Asm->OutStreamer->EmitIntValue(0, Size); in emitDebugLoc() 1600 Asm->OutStreamer->EmitIntValue(0, Size); in emitDebugLoc() 1784 Asm->OutStreamer->EmitIntValue(Size, PtrSize); in emitDebugARanges() 1789 Asm->OutStreamer->EmitIntValue(0, PtrSize); in emitDebugARanges() 1790 Asm->OutStreamer->EmitIntValue(0, PtrSize); in emitDebugARanges() 1830 Asm->OutStreamer->EmitIntValue(0, Size); in emitDebugRanges() 1831 Asm->OutStreamer->EmitIntValue(0, Size); in emitDebugRanges()
|
D | OcamlGCPrinter.cpp | 105 AP.OutStreamer->EmitIntValue(0, IntPtrSize); in finishAssembly()
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 84 Out.EmitIntValue(NewOffset, 4); in writeStringsAndOffsets() 186 Out.EmitIntValue(E.Contributions[i].*Field, 4); in writeIndexTable() 211 Out.EmitIntValue(2, 4); // Version in writeIndex() 212 Out.EmitIntValue(Columns, 4); // Columns in writeIndex() 213 Out.EmitIntValue(IndexEntries.size(), 4); // Num Units in writeIndex() 214 Out.EmitIntValue(Buckets.size(), 4); // Num Buckets in writeIndex() 218 Out.EmitIntValue(I ? IndexEntries[I - 1].Signature : 0, 8); in writeIndex() 222 Out.EmitIntValue(I, 4); in writeIndex() 227 Out.EmitIntValue(i + DW_SECT_INFO, 4); in writeIndex()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUAsmPrinter.cpp | 125 OutStreamer.EmitIntValue(MaxSGPR + 1, 4); in EmitProgramInfo() 126 OutStreamer.EmitIntValue(MaxVGPR + 1, 4); in EmitProgramInfo() 127 OutStreamer.EmitIntValue(MFI->spi_ps_input_addr, 4); in EmitProgramInfo()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 737 MS->EmitIntValue(Range.StartAddress + PcOffset, AddressSize); in emitRangesEntries() 738 MS->EmitIntValue(Range.EndAddress + PcOffset, AddressSize); in emitRangesEntries() 743 MS->EmitIntValue(0, AddressSize); in emitRangesEntries() 744 MS->EmitIntValue(0, AddressSize); in emitRangesEntries() 798 MS->EmitIntValue(RangeStart, AddressSize); in emitUnitRangesEntries() 801 MS->EmitIntValue(Range->second - RangeStart, AddressSize); in emitUnitRangesEntries() 805 Asm->OutStreamer->EmitIntValue(0, AddressSize); in emitUnitRangesEntries() 806 Asm->OutStreamer->EmitIntValue(0, AddressSize); in emitUnitRangesEntries() 818 MS->EmitIntValue(Range->first + PcOffset, AddressSize); in emitUnitRangesEntries() 821 MS->EmitIntValue(Range->second + PcOffset, AddressSize); in emitUnitRangesEntries() [all …]
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 966 Streamer.EmitIntValue(0x41, 1); in finishAttributeSection() 977 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4); in finishAttributeSection() 979 Streamer.EmitIntValue(0, 1); // '\0' in finishAttributeSection() 981 Streamer.EmitIntValue(ARMBuildAttrs::File, 1); in finishAttributeSection() 982 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4); in finishAttributeSection() 996 Streamer.EmitIntValue(0, 1); // '\0' in finishAttributeSection() 1001 Streamer.EmitIntValue(0, 1); // '\0' in finishAttributeSection() 1140 EmitIntValue(ARM::EHABI::EXIDX_CANTUNWIND, 4); in emitFnEnd() 1160 EmitIntValue(Intval, Opcodes.size()); in emitFnEnd() 1239 EmitIntValue(Intval, 4); in FlushUnwindOpcodes() [all …]
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 682 getStreamer().EmitIntValue(Data.size()+1, 4); // namesz. in ParseDirectiveVersion() 683 getStreamer().EmitIntValue(0, 4); // descsz = 0 (no description). in ParseDirectiveVersion() 684 getStreamer().EmitIntValue(1, 4); // type = NT_VERSION. in ParseDirectiveVersion() 686 getStreamer().EmitIntValue(0, 1); // terminate the string. in ParseDirectiveVersion()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFStreamer.cpp | 117 MCELFStreamer::EmitIntValue(Inst, 4); in emitInst()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1116 OutStreamer->EmitIntValue(0, 8 /* size */); in EmitFunctionEntryLabel() 1227 OutStreamer->EmitIntValue(0, 4/*size*/); in EmitFunctionBodyEnd() 1228 OutStreamer->EmitIntValue(0, 8/*size*/); in EmitFunctionBodyEnd() 1502 OutStreamer->EmitIntValue(0, isPPC64 ? 8 : 4/*size*/); in doFinalization()
|