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

1 2

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.cpp 47 OS.EmitIntValue(ABIFlagsSection.getVersionValue(), 2); // version
48 OS.EmitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level
49 OS.EmitIntValue(ABIFlagsSection.getISARevisionValue(), 1); // isa_rev
50 OS.EmitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size
51 OS.EmitIntValue(ABIFlagsSection.getCPR1SizeValue(), 1); // cpr1_size
52 OS.EmitIntValue(ABIFlagsSection.getCPR2SizeValue(), 1); // cpr2_size
53 OS.EmitIntValue(ABIFlagsSection.getFpABIValue(), 1); // fp_abi
54 OS.EmitIntValue(ABIFlagsSection.getISAExtensionSetValue(), 4); // isa_ext
55 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases
56 OS.EmitIntValue(ABIFlagsSection.getFlags1Value(), 4); // flags
    [all...]
MipsTargetStreamer.cpp 335 OS.EmitIntValue(1, 1); // kind
336 OS.EmitIntValue(40, 1); // size
337 OS.EmitIntValue(0, 2); // section
338 OS.EmitIntValue(0, 4); // info
339 OS.EmitIntValue(0, 4); // ri_gprmask
340 OS.EmitIntValue(0, 4); // pad
341 OS.EmitIntValue(0, 4); // ri_cpr[0]mask
342 OS.EmitIntValue(0, 4); // ri_cpr[1]mask
343 OS.EmitIntValue(0, 4); // ri_cpr[2]mask
344 OS.EmitIntValue(0, 4); // ri_cpr[3]mas
    [all...]
  /external/llvm/lib/MC/
MCWin64EH.cpp 70 streamer.EmitIntValue(b2, 1);
76 streamer.EmitIntValue(b2, 1);
78 streamer.EmitIntValue(w, 2);
81 streamer.EmitIntValue(b2, 1);
84 streamer.EmitIntValue(w, 2);
89 streamer.EmitIntValue(b2, 1);
93 streamer.EmitIntValue(b2, 1);
99 streamer.EmitIntValue(b2, 1);
103 streamer.EmitIntValue(w, 2);
109 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);
272 MCOS->EmitIntValue(2, 2)
    [all...]
MCELFStreamer.cpp 306 EmitIntValue(0, 1);
310 EmitIntValue(0, 1);
MCStreamer.cpp 98 EmitIntValue(dwarf::DW_LNS_extended_op, 1);
100 EmitIntValue(dwarf::DW_LNE_set_address, 1);
107 /// EmitIntValue - Special case of EmitValue that avoids the client having to
109 void MCStreamer::EmitIntValue(uint64_t Value, unsigned Size) {
MCAsmStreamer.cpp 164 void EmitIntValue(uint64_t Value, unsigned Size) override;
642 void MCAsmStreamer::EmitIntValue(uint64_t Value, unsigned Size) {
686 EmitIntValue(ValueToEmit, EmissionSize);
    [all...]
MCObjectStreamer.cpp 106 EmitIntValue(AbsValue, Size);
  /external/llvm/lib/Target/R600/
AMDGPUAsmPrinter.cpp 200 OutStreamer.EmitIntValue(RsrcReg, 4);
201 OutStreamer.EmitIntValue(S_NUM_GPRS(MaxGPR + 1) |
203 OutStreamer.EmitIntValue(R_02880C_DB_SHADER_CONTROL, 4);
204 OutStreamer.EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4);
207 OutStreamer.EmitIntValue(R_0288E8_SQ_LDS_ALLOC, 4);
208 OutStreamer.EmitIntValue(RoundUpToAlignment(MFI->LDSSize, 4) >> 2, 4);
348 OutStreamer.EmitIntValue(R_00B848_COMPUTE_PGM_RSRC1, 4);
360 OutStreamer.EmitIntValue(ComputePGMRSrc1, 4);
362 OutStreamer.EmitIntValue(R_00B84C_COMPUTE_PGM_RSRC2, 4);
363 OutStreamer.EmitIntValue(S_00B84C_LDS_SIZE(LDSBlocks), 4)
    [all...]
  /external/llvm/lib/CodeGen/
StackMaps.cpp 286 OS.EmitIntValue(StackMapVersion, 1); // Version.
287 OS.EmitIntValue(0, 1); // Reserved.
288 OS.EmitIntValue(0, 2); // Reserved.
292 OS.EmitIntValue(FnStackSize.size(), 4);
295 OS.EmitIntValue(ConstPool.size(), 4);
298 OS.EmitIntValue(CSInfos.size(), 4);
314 OS.EmitIntValue(FR.second, 8);
326 OS.EmitIntValue(ConstEntry.second, 8);
374 OS.EmitIntValue(UINT64_MAX, 8); // Invalid ID.
376 OS.EmitIntValue(0, 2); // Reserved
    [all...]
TargetLoweringObjectFileImpl.cpp 500 Streamer.EmitIntValue(VersionVal, 4);
501 Streamer.EmitIntValue(ImageInfoFlags, 4);
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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/lib/CodeGen/AsmPrinter/
DwarfStringPool.cpp 70 Asm.OutStreamer.EmitIntValue(offset, size);
AsmPrinterDwarf.cpp 64 OutStreamer.EmitIntValue(Val, 1);
121 OutStreamer.EmitIntValue(Val, 1);
152 OutStreamer.EmitIntValue(0, GetSizeOfEncodedValue(Encoding));
AsmPrinter.cpp 483 OutStreamer.EmitIntValue(0, PtrSize);
    [all...]
OcamlGCPrinter.cpp 103 AP.OutStreamer.EmitIntValue(0, IntPtrSize);
DwarfDebug.cpp     [all...]
DIE.cpp 232 Asm->OutStreamer.EmitIntValue(Integer, Size);
421 Asm->OutStreamer.EmitIntValue(Unit.getTypeSignature(), 8);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 945 Streamer.EmitIntValue(0x41, 1);
956 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4);
958 Streamer.EmitIntValue(0, 1); // '\0'
960 Streamer.EmitIntValue(ARMBuildAttrs::File, 1);
961 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4);
975 Streamer.EmitIntValue(0, 1); // '\0'
980 Streamer.EmitIntValue(0, 1); // '\0'
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 706 getStreamer().EmitIntValue(Data.size()+1, 4); // namesz.
707 getStreamer().EmitIntValue(0, 4); // descsz = 0 (no description).
708 getStreamer().EmitIntValue(1, 4); // type = NT_VERSION.
710 getStreamer().EmitIntValue(0, 1); // terminate the string.
AsmParser.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 744 OutStreamer.EmitIntValue(0, 8 /* size */);
810 OutStreamer.EmitIntValue(0, 4/*size*/);
811 OutStreamer.EmitIntValue(0, 8/*size*/);
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 556 /// EmitIntValue - Special case of EmitValue that avoids the client having
558 virtual void EmitIntValue(uint64_t Value, unsigned Size);
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 493 OutStreamer.EmitIntValue(0, 4/*size*/);
    [all...]

Completed in 277 milliseconds

1 2