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

1 2

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsOptionRecord.cpp 37 Streamer->EmitIntValue(ELF::ODK_REGINFO, 1); // kind
38 Streamer->EmitIntValue(40, 1); // size
39 Streamer->EmitIntValue(0, 2); // section
40 Streamer->EmitIntValue(0, 4); // info
41 Streamer->EmitIntValue(ri_gprmask, 4);
42 Streamer->EmitIntValue(0, 4); // pad
43 Streamer->EmitIntValue(ri_cprmask[0], 4);
44 Streamer->EmitIntValue(ri_cprmask[1], 4);
45 Streamer->EmitIntValue(ri_cprmask[2], 4);
46 Streamer->EmitIntValue(ri_cprmask[3], 4)
    [all...]
MipsABIFlagsSection.cpp 53 OS.EmitIntValue(ABIFlagsSection.getVersionValue(), 2); // version
54 OS.EmitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level
55 OS.EmitIntValue(ABIFlagsSection.getISARevisionValue(), 1); // isa_rev
56 OS.EmitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size
57 OS.EmitIntValue(ABIFlagsSection.getCPR1SizeValue(), 1); // cpr1_size
58 OS.EmitIntValue(ABIFlagsSection.getCPR2SizeValue(), 1); // cpr2_size
59 OS.EmitIntValue(ABIFlagsSection.getFpABIValue(), 1); // fp_abi
60 OS.EmitIntValue(ABIFlagsSection.getISAExtensionSetValue(), 4); // isa_ext
61 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases
62 OS.EmitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags
    [all...]
MipsTargetStreamer.cpp 582 OS.EmitIntValue(GPRInfoSet ? GPRBitMask : 0, 4); // reg_mask
583 OS.EmitIntValue(GPRInfoSet ? GPROffset : 0, 4); // reg_offset
585 OS.EmitIntValue(FPRInfoSet ? FPRBitMask : 0, 4); // fpreg_mask
586 OS.EmitIntValue(FPRInfoSet ? FPROffset : 0, 4); // fpreg_offset
588 OS.EmitIntValue(FrameInfoSet ? FrameOffset : 0, 4); // frame_offset
589 OS.EmitIntValue(FrameInfoSet ? FrameReg : 0, 4); // frame_reg
590 OS.EmitIntValue(FrameInfoSet ? ReturnReg : 0, 4); // return_reg
  /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 135 MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1);
140 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1);
146 MCOS->EmitIntValue(dwarf::DW_LNS_extended_op, 1);
148 MCOS->EmitIntValue(dwarf::DW_LNE_set_discriminator, 1);
153 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1);
158 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1);
161 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1);
163 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1);
165 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1);
280 MCOS->EmitIntValue(2, 2)
    [all...]
