HomeSort by relevance Sort by last modified time
    Searched refs:Emit (Results 51 - 75 of 156) sorted by null

1 23 4 5 6 7

  /external/llvm/lib/TableGen/
StringMatcher.cpp 39 /// same length and whose characters leading up to CharNo are the same, emit
82 // Emit code to break out if the prefix doesn't match.
101 // Otherwise, we have multiple possible things, emit a switch on the
122 /// Emit - Top level entry point.
124 void StringMatcher::Emit(unsigned Indent) const {
  /external/v8/src/debug/arm/
debug-arm.cc 60 patcher.Emit(code->entry());
  /external/v8/src/
safepoint-table.h 205 // Emit the safepoint table after the body. The number of bits per
207 void Emit(Assembler* assembler, int bits_per_entry);
safepoint-table.cc 138 void SafepointTableBuilder::Emit(Assembler* assembler, int bits_per_entry) {
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/v8/test/mjsunit/
transition-elements-kind.js 37 // Emit a TransitionElementsKindStub which transitions from double to object.
  /external/v8/test/mjsunit/wasm/
wasm-module-builder.js 63 // Emit section name.
65 // Emit the section to a temporary buffer: its full length isn't know yet.
68 // Emit section length.
271 // emit function bodies
  /external/llvm/lib/MC/
MCDwarf.cpp 152 // At this point we want to emit/create the sequence to encode the delta in
163 // Emit a DW_LNE_end_sequence for the end of the section.
182 void MCDwarfLineTable::Emit(MCObjectStreamer *MCOS,
201 void MCDwarfDwoLineTable::Emit(MCStreamer &MCOS,
203 MCOS.EmitLabel(Header.Emit(&MCOS, Params, None).second);
207 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS,
225 return Emit(MCOS, Params, makeArrayRef(StandardOpcodeLengths,
246 MCDwarfLineTableHeader::Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
320 MCSymbol *LineEndSym = Header.Emit(MCOS, Params).second;
405 /// Utility function to emit the encoding to a streamer
    [all...]
MCWin64EH.cpp 190 // Emit unwind instructions (in reverse order).
222 void UnwindEmitter::Emit(MCStreamer &Streamer) const {
225 // Emit the unwind info structs first.
232 // Now emit RUNTIME_FUNCTION entries.
243 // here and from Emit().
  /external/clang/lib/CodeGen/
CGDecl.cpp 1 //===--- CGDecl.cpp - Emit LLVM Code for declarations ---------------------===//
10 // This contains code to emit Decl nodes as LLVM code.
144 // Don't emit it now, allow it to be emitted lazily on its first use.
179 // In general, we don't always emit static var decls once before we reference
181 // contains them, and it is possible to emit the containing function multiple
243 // We can't name blocks or captured statements directly, so try to emit their
366 // If this value has an initializer, emit it.
394 // Emit global variable debug descriptor for static vars.
416 void Emit(CodeGenFunction &CGF, Flags flags) override {
435 void Emit(CodeGenFunction &CGF, Flags flags) override
    [all...]
CGObjCRuntime.cpp 162 void Emit(CodeGenFunction &CGF, Flags flags) override {
218 // Emit the try body.
228 // Emit the handlers.
314 void Emit(CodeGenFunction &CGF, Flags flags) override {
344 // Emit the body of the statement.
CGClass.cpp 1 //===--- CGClass.cpp - Emit LLVM Code for C++ classes -----------*- C++ -*-===//
124 /// Emit the address of a field using a member data pointer.
481 void Emit(CodeGenFunction &CGF, Flags flags) override {
643 // Inside the loop body recurse to emit the inner loop or, eventually, the
650 // Emit the increment of the loop counter.
659 // Emit the fall-through block.
669 // We can emit a memcpy for a trivial copy or move constructor/assignment.
673 // We *must* emit a memcpy for a defaulted union copy or move op.
785 // Emit the block variables for the array indices, if any.
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 442 // Emit the block name if present.
692 // Emit the file header.
693 Stream.Emit((unsigned)'B', 8);
694 Stream.Emit((unsigned)'C', 8);
695 Stream.Emit((unsigned)'G', 8);
696 Stream.Emit((unsigned)'I', 8);
749 BucketOffset = Generator.Emit(Out, Trait);
MultiOnDiskHashTable.h 290 void emit(llvm::SmallVectorImpl<char> &Out, WriterInfo &Info, function in class:clang::serialization::MultiOnDiskHashTableGenerator
319 uint32_t BucketOffset = Gen.Emit(OutStream, Info);
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 142 /// \brief Emit the table to Out, which must not be at offset 0.
143 offset_type Emit(raw_ostream &Out) {
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) {
155 // Emit the payload of the table.
200 // Emit the hashtable itself.
284 /// produced by OnDiskHashTableGenerator::Emit, and advance the Buckets
395 /// OnDiskHashTableGenerator::Emit.
577 /// OnDiskHashTableGenerator::Emit
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 802 // at the point where they are needed by a recursive call to Emit(). If
803 // the node has already been code generated then the Emit() call will
805 // limit recursion it is possible for the Emit() function to put the node
    [all...]
  /art/compiler/utils/x86/
assembler_x86_test.cc 30 buffer.Emit<uint8_t>(0x42);
32 buffer.Emit<int32_t>(42);
assembler_x86.h 311 * Emit Machine Instructions.
634 // Emit code that will create an activation on the stack
639 // Emit code that will remove an activation from the stack
819 buffer_.Emit<uint8_t>(value);
823 buffer_.Emit<int32_t>(value);
829 buffer_.Emit<uint8_t>(0xC0 + (rm << 3) + reg);
848 virtual void Emit(Assembler *sp_asm) OVERRIDE;
  /external/v8/src/wasm/
encoder.cc 33 // Emit a section name and the size as a padded varint that can be patched
36 // Emit the section name.
38 TRACE("emit section: %s\n", name);
43 // Emit a placeholder for the length.
95 void WasmFunctionBuilder::Emit(WasmOpcode opcode) {
158 locals_.Emit(*ptr);
258 // == Emit magic =============================================================
259 TRACE("emit magic\n");
263 // == Emit signatures ========================================================
282 // == Emit globals ==========================================================
    [all...]
encoder.h 134 void Emit(WasmOpcode opcode);
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 174 /// \brief Build a DiagnosticsEngine to emit diagnostics about the diagnostics
182 /// \brief Emit the preamble for the serialized diagnostics.
185 /// \brief Emit the BLOCKINFO block.
188 /// \brief Emit the META data block.
197 /// \brief Emit a DIAG record.
205 /// \brief Emit FIXIT and SOURCE_RANGE records for a diagnostic.
210 /// \brief Emit a record for a CharSourceRange.
213 /// \brief Emit the string information for the category.
216 /// \brief Emit the string information for diagnostic flags.
222 /// \brief Emit (lazily) the file string and retrieved the file identifier
    [all...]
CacheTokens.cpp 88 // Emit stat information.
96 // Emit stat information.
145 // Emit the entry kind.
147 // Emit the string.
156 // For file entries emit the offsets into the PTH file for token data
163 // Emit any other data associated with the key (i.e., stat information).
198 /// Emit a token to the PTH file.
232 /// EmitFileTable - Emit a table mapping from file name strings to PTH
234 Offset EmitFileTable() { return PM.Emit(Out); }
262 // Emit the token kind, flags, and length
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 42 /// EmitSLEB128 - emit the specified signed leb128 value.
50 /// EmitULEB128 - emit the specified unsigned leb128 value.
100 /// EmitEncodingByte - Emit a .byte 42 directive that corresponds to an
151 // On COFF targets, we have to emit the special .secrel32 directive.
164 // Otherwise, emit it as a label difference from the start of the section.
174 // Just emit the offset directly; no need for symbol math.
178 /// EmitDwarfRegOp - Emit dwarf register operation.
250 // Emit the code (index) for the abbreviation.
258 // Emit the DIE attribute values.
270 // Emit an attribute using the defined form
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 166 uint64_t HashTableStart = Generator.Emit(OS);
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.h 215 Instruction* Emit(InstructionCode code, size_t outputs_size = 0,
  /art/compiler/optimizing/
optimizing_compiler.cc 301 CompiledMethod* Emit(ArenaAllocator* arena,
580 CompiledMethod* OptimizingCompiler::Emit(ArenaAllocator* arena,
820 method = Emit(&arena, &code_allocator, codegen.get(), compiler_driver, code_item);
    [all...]

Completed in 378 milliseconds

1 23 4 5 6 7