Searched refs:EmitIntValue (Results 1 - 25 of 38) sorted by relevance

12

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsOptionRecord.cpp38 Streamer->EmitIntValue(ELF::ODK_REGINFO, 1); // kind
39 Streamer->EmitIntValue(40, 1); // size
40 Streamer->EmitIntValue(0, 2); // section
41 Streamer->EmitIntValue(0, 4); // info
42 Streamer->EmitIntValue(ri_gprmask, 4);
43 Streamer->EmitIntValue(0, 4); // pad
44 Streamer->EmitIntValue(ri_cprmask[0], 4);
45 Streamer->EmitIntValue(ri_cprmask[1], 4);
46 Streamer->EmitIntValue(ri_cprmask[2], 4);
47 Streamer->EmitIntValue(ri_cprmas
[all...]
H A DMipsABIFlagsSection.cpp56 OS.EmitIntValue(ABIFlagsSection.getVersionValue(), 2); // version
57 OS.EmitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level
58 OS.EmitIntValue(ABIFlagsSection.getISARevisionValue(), 1); // isa_rev
59 OS.EmitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size
60 OS.EmitIntValue(ABIFlagsSection.getCPR1SizeValue(), 1); // cpr1_size
61 OS.EmitIntValue(ABIFlagsSection.getCPR2SizeValue(), 1); // cpr2_size
62 OS.EmitIntValue(ABIFlagsSection.getFpABIValue(), 1); // fp_abi
63 OS.EmitIntValue(ABIFlagsSection.getISAExtensionSetValue(), 4); // isa_ext
64 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases
65 OS.EmitIntValue(ABIFlagsSectio
[all...]
H A DMipsTargetStreamer.cpp629 OS.EmitIntValue(GPRInfoSet ? GPRBitMask : 0, 4); // reg_mask
630 OS.EmitIntValue(GPRInfoSet ? GPROffset : 0, 4); // reg_offset
632 OS.EmitIntValue(FPRInfoSet ? FPRBitMask : 0, 4); // fpreg_mask
633 OS.EmitIntValue(FPRInfoSet ? FPROffset : 0, 4); // fpreg_offset
635 OS.EmitIntValue(FrameInfoSet ? FrameOffset : 0, 4); // frame_offset
636 OS.EmitIntValue(FrameInfoSet ? FrameReg : 0, 4); // frame_reg
637 OS.EmitIntValue(FrameInfoSet ? ReturnReg : 0, 4); // return_reg
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp265 OS.EmitIntValue(NameSZ, 4); // namesz
266 OS.EmitIntValue(8, 4); // descz
267 OS.EmitIntValue(NT_AMDGPU_HSA_CODE_OBJECT_VERSION, 4); // type
269 OS.EmitIntValue(Major, 4); // desc
270 OS.EmitIntValue(Minor, 4);
293 OS.EmitIntValue(NameSZ, 4); // namesz
294 OS.EmitIntValue(DescSZ, 4); // descsz
295 OS.EmitIntValue(NT_AMDGPU_HSA_ISA, 4); // type
297 OS.EmitIntValue(VendorNameSize, 2); // desc
298 OS.EmitIntValue(ArchNameSiz
[all...]
/external/llvm/lib/MC/
H A DMCWin64EH.cpp68 streamer.EmitIntValue(b2, 1);
74 streamer.EmitIntValue(b2, 1);
76 streamer.EmitIntValue(w, 2);
79 streamer.EmitIntValue(b2, 1);
82 streamer.EmitIntValue(w, 2);
87 streamer.EmitIntValue(b2, 1);
91 streamer.EmitIntValue(b2, 1);
97 streamer.EmitIntValue(b2, 1);
101 streamer.EmitIntValue(w, 2);
107 streamer.EmitIntValue(b
[all...]
H A DMCDwarf.cpp117 MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1);
122 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1);
128 MCOS->EmitIntValue(dwarf::DW_LNS_extended_op, 1);
130 MCOS->EmitIntValue(dwarf::DW_LNE_set_discriminator, 1);
135 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1);
140 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1);
143 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1);
145 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1);
147 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1);
266 MCOS->EmitIntValue(
[all...]
H A DMCObjectStreamer.cpp69 EmitIntValue(Hi->getOffset() - Lo->getOffset(), Size);
135 EmitIntValue(AbsValue, Size);
328 OS.EmitIntValue(dwarf::DW_LNS_extended_op, 1);
330 OS.EmitIntValue(dwarf::DW_LNE_set_address, 1);
H A DMCELFStreamer.cpp373 EmitIntValue(0, 1);
377 EmitIntValue(0, 1);
H A DMCAsmStreamer.cpp169 void EmitIntValue(uint64_t Value, unsigned Size) override;
687 void MCAsmStreamer::EmitIntValue(uint64_t Value, unsigned Size) { function in class:MCAsmStreamer
735 EmitIntValue(ValueToEmit, EmissionSize);
/external/llvm/lib/CodeGen/
H A DFaultMaps.cpp65 OS.EmitIntValue(FaultMapVersion, 1); // Version.
66 OS.EmitIntValue(0, 1); // Reserved.
67 OS.EmitIntValue(0, 2); // Reserved.
70 OS.EmitIntValue(FunctionInfos.size(), 4);
86 OS.EmitIntValue(FFI.size(), 4);
88 OS.EmitIntValue(0, 4); // Reserved
93 OS.EmitIntValue(Fault.Kind, 4);
H A DStackMaps.cpp396 OS.EmitIntValue(StackMapVersion, 1); // Version.
397 OS.EmitIntValue(0, 1); // Reserved.
398 OS.EmitIntValue(0, 2); // Reserved.
402 OS.EmitIntValue(FnStackSize.size(), 4);
405 OS.EmitIntValue(ConstPool.size(), 4);
408 OS.EmitIntValue(CSInfos.size(), 4);
424 OS.EmitIntValue(FR.second, 8);
436 OS.EmitIntValue(ConstEntry.second, 8);
481 OS.EmitIntValue(UINT64_MAX, 8); // Invalid ID.
483 OS.EmitIntValue(
[all...]
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp306 OutStreamer->EmitIntValue(RsrcReg, 4);
307 OutStreamer->EmitIntValue(S_NUM_GPRS(MaxGPR + 1) |
309 OutStreamer->EmitIntValue(R_02880C_DB_SHADER_CONTROL, 4);
310 OutStreamer->EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4);
313 OutStreamer->EmitIntValue(R_0288E8_SQ_LDS_ALLOC, 4);
314 OutStreamer->EmitIntValue(RoundUpToAlignment(MFI->LDSSize, 4) >> 2, 4);
540 OutStreamer->EmitIntValue(R_00B848_COMPUTE_PGM_RSRC1, 4);
542 OutStreamer->EmitIntValue(KernelInfo.ComputePGMRSrc1, 4);
544 OutStreamer->EmitIntValue(R_00B84C_COMPUTE_PGM_RSRC2, 4);
545 OutStreamer->EmitIntValue(KernelInf
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUAsmPrinter.cpp125 OutStreamer.EmitIntValue(MaxSGPR + 1, 4);
126 OutStreamer.EmitIntValue(MaxVGPR + 1, 4);
127 OutStreamer.EmitIntValue(MFI->spi_ps_input_addr, 4);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp650 OS.EmitIntValue(0x19930522, 4); // MagicNumber
651 OS.EmitIntValue(FuncInfo.CxxUnwindMap.size(), 4); // MaxState
653 OS.EmitIntValue(FuncInfo.TryBlockMap.size(), 4); // NumTryBlocks
655 OS.EmitIntValue(IPToStateTable.size(), 4); // IPMapEntries
658 OS.EmitIntValue(UnwindHelpOffset, 4); // UnwindHelp
659 OS.EmitIntValue(0, 4); // ESTypeList
660 OS.EmitIntValue(1, 4); // EHFlags
671 OS.EmitIntValue(UME.ToState, 4); // ToState
705 OS.EmitIntValue(TBME.TryLow, 4); // TryLow
706 OS.EmitIntValue(TBM
[all...]
H A DDwarfStringPool.cpp72 Asm.OutStreamer->EmitIntValue(Entry->getValue().Offset, size);
H A DAsmPrinterDwarf.cpp113 OutStreamer->EmitIntValue(Val, 1);
145 OutStreamer->EmitIntValue(0, GetSizeOfEncodedValue(Encoding));
H A DOcamlGCPrinter.cpp105 AP.OutStreamer->EmitIntValue(0, IntPtrSize);
H A DAsmPrinter.cpp517 OutStreamer->EmitIntValue(0, PtrSize);
1637 OutStreamer->EmitIntValue(Value, 1);
1643 OutStreamer->EmitIntValue(Value, 2);
1649 OutStreamer->EmitIntValue(Value, 4);
1916 AP.OutStreamer->EmitIntValue(CDS->getElementAsInteger(i),
2020 AP.OutStreamer->EmitIntValue(p[Chunk--], TrailingBytes);
2023 AP.OutStreamer->EmitIntValue(p[Chunk], sizeof(uint64_t));
2027 AP.OutStreamer->EmitIntValue(p[Chunk], sizeof(uint64_t));
2030 AP.OutStreamer->EmitIntValue(p[Chunk], TrailingBytes);
2079 AP.OutStreamer->EmitIntValue(Va
[all...]
H A DDIE.cpp274 Asm->OutStreamer->EmitIntValue(Integer, Size);
459 AP->OutStreamer->EmitIntValue(Addr, DIEEntry::getRefAddrSize(AP));
487 Asm->OutStreamer->EmitIntValue(Unit->getTypeSignature(), 8);
H A DDwarfDebug.cpp1599 Asm->OutStreamer->EmitIntValue(0, Size);
1600 Asm->OutStreamer->EmitIntValue(0, Size);
1784 Asm->OutStreamer->EmitIntValue(Size, PtrSize);
1789 Asm->OutStreamer->EmitIntValue(0, PtrSize);
1790 Asm->OutStreamer->EmitIntValue(0, PtrSize);
1830 Asm->OutStreamer->EmitIntValue(0, Size);
1831 Asm->OutStreamer->EmitIntValue(0, Size);
/external/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp84 Out.EmitIntValue(NewOffset, 4);
186 Out.EmitIntValue(E.Contributions[i].*Field, 4);
211 Out.EmitIntValue(2, 4); // Version
212 Out.EmitIntValue(Columns, 4); // Columns
213 Out.EmitIntValue(IndexEntries.size(), 4); // Num Units
214 Out.EmitIntValue(Buckets.size(), 4); // Num Buckets
218 Out.EmitIntValue(I ? IndexEntries[I - 1].Signature : 0, 8);
222 Out.EmitIntValue(I, 4);
227 Out.EmitIntValue(i + DW_SECT_INFO, 4);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp966 Streamer.EmitIntValue(0x41, 1);
977 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4);
979 Streamer.EmitIntValue(0, 1); // '\0'
981 Streamer.EmitIntValue(ARMBuildAttrs::File, 1);
982 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4);
996 Streamer.EmitIntValue(0, 1); // '\0'
1001 Streamer.EmitIntValue(0, 1); // '\0'
1140 EmitIntValue(ARM::EHABI::EXIDX_CANTUNWIND, 4);
1160 EmitIntValue(Intval, Opcodes.size());
1239 EmitIntValue(Intva
[all...]
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp737 MS->EmitIntValue(Range.StartAddress + PcOffset, AddressSize);
738 MS->EmitIntValue(Range.EndAddress + PcOffset, AddressSize);
743 MS->EmitIntValue(0, AddressSize);
744 MS->EmitIntValue(0, AddressSize);
798 MS->EmitIntValue(RangeStart, AddressSize);
801 MS->EmitIntValue(Range->second - RangeStart, AddressSize);
805 Asm->OutStreamer->EmitIntValue(0, AddressSize);
806 Asm->OutStreamer->EmitIntValue(0, AddressSize);
818 MS->EmitIntValue(Range->first + PcOffset, AddressSize);
821 MS->EmitIntValue(Rang
[all...]
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp682 getStreamer().EmitIntValue(Data.size()+1, 4); // namesz.
683 getStreamer().EmitIntValue(0, 4); // descsz = 0 (no description).
684 getStreamer().EmitIntValue(1, 4); // type = NT_VERSION.
686 getStreamer().EmitIntValue(0, 1); // terminate the string.
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp117 MCELFStreamer::EmitIntValue(Inst, 4);

Completed in 244 milliseconds

12