HomeSort by relevance Sort by last modified time
    Searched refs:EmitIntValue (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsOptionRecord.cpp 38 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_cprmask[3], 4)
    [all...]
MipsABIFlagsSection.cpp 56 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.getISAExtensionValue(), 4); // isa_ext
64 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases
65 OS.EmitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags
    [all...]
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyTargetStreamer.cpp 80 Streamer.EmitIntValue(Types.size(), sizeof(uint64_t));
82 Streamer.EmitIntValue(Type.SimpleTy, sizeof(uint64_t));
86 Streamer.EmitIntValue(WebAssembly::DotParam, sizeof(uint64_t));
91 Streamer.EmitIntValue(WebAssembly::DotResult, sizeof(uint64_t));
96 Streamer.EmitIntValue(WebAssembly::DotLocal, sizeof(uint64_t));
101 Streamer.EmitIntValue(WebAssembly::DotEndFunc, sizeof(uint64_t));
  /external/swiftshader/third_party/LLVM/lib/MC/
MCWin64EH.cpp 74 streamer.EmitIntValue(b2, 1);
80 streamer.EmitIntValue(b2, 1);
82 streamer.EmitIntValue(w, 2);
85 streamer.EmitIntValue(b2, 1);
88 streamer.EmitIntValue(w, 2);
93 streamer.EmitIntValue(b2, 1);
97 streamer.EmitIntValue(b1, 1);
98 streamer.EmitIntValue(b2, 1);
104 streamer.EmitIntValue(b2, 1);
108 streamer.EmitIntValue(w, 2)
    [all...]
MCDwarf.cpp 146 MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1);
151 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1);
156 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1);
161 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1);
164 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1);
166 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1);
168 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1);
229 MCOS->EmitIntValue(2, 2);
243 MCOS->EmitIntValue(DWARF2_LINE_MIN_INSN_LENGTH, 1);
244 MCOS->EmitIntValue(DWARF2_LINE_DEFAULT_IS_STMT, 1)
    [all...]
