/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsReginfo.cpp | 57 OS.EmitIntValue(0, 4); // ri_gprmask 58 OS.EmitIntValue(0, 4); // ri_cpr[0]mask 59 OS.EmitIntValue(0, 4); // ri_cpr[1]mask 60 OS.EmitIntValue(0, 4); // ri_cpr[2]mask 61 OS.EmitIntValue(0, 4); // ri_cpr[3]mask 62 OS.EmitIntValue(0, 4); // ri_gp_value 66 OS.EmitIntValue(1, 1); // kind 67 OS.EmitIntValue(40, 1); // size 68 OS.EmitIntValue(0, 2); // section 69 OS.EmitIntValue(0, 4); // inf [all...] |
/external/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 | 149 MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1); 154 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1); 159 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1); 164 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1); 167 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1); 169 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1); 171 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1); 261 MCOS->EmitIntValue(2, 2); 274 MCOS->EmitIntValue(context.getAsmInfo()->getMinInstAlignment(), 1); 275 MCOS->EmitIntValue(DWARF2_LINE_DEFAULT_IS_STMT, 1) [all...] |
MCAsmStreamer.cpp | 186 virtual void EmitIntValue(uint64_t Value, unsigned Size); 432 EmitIntValue(dwarf::DW_CFA_advance_loc4, 1); 662 void MCAsmStreamer::EmitIntValue(uint64_t Value, unsigned Size) { 683 EmitIntValue((uint32_t)(IntValue >> 0 ), 4); 684 EmitIntValue((uint32_t)(IntValue >> 32), 4); 686 EmitIntValue((uint32_t)(IntValue >> 32), 4); 687 EmitIntValue((uint32_t)(IntValue >> 0 ), 4); [all...] |
MCStreamer.cpp | 78 EmitIntValue(dwarf::DW_LNS_extended_op, 1); 80 EmitIntValue(dwarf::DW_LNE_set_address, 1); 87 /// EmitIntValue - Special case of EmitValue that avoids the client having to 89 void MCStreamer::EmitIntValue(uint64_t Value, unsigned Size) {
|
MCObjectStreamer.cpp | 110 EmitIntValue(AbsValue, Size);
|
/external/llvm/lib/Target/R600/ |
AMDGPUAsmPrinter.cpp | 129 OutStreamer.EmitIntValue(RsrcReg, 4); 130 OutStreamer.EmitIntValue(S_NUM_GPRS(MaxGPR + 1) | 132 OutStreamer.EmitIntValue(R_02880C_DB_SHADER_CONTROL, 4); 133 OutStreamer.EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4); 136 OutStreamer.EmitIntValue(R_0288E8_SQ_LDS_ALLOC, 4); 137 OutStreamer.EmitIntValue(RoundUpToAlignment(MFI->LDSSize, 4) >> 2, 4); 234 OutStreamer.EmitIntValue(RsrcReg, 4); 235 OutStreamer.EmitIntValue(S_00B028_VGPRS(MaxVGPR / 4) | S_00B028_SGPRS(MaxSGPR / 8), 4); 238 OutStreamer.EmitIntValue(R_00B84C_COMPUTE_PGM_RSRC2, 4); 239 OutStreamer.EmitIntValue(S_00B84C_LDS_SIZE(RoundUpToAlignment(MFI->LDSSize, 256) >> 8), 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/ |
AsmPrinterDwarf.cpp | 61 OutStreamer.EmitIntValue(Val, 1); 105 OutStreamer.EmitIntValue(Val, 1); 131 OutStreamer.EmitIntValue(0, GetSizeOfEncodedValue(Encoding));
|
AsmPrinter.cpp | 401 OutStreamer.EmitIntValue(0, PtrSize); [all...] |
OcamlGCPrinter.cpp | 103 AP.OutStreamer.EmitIntValue(0, IntPtrSize);
|
DIE.cpp | 229 Asm->OutStreamer.EmitIntValue(Integer, Size);
|
DwarfException.cpp | 610 Asm->OutStreamer.EmitIntValue(0, 4/*size*/);
|
DwarfDebug.cpp | [all...] |
/external/llvm/lib/MC/MCParser/ |
ELFAsmParser.cpp | 549 getStreamer().EmitIntValue(0, 1); 553 getStreamer().EmitIntValue(0, 1); 601 getStreamer().EmitIntValue(Data.size()+1, 4); // namesz. 602 getStreamer().EmitIntValue(0, 4); // descsz = 0 (no description). 603 getStreamer().EmitIntValue(1, 4); // type = NT_VERSION. 605 getStreamer().EmitIntValue(0, 1); // terminate the string.
|
AsmParser.cpp | [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMELFStreamer.cpp | 341 EmitIntValue(EXIDX_CANTUNWIND, 4); 429 EmitIntValue(0, 4);
|
/external/llvm/lib/Target/ARM/ |
ARMAsmPrinter.cpp | 186 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4); 188 Streamer.EmitIntValue(0, 1); // '\0' 190 Streamer.EmitIntValue(ARMBuildAttrs::File, 1); 191 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4); 205 Streamer.EmitIntValue(0, 1); // '\0' 675 OutStreamer.EmitIntValue(0, 4/*size*/); [all...] |
/external/llvm/include/llvm/MC/ |
MCStreamer.h | 425 /// EmitIntValue - Special case of EmitValue that avoids the client having 427 virtual void EmitIntValue(uint64_t Value, unsigned Size);
|
/external/llvm/lib/Target/PowerPC/ |
PPCAsmPrinter.cpp | 753 OutStreamer.EmitIntValue(0, 8 /* size */); 816 OutStreamer.EmitIntValue(0, 4/*size*/); 817 OutStreamer.EmitIntValue(0, 8/*size*/); [all...] |
/external/llvm/lib/CodeGen/ |
TargetLoweringObjectFileImpl.cpp | 479 Streamer.EmitIntValue(VersionVal, 4); 480 Streamer.EmitIntValue(ImageInfoFlags, 4);
|
/external/llvm/lib/Target/X86/ |
X86AsmPrinter.cpp | 577 OutStreamer.EmitIntValue(0, 4/*size*/);
|