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

1 2 3

  /external/v8/src/
regexp-macro-assembler-irregexp.cc 94 Emit(BC_POP_REGISTER, register_index);
103 Emit(BC_PUSH_REGISTER, register_index);
111 Emit(BC_SET_REGISTER_TO_CP, register_index);
128 Emit(BC_SET_CP_TO_REGISTER, register_index);
136 Emit(BC_SET_REGISTER_TO_SP, register_index);
144 Emit(BC_SET_SP_TO_REGISTER, register_index);
150 Emit(BC_SET_CURRENT_POSITION_FROM_END, by);
157 Emit(BC_SET_REGISTER, register_index);
165 Emit(BC_ADVANCE_REGISTER, register_index);
171 Emit(BC_POP_CP, 0)
    [all...]
regexp-macro-assembler-irregexp-inl.h 43 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte,
regexp-macro-assembler-irregexp.h 117 inline void Emit(uint32_t bc, uint32_t arg);
jsregexp.h 608 virtual void Emit(RegExpCompiler* compiler, Trace* trace) = 0;
785 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
852 virtual void Emit(RegExpCompiler* compiler, Trace* trace);
    [all...]
jsregexp.cc 666 // at the point where they are needed by a recursive call to Emit(). If
667 // the node has already been code generated then the Emit() call will
669 // limit recursion it is possible for the Emit() function to put the node
708 // will emit code to bring the actual state into line with the virtual state.
    [all...]
  /external/clang/utils/TableGen/
ClangCommentHTMLTagsEmitter.cpp 36 StringMatcher("Name", Matches, OS).Emit();
60 StringMatcher("Name", MatchesEndTagOptional, OS).Emit();
65 StringMatcher("Name", MatchesEndTagForbidden, OS).Emit();
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 79 StringMatcher("Name", NameToUTF8, OS).Emit();
ClangCommentCommandInfoEmitter.cpp 73 StringMatcher("Name", Matches, OS).Emit();
  /external/llvm/include/llvm/TableGen/
StringMatcher.h 44 void Emit(unsigned Indent = 0) const;
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 121 void Emit(uint32_t Val, unsigned NumBits) {
142 Emit((uint32_t)Val, NumBits);
144 Emit((uint32_t)Val, 32);
145 Emit((uint32_t)(Val >> 32), NumBits-32);
158 assert(NumBits <= 32 && "Too many bits to emit!");
161 // Emit the bits with VBR encoding, NumBits-1 bits at a time.
163 Emit((Val & ((1 << (NumBits-1))-1)) | (1 << (NumBits-1)), NumBits);
167 Emit(Val, NumBits);
171 assert(NumBits <= 32 && "Too many bits to emit!");
177 // Emit the bits with VBR encoding, NumBits-1 bits at a time
    [all...]
  /external/llvm/lib/Target/R600/MCTargetDesc/
R600MCCodeEmitter.cpp 79 void Emit(uint32_t value, raw_ostream &OS) const;
80 void Emit(uint64_t value, raw_ostream &OS) const;
157 Emit(inst, OS);
174 Emit(InstWord01, OS);
175 Emit(InstWord2, OS);
184 Emit(Inst, OS);
200 // Emit instruction type
231 Emit(InstWord01, OS);
243 // Emit the source select (2 bytes). For GPRs, this is the register index.
264 // Emit the source channel (1 byte
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 127 Emit();
182 public virtual void Emit(IToken token) {
187 * The standard method called to automatically emit a token at the
190 * use that to set the token's text. Override this method to emit
199 public virtual IToken Emit() {
204 Emit(t);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 150 Emit();
222 public virtual void Emit( IToken token )
228 * The standard method called to automatically emit a token at the
231 * use that to set the token's text. Override this method to emit
240 public virtual IToken Emit()
246 Emit( t );
  /external/llvm/include/llvm/MC/
MCDwarf.h 222 static const MCSymbol *Emit(MCStreamer *MCOS);
234 /// Utility function to emit the encoding to a streamer.
235 static void Emit(MCStreamer *MCOS,
249 static void Emit(MCStreamer *MCOS, const MCSymbol *LineSectionSymbol);
418 static void Emit(MCStreamer &streamer, bool usingCFI,
MCWin64EH.h 88 static void Emit(MCStreamer &streamer);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
codegen.ml 62 (* Emit 'then' value. *)
71 (* Emit 'else' value. *)
80 (* Emit merge block. *)
100 (* Emit the start code first, without 'variable' in scope. *)
127 (* Emit the body of the loop. This, like any other expr, can change the
132 (* Emit the step value. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 43 * one. Emit a call to it. *)
80 (* Emit 'then' value. *)
89 (* Emit 'else' value. *)
98 (* Emit merge block. *)
118 (* Emit the start code first, without 'variable' in scope. *)
145 (* Emit the body of the loop. This, like any other expr, can change the
150 (* Emit the step value. *)
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 300 void Emit(const DiagnosticBuilder &DB) const {
328 Emit(DB);
392 PD.Emit(DB);
OnDiskHashTable.h 185 io::Offset Emit(raw_ostream &out) {
187 return Emit(out, InfoObj);
190 io::Offset Emit(raw_ostream &out, Info &InfoObj) {
193 // Emit the payload of the table.
216 // Emit the hashtable itself.
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 130 // fragment pointer when we emit the next fragment.
190 // If this instruction doesn't need relaxation, just emit it as data.
197 // Otherwise, relax and emit it as data if either:
200 // group. We want to emit all such instructions into the same data
212 // Otherwise emit to a separate fragment.
257 MCDwarfLineAddr::Emit(this, LineDelta, Res);
353 LineSectionSymbol = MCDwarfFileTable::Emit(this);
357 MCGenDwarfInfo::Emit(this, LineSectionSymbol);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 41 (* Special case '=' because we don't want to emit the LHS as an
72 * one. Emit a call to it. *)
110 (* Emit 'then' value. *)
119 (* Emit 'else' value. *)
128 (* Emit merge block. *)
173 (* Emit the start code first, without 'variable' in scope. *)
198 (* Emit the body of the loop. This, like any other expr, can change the
203 (* Emit the step value. *)
246 (* Register all variables and emit their initializer. *)
248 (* Emit the initializer before adding the variable to scope, thi
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 157 Emit();
226 //public void Emit( T token )
232 * The standard method called to automatically emit a token at the
235 * use that to set the token's text. Override this method to emit
244 public void Emit()
255 //Emit( t );
262 //Emit( t );
  /external/v8/src/arm/
debug-arm.cc 68 patcher.Emit(Isolate::Current()->debug()->debug_break_return()->entry());
118 patcher.Emit(Isolate::Current()->debug()->debug_break_slot()->entry());
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 122 /// \brief Emit the preamble for the serialized diagnostics.
125 /// \brief Emit the BLOCKINFO block.
128 /// \brief Emit the META data block.
137 /// \brief Emit a DIAG record.
145 /// \brief Emit FIXIT and SOURCE_RANGE records for a diagnostic.
150 /// \brief Emit a record for a CharSourceRange.
153 /// \brief Emit the string information for the category.
156 /// \brief Emit the string information for diagnostic flags.
160 /// \brief Emit (lazily) the file string and retrieved the file identifier.
261 // Emit the block name if present
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 275 void Emit(AsmPrinter *, MCSymbol *, DwarfUnits *);

Completed in 351 milliseconds

1 2 3