MCAsmStreamer.cpp 175 virtual void EmitIntValue(uint64_t Value, unsigned Size,
379 EmitIntValue(dwarf::DW_CFA_advance_loc4, 1);
597 void MCAsmStreamer::EmitIntValue(uint64_t Value, unsigned Size,
619 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
620 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
622 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
623 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
    [all...]
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUTargetStreamer.cpp 265 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(ArchNameSize, 2)
    [all...]
  /external/llvm/lib/MC/
MCWin64EH.cpp 68 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(b2, 1)
    [all...]
MCDwarf.cpp 117 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(2, 2)
    [all...]
MCCodeView.cpp 104 OS.EmitIntValue(unsigned(ModuleSubstreamKind::StringTable), 4);
131 OS.EmitIntValue(unsigned(ModuleSubstreamKind::FileChecksums), 4);
139 OS.EmitIntValue(getStringTableOffset(Filename), 4);
142 OS.EmitIntValue(0, 4);
156 OS.EmitIntValue(unsigned(ModuleSubstreamKind::Lines), 4);
167 OS.EmitIntValue(HaveColumns ? int(LineFlags::HaveColumns) : 0, 2);
180 OS.EmitIntValue(8 * (CurFileNum - 1), 4);
181 OS.EmitIntValue(EntryCount, 4);
186 OS.EmitIntValue(SegmentSize, 4);
193 OS.EmitIntValue(LineData, 4)
    [all...]
MCObjectStreamer.cpp 68 EmitIntValue(Hi->getOffset() - Lo->getOffset(), Size);
135 EmitIntValue(AbsValue, Size);
329 OS.EmitIntValue(dwarf::DW_LNS_extended_op, 1);
331 OS.EmitIntValue(dwarf::DW_LNE_set_address, 1);
  /external/llvm/lib/CodeGen/
FaultMaps.cpp 65 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);
StackMaps.cpp 396 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(0, 2); // Reserved
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 297 OutStreamer->EmitIntValue(RsrcReg, 4);
298 OutStreamer->EmitIntValue(S_NUM_GPRS(MaxGPR + 1) |
300 OutStreamer->EmitIntValue(R_02880C_DB_SHADER_CONTROL, 4);
301 OutStreamer->EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4);
304 OutStreamer->EmitIntValue(R_0288E8_SQ_LDS_ALLOC, 4);
305 OutStreamer->EmitIntValue(alignTo(MFI->LDSSize, 4) >> 2, 4);
586 OutStreamer->EmitIntValue(R_00B848_COMPUTE_PGM_RSRC1, 4);
588 OutStreamer->EmitIntValue(KernelInfo.ComputePGMRSrc1, 4);
590 OutStreamer->EmitIntValue(R_00B84C_COMPUTE_PGM_RSRC2, 4);
591 OutStreamer->EmitIntValue(KernelInfo.ComputePGMRSrc2, 4)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 684 OS.EmitIntValue(0x19930522, 4);
687 OS.EmitIntValue(FuncInfo.CxxUnwindMap.size(), 4);
693 OS.EmitIntValue(FuncInfo.TryBlockMap.size(), 4);
699 OS.EmitIntValue(IPToStateTable.size(), 4);
706 OS.EmitIntValue(UnwindHelpOffset, 4);
710 OS.EmitIntValue(0, 4);
713 OS.EmitIntValue(1, 4);
725 OS.EmitIntValue(UME.ToState, 4);
762 OS.EmitIntValue(TBME.TryLow, 4);
765 OS.EmitIntValue(TBME.TryHigh, 4)
    [all...]
CodeViewDebug.cpp 366 OS.EmitIntValue(COFF::DEBUG_SECTION_MAGIC, 4);
506 OS.EmitIntValue(unsigned(InlineeLinesSignature::Normal), 4);
521 OS.EmitIntValue(InlineeIdx.getIndex(), 4);
523 OS.EmitIntValue(FileOffset, 4);
525 OS.EmitIntValue(SP->getLine(), 4);
556 OS.EmitIntValue(SymbolKind::S_INLINESITE, 2); // RecordKind
559 OS.EmitIntValue(0, 4);
561 OS.EmitIntValue(0, 4);
563 OS.EmitIntValue(InlineeIdx.getIndex(), 4);
587 OS.EmitIntValue(2, 2); // RecordLengt
    [all...]
DwarfStringPool.cpp 72 Asm.OutStreamer->EmitIntValue(Entry->getValue().Offset, size);
AsmPrinterDwarf.cpp 113 OutStreamer->EmitIntValue(Val, 1);
145 OutStreamer->EmitIntValue(0, GetSizeOfEncodedValue(Encoding));
OcamlGCPrinter.cpp 105 AP.OutStreamer->EmitIntValue(0, IntPtrSize);
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 88 Out.EmitIntValue(NewOffset, 4);
271 Out.EmitIntValue(E.second.Contributions[i].*Field, 4);
303 Out.EmitIntValue(2, 4); // Version
304 Out.EmitIntValue(Columns, 4); // Columns
305 Out.EmitIntValue(IndexEntries.size(), 4); // Num Units
306 Out.EmitIntValue(Buckets.size(), 4); // Num Buckets
310 Out.EmitIntValue(I ? IndexEntries.begin()[I - 1].first : 0, 8);
314 Out.EmitIntValue(I, 4);
319 Out.EmitIntValue(i + DW_SECT_INFO, 4);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 53 OutStreamer.EmitIntValue(Byte, 1, /*addrspace*/0);
74 OutStreamer.EmitIntValue(Byte, 1, /*addrspace*/0);
93 OutStreamer.EmitIntValue(Val, 1, 0/*addrspace*/);
137 OutStreamer.EmitIntValue(Val, 1, 0/*addrspace*/);
AsmPrinter.cpp 390 OutStreamer.EmitIntValue(0, PtrSize, 0);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXMCAsmStreamer.cpp 375 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
376 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
378 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace);
379 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 978 Streamer.EmitIntValue(0x41, 1);
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 739 MS->EmitIntValue(Range.StartAddress + PcOffset, AddressSize);
740 MS->EmitIntValue(Range.EndAddress + PcOffset, AddressSize);
745 MS->EmitIntValue(0, AddressSize);
746 MS->EmitIntValue(0, AddressSize);
800 MS->EmitIntValue(RangeStart, AddressSize);
803 MS->EmitIntValue(Range->second - RangeStart, AddressSize);
807 Asm->OutStreamer->EmitIntValue(0, AddressSize);
808 Asm->OutStreamer->EmitIntValue(0, AddressSize);
820 MS->EmitIntValue(Range->first + PcOffset, AddressSize);
823 MS->EmitIntValue(Range->second + PcOffset, AddressSize)
    [all...]

Completed in 824 milliseconds

1 2 3