HomeSort by relevance Sort by last modified time
    Searched full:emitting (Results 1 - 25 of 513) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2002-03-12-StructInitializer.c 3 /* GCC was not emitting string constants of the correct length when
  /external/clang/test/CodeGenCXX/
debug-info-friend.cpp 17 // Emitting debug info for friends unnecessarily bloats debug info without any
attr-used.cpp 11 // PR19743: not emitting __attribute__((used)) inline methods in nested classes.
scoped-enums-debug-info.cpp 2 // Test that we are emitting debug info and base types for scoped enums.
debug-info-template-fwd.cpp 2 // This test is for a crash when emitting debug info for not-yet-completed
exceptions-no-rtti.cpp 26 // emitting RTTI regardless of key function.
  /external/v8/src/x64/
lithium-gap-resolver-x64.h 22 // Resolve a set of parallel moves, emitting assembler instructions.
36 // Execute a move by emitting a swap of two operands. The move from
  /external/v8/src/ia32/
lithium-gap-resolver-ia32.h 22 // Resolve a set of parallel moves, emitting assembler instructions.
36 // Add or delete a move from the move graph without emitting any code.
48 // Execute a move by emitting a swap of two operands. The move from
  /external/v8/src/x87/
lithium-gap-resolver-x87.h 22 // Resolve a set of parallel moves, emitting assembler instructions.
36 // Add or delete a move from the move graph without emitting any code.
48 // Execute a move by emitting a swap of two operands. The move from
  /external/llvm/test/Assembler/
named-metadata.ll 23 ; when emitting it, followed by xfoo.
  /external/llvm/test/TableGen/
AsmPredicateCondsEmission.td 4 // emitting AssemblerPredicate conditions. In the example below, the invalid
  /external/v8/src/compiler/
gap-resolver.h 31 // Resolve a set of parallel moves, emitting assembler instructions.
  /external/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h 10 // Contains the definition for a lazy-emitting layer for the JIT.
29 /// @brief Lazy-emitting IR layer.
56 if (this->EmitState == Emitting)
59 this->EmitState = Emitting;
69 case Emitting:
87 assert(EmitState != Emitting &&
88 "Cannot emitAndFinalize while already emitting");
90 EmitState = Emitting;
109 enum { NotEmitted, Emitting, Emitted } EmitState;
228 /// @brief Construct a lazy emitting layer
    [all...]
  /art/compiler/optimizing/
parallel_move_resolver.h 37 // Resolve a set of parallel moves, emitting assembler instructions.
57 // Resolve a set of parallel moves, emitting assembler instructions.
88 // Execute a move by emitting a swap of two operands.
127 // Resolve a set of parallel moves, emitting assembler instructions.
  /external/llvm/test/CodeGen/ARM/
2013-05-31-char-shift-crash.ll 6 ; ARMFastISel used to fail emitting sext/zext in pre-ARMv6.
  /external/llvm/test/CodeGen/Mips/
micromips-atomic1.ll 6 ; While emitting assembly files directly when in microMIPS mode, it is possible to emit a mips32r2
  /external/llvm/test/CodeGen/NVPTX/
symbol-naming.ll 4 ; Verify that the NVPTX target removes invalid symbol names prior to emitting
  /external/llvm/test/CodeGen/R600/
vtx-fetch-branch.ll 5 ; for the ALU clause before the vetex fetch instead of emitting a POP instruction
  /external/llvm/unittests/ExecutionEngine/Orc/
LazyEmittingLayerTest.cpp 1 //===- LazyEmittingLayerTest.cpp - Unit tests for the lazy emitting layer -===//
  /external/v8/src/arm/
lithium-gap-resolver-arm.h 22 // Resolve a set of parallel moves, emitting assembler instructions.
  /external/v8/src/mips/
lithium-gap-resolver-mips.h 22 // Resolve a set of parallel moves, emitting assembler instructions.
  /external/v8/src/mips64/
lithium-gap-resolver-mips64.h 22 // Resolve a set of parallel moves, emitting assembler instructions.
  /frameworks/base/tools/aapt2/
TableFlattener.h 43 * Set this to false when emitting the final table to be used
  /external/clang/include/clang/Lex/
TokenConcatenation.h 27 /// For example, it emitting two identifiers "foo" and "bar" next to each
28 /// other would cause the lexer to produce one "foobar" token. Emitting "1"
  /external/llvm/test/CodeGen/X86/
cas.ll 40 ; Make sure we're emitting a move from eax.
70 ; Make sure we're emitting a move from %al here.

Completed in 95 milliseconds

1 2 3 4 5 6 7 8 91011>>