Searched defs:Emit (Results 1 - 25 of 46) sorted by relevance

12

/external/v8/src/regexp/
H A Dregexp-macro-assembler-irregexp-inl.h16 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte, function in class:v8::internal::RegExpMacroAssemblerIrregexp
/external/llvm/lib/TableGen/
H A DStringMatcher.cpp82 // Emit code to break out if the prefix doesn't match.
122 /// Emit - Top level entry point.
124 void StringMatcher::Emit(unsigned Indent) const { function in class:StringMatcher
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DStringMatcher.cpp82 // Emit code to break out if the prefix doesn't match.
122 /// Emit - Top level entry point.
124 void StringMatcher::Emit(unsigned Indent) const { function in class:StringMatcher
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DLexer.cs150 Emit();
222 public virtual void Emit( IToken token ) method in class:Antlr.Runtime.Lexer
240 public virtual IToken Emit() method in class:Antlr.Runtime.Lexer
246 Emit( t );
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDIE.cpp54 /// Emit - Print the abbreviation using the specified asm printer.
56 void DIEAbbrev::Emit(AsmPrinter *AP) const { function in class:DIEAbbrev
57 // Emit its Dwarf tag type.
61 // Emit whether it has children DIEs.
69 // Emit attribute type.
74 // Emit form type.
188 /// EmitValue - Emit integer of appropriate size.
242 /// EmitValue - Emit string value.
246 // Emit nul terminator.
260 /// EmitValue - Emit labe
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLexer.cs127 Emit();
182 public virtual void Emit(IToken token) { method in class:Antlr.Runtime.Lexer
199 public virtual IToken Emit() { method in class:Antlr.Runtime.Lexer
204 Emit(t);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimLexer.cs157 Emit();
226 //public void Emit( T token )
244 public void Emit() method in class:Antlr.Runtime.SlimLexer
255 //Emit( t );
262 //Emit( t );
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp62 /// Emit - Print the abbreviation using the specified asm printer.
64 void DIEAbbrev::Emit(const AsmPrinter *AP) const { function in class:DIEAbbrev
65 // Emit its Dwarf tag type.
68 // Emit whether it has children DIEs.
75 // Emit attribute type.
79 // Emit form type.
240 /// EmitValue - Emit integer of appropriate size.
246 // Emit something to keep the lines and comments in sync.
318 /// EmitValue - Emit expression value.
340 /// EmitValue - Emit labe
[all...]
/external/llvm/lib/MC/
H A DMCWin64EH.cpp190 // Emit unwind instructions (in reverse order).
221 void llvm::Win64EH::UnwindEmitter::Emit(MCStreamer &Streamer) const { function in class:llvm::Win64EH::UnwindEmitter
222 // Emit the unwind info structs first.
240 // here and from Emit().
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCWin64EH.cpp180 // Emit unwind instructions (in reverse order).
250 // here and from Emit().
259 void MCWin64EHUnwindEmitter::Emit(MCStreamer &streamer) { function in class:llvm::MCWin64EHUnwindEmitter
261 // Emit the unwind info structs first.
H A DMCDwarf.cpp37 // "standard_opcode_lengths" table that is emitted in DwarfFileTable::Emit().
184 // Emit a DW_LNE_end_sequence for the end of the section.
210 void MCDwarfFileTable::Emit(MCStreamer *MCOS) { function in class:MCDwarfFileTable
317 MCDwarfLineAddr::Emit(MCOS, INT64_MAX, 0);
335 void MCDwarfLineAddr::Emit(MCStreamer *MCOS, int64_t LineDelta, function in class:MCDwarfLineAddr
513 /// EmitCompactUnwind - Emit the unwind information in a compact way. If
662 /// EmitFrameMoves - Emit frame instructions to describe the layout of the
687 /// EmitCompactUnwind - Emit the unwind information in a compact way. If we're
1009 void MCDwarfFrameEmitter::Emit(MCStreamer &Streamer, function in class:MCDwarfFrameEmitter
1018 // Emit th
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dllvm_loop.cc55 loop->Emit(ir_builder);
59 void ForLoop::Emit(llvm::IRBuilder<>* ir_builder) { function in class:xla::llvm_ir::ForLoop
93 // Emit alloca for the induction variable. We do this at the entry to the
112 // Emit the loop conditional branch. Load and compare indvar with ending
200 loop->Emit(ir_builder_);
/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h288 void Emit(const DiagnosticBuilder &DB) const { function in class:clang::PartialDiagnostic
316 Emit(DB);
401 PD.Emit(DB);
H A DDiagnostic.h811 /// \brief Emit the current diagnostic and clear the diagnostic state.
813 /// \param Force Emit the diagnostic regardless of suppression settings.
881 // Emit() would end up with if we used that as our status variable.
924 bool Emit() { function in class:clang::DiagnosticBuilder
960 Emit();
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp55 void Emit(uint32_t value, raw_ostream &OS) const;
56 void Emit(uint64_t value, raw_ostream &OS) const;
103 Emit(InstWord01, OS);
104 Emit(InstWord2, OS);
105 Emit((uint32_t) 0, OS);
127 Emit(Word01, OS);
128 Emit(Word2, OS);
129 Emit((uint32_t) 0, OS);
139 Emit(Inst, OS);
143 void R600MCCodeEmitter::Emit(uint32_ function in class:R600MCCodeEmitter
147 void R600MCCodeEmitter::Emit(uint64_t Value, raw_ostream &OS) const { function in class:R600MCCodeEmitter
[all...]
/external/perf_data_converter/src/
H A Dbuilder.cc75 bool Builder::Emit(string *output) { function in class:perftools::profiles::Builder
/external/v8/src/
H A Dsafepoint-table.cc138 void SafepointTableBuilder::Emit(Assembler* assembler, int bits_per_entry) { function in class:v8::internal::SafepointTableBuilder
151 // Emit the table header.
156 // Emit sorted table of pc offsets together with deoptimization indexes.
163 // Emit table of bitmaps.
196 // Emit the bitmap for the current entry.
/external/vixl/src/
H A Dcode-buffer-vixl.h114 void Emit8(uint8_t data) { Emit(data); }
116 void Emit16(uint16_t data) { Emit(data); }
118 void Emit32(uint32_t data) { Emit(data); }
120 void Emit64(uint64_t data) { Emit(data); }
127 void Emit(T value) { function in class:vixl::CodeBuffer
H A Dpool-manager-impl.h39 T PoolManager<T>::Emit(MacroAssemblerInterface* masm, function in class:vixl::PoolManager
55 // Emit header.
/external/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h115 void Emit(uint32_t Val, unsigned NumBits) { function in class:llvm::BitstreamWriter
136 Emit((uint32_t)Val, NumBits);
138 Emit((uint32_t)Val, 32);
139 Emit((uint32_t)(Val >> 32), NumBits-32);
155 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
157 Emit((Val & ((1 << (NumBits-1))-1)) | (1 << (NumBits-1)), NumBits);
161 Emit(Val, NumBits);
171 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
173 Emit(((uint32_t)Val & ((1 << (NumBits-1))-1)) |
178 Emit((uint32_
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
H A DBitstreamWriter.h90 void Emit(uint32_t Val, unsigned NumBits) { function in class:llvm::BitstreamWriter
115 Emit((uint32_t)Val, NumBits);
117 Emit((uint32_t)Val, 32);
118 Emit((uint32_t)(Val >> 32), NumBits-32);
137 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
139 Emit((Val & ((1 << (NumBits-1))-1)) | (1 << (NumBits-1)), NumBits);
143 Emit(Val, NumBits);
152 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
154 Emit(((uint32_t)Val & ((1 << (NumBits-1))-1)) |
159 Emit((uint32_
[all...]
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h142 /// \brief Emit the table to Out, which must not be at offset 0.
143 offset_type Emit(raw_ostream &Out) { function in class:llvm::OnDiskChainedHashTableGenerator
145 return Emit(Out, InfoObj);
148 /// \brief Emit the table to Out, which must not be at offset 0.
151 offset_type Emit(raw_ostream &Out, Info &InfoObj) { function in class:llvm::OnDiskChainedHashTableGenerator
171 // Emit the payload of the table.
216 // Emit the hashtable itself.
300 /// produced by OnDiskHashTableGenerator::Emit, and advance the Buckets
411 /// OnDiskHashTableGenerator::Emit.
593 /// OnDiskHashTableGenerator::Emit
[all...]
/external/v8/src/wasm/
H A Dwasm-module-builder.cc35 // Emit a section code and the size as a padded varint that can be patched
38 // Emit the section code.
41 // Emit a placeholder for the length.
111 void WasmFunctionBuilder::Emit(WasmOpcode opcode) { function in class:v8::internal::wasm::WasmFunctionBuilder
207 locals_.Emit(*ptr);
324 // == Emit magic =============================================================
329 // == Emit signatures ========================================================
348 // == Emit imports ===========================================================
363 // == Emit function signatures ===============================================
397 // == Emit global
[all...]
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp48 uint64_t Emit(Decl *D) { function in class:clang::ASTDeclWriter
52 return Record.Emit(Code, AbbrevToUse);
1322 // Emit data to initialize CommonOrPrev before VisitTemplateDecl so that
1558 /// \brief Emit the DeclContext part of a declaration context decl.
1596 // Emit a list of all imported first declarations so that we can be sure
1620 Record.AddOffset(LocalRedeclWriter.Emit(LOCAL_REDECLARATIONS));
2151 // Emit this declaration to the bitstream.
2152 uint64_t Offset = W.Emit(D);
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Ddot_op_emitter.cc165 void Emit();
223 void ColumnMajorMatrixVectorProductEmitter::Emit() { function in class:xla::cpu::__anon25556::ColumnMajorMatrixVectorProductEmitter
389 void Emit();
466 void RowMajorMatrixVectorProductEmitter::Emit() { function in class:xla::cpu::__anon25556::RowMajorMatrixVectorProductEmitter
557 return dot_emitter.Emit();
665 emitter.Emit();
688 emitter.Emit();
695 tensorflow::Status DotOpEmitter::Emit() { function in class:xla::cpu::DotOpEmitter
793 // - Emit alloca for accumulator

Completed in 697 milliseconds

12