MCObjectStreamer.cpp 119 EmitIntValue(AbsValue, Size);
309 OS.EmitIntValue(dwarf::DW_LNS_extended_op, 1);
311 OS.EmitIntValue(dwarf::DW_LNE_set_address, 1);
MCELFStreamer.cpp 365 EmitIntValue(0, 1);
369 EmitIntValue(0, 1);
MCAsmStreamer.cpp 163 void EmitIntValue(uint64_t Value, unsigned Size) override;
645 void MCAsmStreamer::EmitIntValue(uint64_t Value, unsigned Size) {
693 EmitIntValue(ValueToEmit, EmissionSize);
    [all...]
  /external/llvm/lib/CodeGen/
StackMaps.cpp 390 OS.EmitIntValue(StackMapVersion, 1); // Version.
391 OS.EmitIntValue(0, 1); // Reserved.
392 OS.EmitIntValue(0, 2); // Reserved.
396 OS.EmitIntValue(FnStackSize.size(), 4);
399 OS.EmitIntValue(ConstPool.size(), 4);
402 OS.EmitIntValue(CSInfos.size(), 4);
418 OS.EmitIntValue(FR.second, 8);
430 OS.EmitIntValue(ConstEntry.second, 8);
475 OS.EmitIntValue(UINT64_MAX, 8); // Invalid ID.
477 OS.EmitIntValue(0, 2); // Reserved
    [all...]
TargetLoweringObjectFileImpl.cpp 529 Streamer.EmitIntValue(VersionVal, 4);
530 Streamer.EmitIntValue(ImageInfoFlags, 4);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 216 Asm->OutStreamer.EmitIntValue(NumEntries, 4);
269 Asm->OutStreamer.EmitIntValue(1, 4);
388 OS.EmitIntValue(0x19930522, 4); // MagicNumber
389 OS.EmitIntValue(FuncInfo.UnwindMap.size(), 4); // MaxState
391 OS.EmitIntValue(FuncInfo.TryBlockMap.size(), 4); // NumTryBlocks
393 OS.EmitIntValue(FuncInfo.IPToStateList.size(), 4); // IPMapEntries
395 OS.EmitIntValue(FuncInfo.UnwindHelpFrameOffset, 4); // UnwindHelp
396 OS.EmitIntValue(0, 4); // ESTypeList
397 OS.EmitIntValue(1, 4); // EHFlags
406 OS.EmitIntValue(UME.ToState, 4); // ToStat
    [all...]
DwarfStringPool.cpp 66 Asm.OutStreamer.EmitIntValue(offset, size);
AsmPrinterDwarf.cpp 68 OutStreamer.EmitIntValue(Val, 1);
125 OutStreamer.EmitIntValue(Val, 1);
156 OutStreamer.EmitIntValue(0, GetSizeOfEncodedValue(Encoding));
AsmPrinter.cpp 497 OutStreamer.EmitIntValue(0, PtrSize);
    [all...]
OcamlGCPrinter.cpp 105 AP.OutStreamer.EmitIntValue(0, IntPtrSize);
DIE.cpp 239 Asm->OutStreamer.EmitIntValue(Integer, Size);
403 AP->OutStreamer.EmitIntValue(Addr, DIEEntry::getRefAddrSize(AP));
431 Asm->OutStreamer.EmitIntValue(Unit.getTypeSignature(), 8);
DwarfDebug.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUAsmPrinter.cpp 224 OutStreamer.EmitIntValue(RsrcReg, 4);
225 OutStreamer.EmitIntValue(S_NUM_GPRS(MaxGPR + 1) |
227 OutStreamer.EmitIntValue(R_02880C_DB_SHADER_CONTROL, 4);
228 OutStreamer.EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4);
231 OutStreamer.EmitIntValue(R_0288E8_SQ_LDS_ALLOC, 4);
232 OutStreamer.EmitIntValue(RoundUpToAlignment(MFI->LDSSize, 4) >> 2, 4);
429 OutStreamer.EmitIntValue(R_00B848_COMPUTE_PGM_RSRC1, 4);
431 OutStreamer.EmitIntValue(KernelInfo.ComputePGMRSrc1, 4);
433 OutStreamer.EmitIntValue(R_00B84C_COMPUTE_PGM_RSRC2, 4);
434 OutStreamer.EmitIntValue(KernelInfo.ComputePGMRSrc2, 4)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUAsmPrinter.cpp 125 OutStreamer.EmitIntValue(MaxSGPR + 1, 4);
126 OutStreamer.EmitIntValue(MaxVGPR + 1, 4);
127 OutStreamer.EmitIntValue(MFI->spi_ps_input_addr, 4);
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 621 MS->EmitIntValue(Range.StartAddress + PcOffset, AddressSize);
622 MS->EmitIntValue(Range.EndAddress + PcOffset, AddressSize);
627 MS->EmitIntValue(0, AddressSize);
628 MS->EmitIntValue(0, AddressSize);
682 MS->EmitIntValue(RangeStart, AddressSize);
685 MS->EmitIntValue(Range->second - RangeStart, AddressSize);
689 Asm->OutStreamer.EmitIntValue(0, AddressSize);
690 Asm->OutStreamer.EmitIntValue(0, AddressSize);
702 MS->EmitIntValue(Range->first + PcOffset, AddressSize);
705 MS->EmitIntValue(Range->second + PcOffset, AddressSize)
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 985 Streamer.EmitIntValue(0x41, 1);
996 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4);
998 Streamer.EmitIntValue(0, 1); // '\0'
1000 Streamer.EmitIntValue(ARMBuildAttrs::File, 1)
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 686 getStreamer().EmitIntValue(Data.size()+1, 4); // namesz.
687 getStreamer().EmitIntValue(0, 4); // descsz = 0 (no description).
688 getStreamer().EmitIntValue(1, 4); // type = NT_VERSION.
690 getStreamer().EmitIntValue(0, 1); // terminate the string.
  /external/llvm/include/llvm/MC/
MCStreamer.h 544 /// EmitIntValue - Special case of EmitValue that avoids the client having
546 virtual void EmitIntValue(uint64_t Value, unsigned Size);
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 466 OutStreamer.EmitIntValue(0, 4/*size*/);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]

Completed in 575 milliseconds

1 2