/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsOptionRecord.cpp | 37 Streamer->EmitIntValue(ELF::ODK_REGINFO, 1); // kind in EmitMipsOptionRecord() 38 Streamer->EmitIntValue(40, 1); // size in EmitMipsOptionRecord() 39 Streamer->EmitIntValue(0, 2); // section in EmitMipsOptionRecord() 40 Streamer->EmitIntValue(0, 4); // info in EmitMipsOptionRecord() 41 Streamer->EmitIntValue(ri_gprmask, 4); in EmitMipsOptionRecord() 42 Streamer->EmitIntValue(0, 4); // pad in EmitMipsOptionRecord() 43 Streamer->EmitIntValue(ri_cprmask[0], 4); in EmitMipsOptionRecord() 44 Streamer->EmitIntValue(ri_cprmask[1], 4); in EmitMipsOptionRecord() 45 Streamer->EmitIntValue(ri_cprmask[2], 4); in EmitMipsOptionRecord() 46 Streamer->EmitIntValue(ri_cprmask[3], 4); in EmitMipsOptionRecord() [all …]
|
D | MipsABIFlagsSection.cpp | 53 OS.EmitIntValue(ABIFlagsSection.getVersionValue(), 2); // version in operator <<() 54 OS.EmitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level in operator <<() 55 OS.EmitIntValue(ABIFlagsSection.getISARevisionValue(), 1); // isa_rev in operator <<() 56 OS.EmitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size in operator <<() 57 OS.EmitIntValue(ABIFlagsSection.getCPR1SizeValue(), 1); // cpr1_size in operator <<() 58 OS.EmitIntValue(ABIFlagsSection.getCPR2SizeValue(), 1); // cpr2_size in operator <<() 59 OS.EmitIntValue(ABIFlagsSection.getFpABIValue(), 1); // fp_abi in operator <<() 60 OS.EmitIntValue(ABIFlagsSection.getISAExtensionSetValue(), 4); // isa_ext in operator <<() 61 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<() 62 OS.EmitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags1 in operator <<() [all …]
|
D | MipsTargetStreamer.cpp | 582 OS.EmitIntValue(GPRInfoSet ? GPRBitMask : 0, 4); // reg_mask in emitDirectiveEnd() 583 OS.EmitIntValue(GPRInfoSet ? GPROffset : 0, 4); // reg_offset in emitDirectiveEnd() 585 OS.EmitIntValue(FPRInfoSet ? FPRBitMask : 0, 4); // fpreg_mask in emitDirectiveEnd() 586 OS.EmitIntValue(FPRInfoSet ? FPROffset : 0, 4); // fpreg_offset in emitDirectiveEnd() 588 OS.EmitIntValue(FrameInfoSet ? FrameOffset : 0, 4); // frame_offset in emitDirectiveEnd() 589 OS.EmitIntValue(FrameInfoSet ? FrameReg : 0, 4); // frame_reg in emitDirectiveEnd() 590 OS.EmitIntValue(FrameInfoSet ? ReturnReg : 0, 4); // return_reg in emitDirectiveEnd()
|
/external/llvm/lib/MC/ |
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 | MCDwarf.cpp | 135 MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1); in EmitDwarfLineTable() 140 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1); in EmitDwarfLineTable() 146 MCOS->EmitIntValue(dwarf::DW_LNS_extended_op, 1); in EmitDwarfLineTable() 148 MCOS->EmitIntValue(dwarf::DW_LNE_set_discriminator, 1); in EmitDwarfLineTable() 153 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1); in EmitDwarfLineTable() 158 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1); in EmitDwarfLineTable() 161 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1); in EmitDwarfLineTable() 163 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1); in EmitDwarfLineTable() 165 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1); in EmitDwarfLineTable() 280 MCOS->EmitIntValue(2, 2); in Emit() [all …]
|
D | MCObjectStreamer.cpp | 119 EmitIntValue(AbsValue, Size); in EmitValueImpl() 309 OS.EmitIntValue(dwarf::DW_LNS_extended_op, 1); in emitDwarfSetLineAddr() 311 OS.EmitIntValue(dwarf::DW_LNE_set_address, 1); in emitDwarfSetLineAddr()
|
D | MCELFStreamer.cpp | 365 EmitIntValue(0, 1); in EmitIdent() 369 EmitIntValue(0, 1); in EmitIdent()
|
D | MCAsmStreamer.cpp | 163 void EmitIntValue(uint64_t Value, unsigned Size) override; 645 void MCAsmStreamer::EmitIntValue(uint64_t Value, unsigned Size) { in EmitIntValue() function in MCAsmStreamer 693 EmitIntValue(ValueToEmit, EmissionSize); in EmitValueImpl()
|
/external/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 390 OS.EmitIntValue(StackMapVersion, 1); // Version. in emitStackmapHeader() 391 OS.EmitIntValue(0, 1); // Reserved. in emitStackmapHeader() 392 OS.EmitIntValue(0, 2); // Reserved. in emitStackmapHeader() 396 OS.EmitIntValue(FnStackSize.size(), 4); in emitStackmapHeader() 399 OS.EmitIntValue(ConstPool.size(), 4); in emitStackmapHeader() 402 OS.EmitIntValue(CSInfos.size(), 4); in emitStackmapHeader() 418 OS.EmitIntValue(FR.second, 8); in emitFunctionFrameRecords() 430 OS.EmitIntValue(ConstEntry.second, 8); in emitConstantPoolEntries() 475 OS.EmitIntValue(UINT64_MAX, 8); // Invalid ID. in emitCallsiteEntries() 477 OS.EmitIntValue(0, 2); // Reserved. in emitCallsiteEntries() [all …]
|
D | TargetLoweringObjectFileImpl.cpp | 529 Streamer.EmitIntValue(VersionVal, 4); in emitModuleFlags() 530 Streamer.EmitIntValue(ImageInfoFlags, 4); in emitModuleFlags()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | Win64Exception.cpp | 216 Asm->OutStreamer.EmitIntValue(NumEntries, 4); in emitCSpecificHandlerTable() 269 Asm->OutStreamer.EmitIntValue(1, 4); in emitCSpecificHandlerTable() 388 OS.EmitIntValue(0x19930522, 4); // MagicNumber in emitCXXFrameHandler3Table() 389 OS.EmitIntValue(FuncInfo.UnwindMap.size(), 4); // MaxState in emitCXXFrameHandler3Table() 391 OS.EmitIntValue(FuncInfo.TryBlockMap.size(), 4); // NumTryBlocks in emitCXXFrameHandler3Table() 393 OS.EmitIntValue(FuncInfo.IPToStateList.size(), 4); // IPMapEntries in emitCXXFrameHandler3Table() 395 OS.EmitIntValue(FuncInfo.UnwindHelpFrameOffset, 4); // UnwindHelp in emitCXXFrameHandler3Table() 396 OS.EmitIntValue(0, 4); // ESTypeList in emitCXXFrameHandler3Table() 397 OS.EmitIntValue(1, 4); // EHFlags in emitCXXFrameHandler3Table() 406 OS.EmitIntValue(UME.ToState, 4); // ToState in emitCXXFrameHandler3Table() [all …]
|
D | AsmPrinterDwarf.cpp | 68 OutStreamer.EmitIntValue(Val, 1); in EmitCFAByte() 125 OutStreamer.EmitIntValue(Val, 1); in EmitEncodingByte() 156 OutStreamer.EmitIntValue(0, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference()
|
D | AsmPrinter.cpp | 497 OutStreamer.EmitIntValue(0, PtrSize); in EmitGlobalVariable() 1573 OutStreamer.EmitIntValue(Value, 1); in EmitInt8() 1579 OutStreamer.EmitIntValue(Value, 2); in EmitInt16() 1585 OutStreamer.EmitIntValue(Value, 4); in EmitInt32() 1877 AP.OutStreamer.EmitIntValue(CDS->getElementAsInteger(i), in emitGlobalConstantDataSequential() 1893 AP.OutStreamer.EmitIntValue(I, 4); in emitGlobalConstantDataSequential() 1906 AP.OutStreamer.EmitIntValue(I, 8); in emitGlobalConstantDataSequential() 2008 AP.OutStreamer.EmitIntValue(p[Chunk--], TrailingBytes); in emitGlobalConstantFP() 2011 AP.OutStreamer.EmitIntValue(p[Chunk], sizeof(uint64_t)); in emitGlobalConstantFP() 2015 AP.OutStreamer.EmitIntValue(p[Chunk], sizeof(uint64_t)); in emitGlobalConstantFP() [all …]
|
D | DwarfStringPool.cpp | 66 Asm.OutStreamer.EmitIntValue(offset, size); in emit()
|
D | DIE.cpp | 239 Asm->OutStreamer.EmitIntValue(Integer, Size); in EmitValue() 403 AP->OutStreamer.EmitIntValue(Addr, DIEEntry::getRefAddrSize(AP)); in EmitValue() 431 Asm->OutStreamer.EmitIntValue(Unit.getTypeSignature(), 8); in EmitValue()
|
D | DwarfDebug.cpp | 1586 Asm->OutStreamer.EmitIntValue(0, Size); in emitDebugLoc() 1587 Asm->OutStreamer.EmitIntValue(0, Size); in emitDebugLoc() 1771 Asm->OutStreamer.EmitIntValue(Size, PtrSize); in emitDebugARanges() 1776 Asm->OutStreamer.EmitIntValue(0, PtrSize); in emitDebugARanges() 1777 Asm->OutStreamer.EmitIntValue(0, PtrSize); in emitDebugARanges() 1817 Asm->OutStreamer.EmitIntValue(0, Size); in emitDebugRanges() 1818 Asm->OutStreamer.EmitIntValue(0, Size); in emitDebugRanges()
|
D | OcamlGCPrinter.cpp | 105 AP.OutStreamer.EmitIntValue(0, IntPtrSize); in finishAssembly()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUAsmPrinter.cpp | 224 OutStreamer.EmitIntValue(RsrcReg, 4); in EmitProgramInfoR600() 225 OutStreamer.EmitIntValue(S_NUM_GPRS(MaxGPR + 1) | in EmitProgramInfoR600() 227 OutStreamer.EmitIntValue(R_02880C_DB_SHADER_CONTROL, 4); in EmitProgramInfoR600() 228 OutStreamer.EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4); in EmitProgramInfoR600() 231 OutStreamer.EmitIntValue(R_0288E8_SQ_LDS_ALLOC, 4); in EmitProgramInfoR600() 232 OutStreamer.EmitIntValue(RoundUpToAlignment(MFI->LDSSize, 4) >> 2, 4); in EmitProgramInfoR600() 429 OutStreamer.EmitIntValue(R_00B848_COMPUTE_PGM_RSRC1, 4); in EmitProgramInfoSI() 431 OutStreamer.EmitIntValue(KernelInfo.ComputePGMRSrc1, 4); in EmitProgramInfoSI() 433 OutStreamer.EmitIntValue(R_00B84C_COMPUTE_PGM_RSRC2, 4); in EmitProgramInfoSI() 434 OutStreamer.EmitIntValue(KernelInfo.ComputePGMRSrc2, 4); in EmitProgramInfoSI() [all …]
|
/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 | 621 MS->EmitIntValue(Range.StartAddress + PcOffset, AddressSize); in emitRangesEntries() 622 MS->EmitIntValue(Range.EndAddress + PcOffset, AddressSize); in emitRangesEntries() 627 MS->EmitIntValue(0, AddressSize); in emitRangesEntries() 628 MS->EmitIntValue(0, AddressSize); in emitRangesEntries() 682 MS->EmitIntValue(RangeStart, AddressSize); in emitUnitRangesEntries() 685 MS->EmitIntValue(Range->second - RangeStart, AddressSize); in emitUnitRangesEntries() 689 Asm->OutStreamer.EmitIntValue(0, AddressSize); in emitUnitRangesEntries() 690 Asm->OutStreamer.EmitIntValue(0, AddressSize); in emitUnitRangesEntries() 702 MS->EmitIntValue(Range->first + PcOffset, AddressSize); in emitUnitRangesEntries() 705 MS->EmitIntValue(Range->second + PcOffset, AddressSize); in emitUnitRangesEntries() [all …]
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 985 Streamer.EmitIntValue(0x41, 1); in finishAttributeSection() 996 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4); in finishAttributeSection() 998 Streamer.EmitIntValue(0, 1); // '\0' in finishAttributeSection() 1000 Streamer.EmitIntValue(ARMBuildAttrs::File, 1); in finishAttributeSection() 1001 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4); in finishAttributeSection() 1015 Streamer.EmitIntValue(0, 1); // '\0' in finishAttributeSection() 1020 Streamer.EmitIntValue(0, 1); // '\0' in finishAttributeSection() 1164 EmitIntValue(ARM::EHABI::EXIDX_CANTUNWIND, 4); in emitFnEnd() 1184 EmitIntValue(Intval, Opcodes.size()); in emitFnEnd() 1263 EmitIntValue(Intval, 4); in FlushUnwindOpcodes() [all …]
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 686 getStreamer().EmitIntValue(Data.size()+1, 4); // namesz. in ParseDirectiveVersion() 687 getStreamer().EmitIntValue(0, 4); // descsz = 0 (no description). in ParseDirectiveVersion() 688 getStreamer().EmitIntValue(1, 4); // type = NT_VERSION. in ParseDirectiveVersion() 690 getStreamer().EmitIntValue(0, 1); // terminate the string. in ParseDirectiveVersion()
|
D | AsmParser.cpp | 2399 getStreamer().EmitIntValue(IntValue, Size); in parseDirectiveValue() 2446 getStreamer().EmitIntValue(lo, 8); in parseDirectiveOctaValue() 2447 getStreamer().EmitIntValue(hi, 8); in parseDirectiveOctaValue() 2449 getStreamer().EmitIntValue(hi, 8); in parseDirectiveOctaValue() 2450 getStreamer().EmitIntValue(lo, 8); in parseDirectiveOctaValue() 2509 getStreamer().EmitIntValue(AsInt.getLimitedValue(), in parseDirectiveRealValue() 2612 getStreamer().EmitIntValue(FillExpr, NonZeroFillSize); in parseDirectiveFill() 2614 getStreamer().EmitIntValue(0, FillSize - NonZeroFillSize); in parseDirectiveFill()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 1073 OutStreamer.EmitIntValue(0, 8 /* size */); in EmitFunctionEntryLabel() 1185 OutStreamer.EmitIntValue(0, 4/*size*/); in EmitFunctionBodyEnd() 1186 OutStreamer.EmitIntValue(0, 8/*size*/); in EmitFunctionBodyEnd() 1462 OutStreamer.EmitIntValue(0, isPPC64 ? 8 : 4/*size*/); in doFinalization()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 466 OutStreamer.EmitIntValue(0, 4/*size*/); in emitNonLazySymbolPointer() 1629 OutStreamer.EmitIntValue(Val, 4); in EmitInstruction() 1638 OutStreamer.EmitIntValue(Val, 4); in EmitInstruction() 1648 OutStreamer.EmitIntValue(Val, 2); in EmitInstruction()
|