Home
last modified time | relevance | path

Searched refs:EmitIntValue (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsReginfo.cpp57 OS.EmitIntValue(0, 4); // ri_gprmask in emitMipsReginfoSectionCG()
58 OS.EmitIntValue(0, 4); // ri_cpr[0]mask in emitMipsReginfoSectionCG()
59 OS.EmitIntValue(0, 4); // ri_cpr[1]mask in emitMipsReginfoSectionCG()
60 OS.EmitIntValue(0, 4); // ri_cpr[2]mask in emitMipsReginfoSectionCG()
61 OS.EmitIntValue(0, 4); // ri_cpr[3]mask in emitMipsReginfoSectionCG()
62 OS.EmitIntValue(0, 4); // ri_gp_value in emitMipsReginfoSectionCG()
66 OS.EmitIntValue(1, 1); // kind in emitMipsReginfoSectionCG()
67 OS.EmitIntValue(40, 1); // size in emitMipsReginfoSectionCG()
68 OS.EmitIntValue(0, 2); // section in emitMipsReginfoSectionCG()
69 OS.EmitIntValue(0, 4); // info in emitMipsReginfoSectionCG()
[all …]
/external/llvm/lib/MC/
DMCDwarf.cpp155 MCOS->EmitIntValue(dwarf::DW_LNS_set_file, 1); in EmitDwarfLineTable()
160 MCOS->EmitIntValue(dwarf::DW_LNS_set_column, 1); in EmitDwarfLineTable()
165 MCOS->EmitIntValue(dwarf::DW_LNS_set_isa, 1); in EmitDwarfLineTable()
170 MCOS->EmitIntValue(dwarf::DW_LNS_negate_stmt, 1); in EmitDwarfLineTable()
173 MCOS->EmitIntValue(dwarf::DW_LNS_set_basic_block, 1); in EmitDwarfLineTable()
175 MCOS->EmitIntValue(dwarf::DW_LNS_set_prologue_end, 1); in EmitDwarfLineTable()
177 MCOS->EmitIntValue(dwarf::DW_LNS_set_epilogue_begin, 1); in EmitDwarfLineTable()
265 MCOS->EmitIntValue(2, 2); in EmitCU()
278 MCOS->EmitIntValue(DWARF2_LINE_MIN_INSN_LENGTH, 1); in EmitCU()
279 MCOS->EmitIntValue(DWARF2_LINE_DEFAULT_IS_STMT, 1); in EmitCU()
[all …]
DMCWin64EH.cpp74 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
80 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
82 streamer.EmitIntValue(w, 2); in EmitUnwindCode()
85 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
88 streamer.EmitIntValue(w, 2); in EmitUnwindCode()
93 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
97 streamer.EmitIntValue(b1, 1); in EmitUnwindCode()
98 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
104 streamer.EmitIntValue(b2, 1); in EmitUnwindCode()
108 streamer.EmitIntValue(w, 2); in EmitUnwindCode()
[all …]
DMCAsmStreamer.cpp191 virtual void EmitIntValue(uint64_t Value, unsigned Size,
440 EmitIntValue(dwarf::DW_CFA_advance_loc4, 1); in EmitDwarfAdvanceFrameAddr()
669 void MCAsmStreamer::EmitIntValue(uint64_t Value, unsigned Size, in EmitIntValue() function in MCAsmStreamer
691 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace); in EmitValueImpl()
692 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace); in EmitValueImpl()
694 EmitIntValue((uint32_t)(IntValue >> 32), 4, AddrSpace); in EmitValueImpl()
695 EmitIntValue((uint32_t)(IntValue >> 0 ), 4, AddrSpace); in EmitValueImpl()
DMCStreamer.cpp79 EmitIntValue(dwarf::DW_LNS_extended_op, 1); in EmitDwarfSetLineAddr()
81 EmitIntValue(dwarf::DW_LNE_set_address, 1); in EmitDwarfSetLineAddr()
90 void MCStreamer::EmitIntValue(uint64_t Value, unsigned Size, in EmitIntValue() function in MCStreamer
DMCObjectStreamer.cpp105 EmitIntValue(AbsValue, Size, AddrSpace); in EmitValueImpl()
/external/llvm/lib/Target/R600/
DAMDGPUAsmPrinter.cpp142 OutStreamer.EmitIntValue(MaxSGPR + 1, 4); in EmitProgramInfo()
143 OutStreamer.EmitIntValue(MaxVGPR + 1, 4); in EmitProgramInfo()
144 OutStreamer.EmitIntValue(MFI->PSInputAddr, 4); in EmitProgramInfo()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp61 OutStreamer.EmitIntValue(Val, 1); in EmitCFAByte()
105 OutStreamer.EmitIntValue(Val, 1); in EmitEncodingByte()
131 OutStreamer.EmitIntValue(0, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference()
DAsmPrinter.cpp395 OutStreamer.EmitIntValue(0, PtrSize); in EmitGlobalVariable()
1329 OutStreamer.EmitIntValue(Value, 1); in EmitInt8()
1335 OutStreamer.EmitIntValue(Value, 2); in EmitInt16()
1341 OutStreamer.EmitIntValue(Value, 4); in EmitInt32()
1648 AP.OutStreamer.EmitIntValue(CDS->getElementAsInteger(i), in emitGlobalConstantDataSequential()
1664 AP.OutStreamer.EmitIntValue(I, 4, AddrSpace); in emitGlobalConstantDataSequential()
1677 AP.OutStreamer.EmitIntValue(I, 8, AddrSpace); in emitGlobalConstantDataSequential()
1774 AP.OutStreamer.EmitIntValue(p[Chunk--], TrailingBytes, AddrSpace); in emitGlobalConstantFP()
1777 AP.OutStreamer.EmitIntValue(p[Chunk], sizeof(uint64_t), AddrSpace); in emitGlobalConstantFP()
1781 AP.OutStreamer.EmitIntValue(p[Chunk], sizeof(uint64_t), AddrSpace); in emitGlobalConstantFP()
[all …]
DOcamlGCPrinter.cpp103 AP.OutStreamer.EmitIntValue(0, IntPtrSize); in finishAssembly()
DDIE.cpp220 Asm->OutStreamer.EmitIntValue(Integer, Size); in EmitValue()
DDwarfDebug.cpp2238 Asm->OutStreamer.EmitIntValue(offset, size); in emitStrings()
2271 Asm->OutStreamer.EmitIntValue(0, Asm->getDataLayout().getPointerSize()); in emitAddresses()
2307 Asm->OutStreamer.EmitIntValue(0, Size); in emitDebugLoc()
2308 Asm->OutStreamer.EmitIntValue(0, Size); in emitDebugLoc()
2400 Asm->OutStreamer.EmitIntValue(0, Size); in emitDebugRanges()
DDwarfException.cpp610 Asm->OutStreamer.EmitIntValue(0, 4/*size*/); in EmitExceptionTable()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp528 getStreamer().EmitIntValue(0, 1); in ParseDirectiveIdent()
532 getStreamer().EmitIntValue(0, 1); in ParseDirectiveIdent()
580 getStreamer().EmitIntValue(Data.size()+1, 4); // namesz. in ParseDirectiveVersion()
581 getStreamer().EmitIntValue(0, 4); // descsz = 0 (no description). in ParseDirectiveVersion()
582 getStreamer().EmitIntValue(1, 4); // type = NT_VERSION. in ParseDirectiveVersion()
584 getStreamer().EmitIntValue(0, 1); // terminate the string. in ParseDirectiveVersion()
DAsmParser.cpp2227 getStreamer().EmitIntValue(IntValue, Size, DEFAULT_ADDRSPACE); in ParseDirectiveValue()
2287 getStreamer().EmitIntValue(AsInt.getLimitedValue(), in ParseDirectiveRealValue()
2363 getStreamer().EmitIntValue(FillExpr, FillSize, DEFAULT_ADDRSPACE); in ParseDirectiveFill()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp318 EmitIntValue(Entry, 4, 0); in EmitFnEnd()
335 EmitIntValue(EXIDX_CANTUNWIND, 4, 0); in EmitFnEnd()
381 EmitIntValue(Entry, 4, 0); in EmitHandlerData()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp186 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4); in Finish()
188 Streamer.EmitIntValue(0, 1); // '\0' in Finish()
190 Streamer.EmitIntValue(ARMBuildAttrs::File, 1); in Finish()
191 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4); in Finish()
205 Streamer.EmitIntValue(0, 1); // '\0' in Finish()
665 OutStreamer.EmitIntValue(0, 4/*size*/); in EmitEndOfAsmFile()
881 OutStreamer.EmitIntValue(0x41, 1); in emitARMAttributeSection()
1690 OutStreamer.EmitIntValue(Val, 4); in EmitInstruction()
1699 OutStreamer.EmitIntValue(Val, 4); in EmitInstruction()
1709 OutStreamer.EmitIntValue(Val, 2); in EmitInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp745 OutStreamer.EmitIntValue(0, 8 /* size */); in EmitFunctionEntryLabel()
808 OutStreamer.EmitIntValue(0, 4/*size*/); in EmitFunctionBodyEnd()
809 OutStreamer.EmitIntValue(0, 8/*size*/); in EmitFunctionBodyEnd()
1064 OutStreamer.EmitIntValue(0, isPPC64 ? 8 : 4/*size*/); in doFinalization()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp479 Streamer.EmitIntValue(VersionVal, 4); in emitModuleFlags()
480 Streamer.EmitIntValue(ImageInfoFlags, 4); in emitModuleFlags()
/external/llvm/include/llvm/MC/
DMCStreamer.h418 virtual void EmitIntValue(uint64_t Value, unsigned Size,
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp577 OutStreamer.EmitIntValue(0, 4/*size*/); in EmitEndOfAsmFile()