Home
last modified time | relevance | path

Searched refs:Emit (Results 1 – 25 of 584) sorted by relevance

12345678910>>...24

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp52 void Emit(uint32_t value, raw_ostream &OS) const;
53 void Emit(uint64_t value, raw_ostream &OS) const;
112 Emit(InstWord01, OS); in encodeInstruction()
113 Emit(InstWord2, OS); in encodeInstruction()
114 Emit((uint32_t) 0, OS); in encodeInstruction()
136 Emit(Word01, OS); in encodeInstruction()
137 Emit(Word2, OS); in encodeInstruction()
138 Emit((uint32_t) 0, OS); in encodeInstruction()
148 Emit(Inst, OS); in encodeInstruction()
152 void R600MCCodeEmitter::Emit(uint32_t Value, raw_ostream &OS) const { in Emit() function in R600MCCodeEmitter
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.opt39 Emit IEEE-conformant code, without inexact exceptions.
58 Emit code for the byte/word ISA extension.
62 Emit code for the motion video ISA extension.
66 Emit code for the fp move and sqrt ISA extension.
70 Emit code for the counting ISA extension.
74 Emit code using explicit relocation directives.
78 Emit 16-bit relocations to the small data areas.
82 Emit 32-bit relocations to the small data areas.
86 Emit direct branches to local functions.
90 Emit indirect branches to local functions.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.opt39 Emit IEEE-conformant code, without inexact exceptions.
58 Emit code for the byte/word ISA extension.
62 Emit code for the motion video ISA extension.
66 Emit code for the fp move and sqrt ISA extension.
70 Emit code for the counting ISA extension.
74 Emit code using explicit relocation directives.
78 Emit 16-bit relocations to the small data areas.
82 Emit 32-bit relocations to the small data areas.
86 Emit direct branches to local functions.
90 Emit indirect branches to local functions.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h202 void Emit(uint32_t Val, unsigned NumBits) { in Emit() function
235 Emit((Val & ((1 << (NumBits-1))-1)) | (1 << (NumBits-1)), NumBits); in EmitVBR()
239 Emit(Val, NumBits); in EmitVBR()
251 Emit(((uint32_t)Val & ((1 << (NumBits-1))-1)) | in EmitVBR64()
256 Emit((uint32_t)Val, NumBits); in EmitVBR64()
261 Emit(Val, CurCodeSize); in EmitCode()
294 Emit(0, bitc::BlockSizeWidth); in EnterSubblock()
358 Emit((unsigned)V, (unsigned)Op.getEncodingData()); in EmitAbbreviatedField()
365 Emit(BitCodeAbbrevOp::EncodeChar6((char)V), 6); in EmitAbbreviatedField()
558 Emit(Op.isLiteral(), 1); in EncodeAbbrev()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp33 StringMatcher("Name", Matches, OS).Emit(); in EmitClangCommentHTMLTags()
55 StringMatcher("Name", MatchesEndTagOptional, OS).Emit(); in EmitClangCommentHTMLTagsProperties()
60 StringMatcher("Name", MatchesEndTagForbidden, OS).Emit(); in EmitClangCommentHTMLTagsProperties()
H A DClangOpenCLBuiltinEmitter.cpp90 void Emit();
233 void BuiltinNameEmitter::Emit() { in Emit() function in BuiltinNameEmitter
644 StringMatcher("Name", ValidBuiltins, OS).Emit(0, true); in EmitStringMatcher()
866 NameChecker.Emit(); in EmitClangOpenCLBuiltins()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAttributes.cpp42 auto Emit = [&](ArrayRef<StringRef> KindNames, StringRef MacroName) { in emitTargetIndependentNames() local
57 Emit({"EnumAttr", "TypeAttr", "IntAttr"}, "ATTRIBUTE_ENUM"); in emitTargetIndependentNames()
58 Emit({"StrBoolAttr"}, "ATTRIBUTE_STRBOOL"); in emitTargetIndependentNames()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h240 Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
243 Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
304 void Emit(MCStreamer &MCOS, MCDwarfLineTableParams Params,
398 static void Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
408 static void Emit(MCStreamer *MCOS);
642 static void Emit(MCObjectStreamer &streamer, MCAsmBackend *MAB, bool isEH);
H A DMCWin64EH.h55 void Emit(MCStreamer &Streamer) const override;
62 void Emit(MCStreamer &Streamer) const override;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DPartialDiagnostic.h147 void Emit(const DiagnosticBuilder &DB) const { in Emit() function
175 Emit(DB); in EmitToString()
202 PD.Emit(DB);
H A DCodeGenOptions.def47 CODEGENOPT(CXXCtorDtorAliases, 1, 0) ///< Emit complete ctors/dtors as linker
71 CODEGENOPT(EmitCallSiteInfo, 1, 0) ///< Emit call site info only in the case of
82 CODEGENOPT(EmitDeclMetadata , 1, 0) ///< Emit special metadata indicating what
86 CODEGENOPT(EmitVersionIdentMetadata , 1, 1) ///< Emit compiler version metadata.
87 CODEGENOPT(EmitGcovArcs , 1, 0) ///< Emit coverage data files, aka. GCDA.
88 CODEGENOPT(EmitGcovNotes , 1, 0) ///< Emit coverage "notes" files, aka GCNO.
89 CODEGENOPT(EmitOpenCLArgMetadata , 1, 0) ///< Emit OpenCL kernel arg metadata.
150 CODEGENOPT(LTOUnit, 1, 0) ///< Emit IR to support LTO unit features (CFI, whole
156 CODEGENOPT(IncrementalLinkerCompatible, 1, 0) ///< Emit an object file which can
273 CODEGENOPT(UnwindTables , 1, 0) ///< Emit unwind tables.
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DEHScopeStack.h191 virtual void Emit(CodeGenFunction &CGF, Flags flags) = 0;
208 void Emit(CodeGenFunction &CGF, Flags flags) override {
209 restore(CGF, std::index_sequence_for<As...>()).Emit(CGF, flags);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DREADME.txt10 * Emit the 'Branch on Integer Register with Prediction' instructions. It's
49 * Emit MULX/[SU]DIVX instructions in V9 mode instead of fiddling
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/
H A Demit-alphabet.bf2 Emit the uppercase alphabet
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
H A Demit-alphabet.bf2 Emit the uppercase alphabet
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DStringMatcher.h44 void Emit(unsigned Indent = 0, bool IgnoreDuplicates = false) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp776 Stream.Emit((unsigned)'B', 8); in writeIndex()
777 Stream.Emit((unsigned)'C', 8); in writeIndex()
778 Stream.Emit((unsigned)'G', 8); in writeIndex()
779 Stream.Emit((unsigned)'I', 8); in writeIndex()
832 BucketOffset = Generator.Emit(Out, Trait); in writeIndex()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.opt20 Emit warnings when run-time relocations are generated.
24 Emit errors when run-time relocations are generated.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/cris/
H A Dcris.opt64 Emit verbose debug information in assembly code.
180 Emit traps as \"break 8\", default for CRIS v3 and up. If disabled, calls to abort() are used.
184 Emit checks causing \"break 8\" instructions to execute when applying atomic builtins on misaligned…
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectStreamer.cpp178 MCDwarfFrameEmitter::Emit(*this, MAB, true); in emitFrames()
181 MCDwarfFrameEmitter::Emit(*this, MAB, false); in emitFrames()
488 MCDwarfLineAddr::Emit(&OS, Params, LineDelta, 0); in emitDwarfSetLineAddr()
503 MCDwarfLineAddr::Emit(this, Assembler->getDWARFLinetableParams(), LineDelta, in emitDwarfAdvanceLineAddr()
870 MCGenDwarfInfo::Emit(this); in finishImpl()
H A DMCDwarf.cpp263 void MCDwarfDwoLineTable::Emit(MCStreamer &MCOS, MCDwarfLineTableParams Params, in Emit() function in MCDwarfDwoLineTable
269 MCOS.emitLabel(Header.Emit(&MCOS, Params, None, NoLineStr).second); in Emit()
273 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, in Emit() function in MCDwarfLineTableHeader
291 return Emit( in Emit()
452 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, in Emit() function in MCDwarfLineTableHeader
521 MCSymbol *LineEndSym = Header.Emit(MCOS, Params, LineStr).second; in emitCU()
639 void MCDwarfLineAddr::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params, in Emit() function in MCDwarfLineAddr
1156 void MCGenDwarfInfo::Emit(MCStreamer *MCOS) { in Emit() function in MCGenDwarfInfo
1851 void MCDwarfFrameEmitter::Emit(MCObjectStreamer &Streamer, MCAsmBackend *MAB, in Emit() function in MCDwarfFrameEmitter
/netbsd-src/external/gpl2/diffutils/dist/m4/
H A Dgnu-source.m420 # Emit this code into config.h.in.
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer.opt195 Emit more verbose descriptions of control flow in diagnostics.
199 Emit more verbose descriptions of state changes in diagnostics.
223 Emit diagnostics showing the location of nodes in the exploded graph.
255 Emit custom warnings with internal details intended for analyzer developers.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dcris.opt64 Emit verbose debug information in assembly code.
180 Emit traps as \"break 8\", default for CRIS v3 and up. If disabled, calls to abort() are used.
184 Emit checks causing \"break 8\" instructions to execute when applying atomic builtins on misaligned…
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Danalyzer.opt135 Emit more verbose descriptions of control flow in diagnostics.
139 Emit more verbose descriptions of state changes in diagnostics.
163 Emit diagnostics showing the location of nodes in the exploded graph.

12345678910>>...24