HomeSort by relevance Sort by last modified time
    Searched refs:Emit (Results 76 - 100 of 311) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/include/llvm/MC/
MCDwarf.h 187 /// \c Emit().
206 std::pair<MCSymbol *, MCSymbol *> Emit(MCStreamer *MCOS,
209 Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
222 void Emit(MCStreamer &MCOS, MCDwarfLineTableParams Params) const;
231 static void Emit(MCObjectStreamer *MCOS, MCDwarfLineTableParams Params);
281 /// Utility function to emit the encoding to a streamer.
282 static void Emit(MCStreamer *MCOS, MCDwarfLineTableParams Params,
292 static void Emit(MCStreamer *MCOS);
514 static void Emit(MCObjectStreamer &streamer, MCAsmBackend *MAB, bool isEH);
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 391 selector->Emit(opcode, g.DefineAsRegister(node),
397 selector->Emit(opcode, g.DefineAsRegister(node),
406 selector->Emit(opcode, g.DefineAsRegister(node),
424 selector->Emit(opcode, output_count, outputs, 1, inputs);
494 selector->Emit(opcode, output_count, outputs, input_count, inputs);
496 selector->Emit(opcode, output_count, outputs, input_count, inputs);
632 selector->Emit(opcode, output_count, outputs, input_count, inputs);
634 selector->Emit(opcode, output_count, outputs, input_count, inputs);
656 Emit(code, 1, outputs, input_count, inputs);
710 Emit(code, 0, nullptr, input_count, inputs, temp_count, temps)
    [all...]
  /prebuilts/go/darwin-x86/src/internal/trace/
parser_test.go 94 w.Emit(EvBatch, 0, 0)
95 w.Emit(EvFrequency, 1e9)
97 w.Emit(EvGoCreate, ts, ts, 0, 0)
  /prebuilts/go/linux-x86/src/internal/trace/
parser_test.go 94 w.Emit(EvBatch, 0, 0)
95 w.Emit(EvFrequency, 1e9)
97 w.Emit(EvGoCreate, ts, ts, 0, 0)
  /external/llvm/test/MC/Mips/
hilo-addressing.s 24 # Emit zeros so that difference between $L3 and $L1 is 0x30124 bytes.
  /external/pdfium/xfa/fxfa/parser/
cscript_eventpseudomodel.h 63 void Emit(CFXJSE_Arguments* pArguments);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCWin64EH.h 88 static void Emit(MCStreamer &streamer);
  /art/compiler/utils/
assembler.h 75 virtual void Emit(Assembler *sp_asm) = 0;
100 template<typename T> void Emit(T value) {
130 // Emit a fixup at the current location.
152 cur->Emit(sp_asm);
170 // To emit an instruction to the assembler buffer, the EnsureCapacity helper
176 // ... emit bytes for single instruction ...
201 // Unmark the buffer, so we cannot emit after this.
359 // Finalize the code; emit slow paths, fixup branches, add literal pool, etc.
  /external/autotest/client/cros/
ec.py 171 """Emit key down and up signal of the keyboard.
185 """Emit key down signal of the keyboard.
192 """Emit key up signal of the keyboard.
  /external/clang/lib/CodeGen/
EHScopeStack.h 11 // CodeGen to emit cleanups. The implementation is in CGCleanup.cpp and other
186 /// Emit the cleanup. For normal cleanups, this is run in the
192 virtual void Emit(CodeGenFunction &CGF, Flags flags) = 0;
209 void Emit(CodeGenFunction &CGF, Flags flags) override {
210 restore(CGF, llvm::index_sequence_for<As...>()).Emit(CGF, flags);
  /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/swiftshader/third_party/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/swiftshader/third_party/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/v8/src/compiler/
instruction-selector.cc 131 Instruction* InstructionSelector::Emit(InstructionCode opcode,
136 return Emit(opcode, output_count, &output, 0, nullptr, temp_count, temps);
140 Instruction* InstructionSelector::Emit(InstructionCode opcode,
145 return Emit(opcode, output_count, &output, 1, &a, temp_count, temps);
149 Instruction* InstructionSelector::Emit(InstructionCode opcode,
157 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
162 Instruction* InstructionSelector::Emit(InstructionCode opcode,
171 return Emit(opcode, output_count, &output, input_count, inputs, temp_count,
176 Instruction* InstructionSelector::Emit(
183 return Emit(opcode, output_count, &output, input_count, inputs, temp_count
    [all...]
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 86 MCDwarfFrameEmitter::Emit(*this, MAB, true);
89 MCDwarfFrameEmitter::Emit(*this, MAB, false);
161 // Otherwise queue the label and set its fragment pointer when we emit the
240 // If this instruction doesn't need relaxation, just emit it as data.
247 // Otherwise, relax and emit it as data if either:
250 // group. We want to emit all such instructions into the same data
262 // Otherwise emit to a separate fragment.
328 // emit the sequence to set the address
334 // emit the sequence for the LineDelta (from 1) and a zero address delta.
335 MCDwarfLineAddr::Emit(&OS, Params, LineDelta, 0)
    [all...]
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 288 void Emit(const DiagnosticBuilder &DB) const {
316 Emit(DB);
401 PD.Emit(DB);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 288 void Emit(const DiagnosticBuilder &DB) const {
316 Emit(DB);
401 PD.Emit(DB);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 288 void Emit(const DiagnosticBuilder &DB) const {
316 Emit(DB);
401 PD.Emit(DB);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 288 void Emit(const DiagnosticBuilder &DB) const {
316 Emit(DB);
401 PD.Emit(DB);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 288 void Emit(const DiagnosticBuilder &DB) const {
316 Emit(DB);
401 PD.Emit(DB);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 288 void Emit(const DiagnosticBuilder &DB) const {
316 Emit(DB);
401 PD.Emit(DB);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 288 void Emit(const DiagnosticBuilder &DB) const {
316 Emit(DB);
401 PD.Emit(DB);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 288 void Emit(const DiagnosticBuilder &DB) const {
316 Emit(DB);
401 PD.Emit(DB);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
PartialDiagnostic.h 288 void Emit(const DiagnosticBuilder &DB) const {
316 Emit(DB);
401 PD.Emit(DB);

Completed in 657 milliseconds

1 2 34 5 6 7 8 91011>>