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

1 2 34 5 6 7

  /art/compiler/utils/mips64/
assembler_mips64.cc 79 void Mips64Assembler::Emit(uint32_t value) {
87 buffer_.Emit<uint32_t>(value);
102 Emit(encoding);
115 Emit(encoding);
128 Emit(encoding);
138 Emit(encoding);
147 Emit(encoding);
153 Emit(encoding);
167 Emit(encoding);
176 Emit(encoding)
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 131 // Emit the finished record.
135 // Emit information about parameter attributes.
198 // Emit the finished record.
254 // Emit an entry count so the reader can reserve space.
334 // Emit the finished record.
381 // Emit top-level description of module, including target triple, inline asm,
386 // Emit various pieces of data attached to a module.
397 // Emit information about sections and GC, computing how many there are. Also
438 // Emit abbrev for globals, now that we know # sections and max alignment.
465 // Emit the global variable information
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 154 // Emit the finished record.
158 // Emit information about parameter attributes.
239 // Emit an entry count so the reader can reserve space.
308 // Emit the name if it is present.
334 // Emit the finished record.
379 // Emit top-level description of module, including target triple, inline asm,
384 // Emit various pieces of data attached to a module.
395 // Emit information about sections and GC, computing how many there are. Also
436 // Emit abbrev for globals, now that we know # sections and max alignment.
463 // Emit the global variable information
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 154 // Emit the finished record.
158 // Emit information about parameter attributes.
241 // Emit an entry count so the reader can reserve space.
310 // Emit the name if it is present.
336 // Emit the finished record.
392 // Emit top-level description of module, including target triple, inline asm,
397 // Emit various pieces of data attached to a module.
408 // Emit information about sections and GC, computing how many there are. Also
449 // Emit abbrev for globals, now that we know # sections and max alignment.
476 // Emit the global variable information
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 341 * Emit Machine Instructions.
705 // Emit code that will create an activation on the stack
710 // Emit code that will remove an activation from the stack
889 // Emit a rex prefix byte if necessary for reg. ie if reg is a register in the range R8 to R15.
899 // Emit a REX.W prefix plus necessary register bit encodings.
909 // Emit a REX prefix to normalize byte registers plus necessary register bit encodings.
919 buffer_.Emit<uint8_t>(value);
923 buffer_.Emit<int32_t>(value);
937 buffer_.Emit<uint8_t>((0xC0 | (reg & 7)) + (rm << 3));
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 1 //===--- CGException.cpp - Emit LLVM Code for C++ exceptions ----*- C++ -*-===//
347 void Emit(CodeGenFunction &CGF, Flags flags) override {
465 /// Emit the dispatch block for a filter scope if necessary.
914 /// Emit the structure of the dispatch block for the given catch scope.
    [all...]
CGExprCXX.cpp 1 //===--- CGExprCXX.cpp - Emit LLVM Code for C++ expressions ---------------===//
34 "Trying to emit a member or operator call expr on a static method!");
50 // If there is an implicit parameter (e.g. VTT), emit it.
104 // Note: This function also emit constructor calls to support a MSVC
117 // The method is static, emit it as we would a regular call.
224 // We also don't emit a virtual call if the base expression has a record type
302 // Emit the 'this' pointer.
339 "Trying to emit a member call expr on a static method!");
442 // constructor, emit the zero initialization now, unless destination is
519 // constructor, emit the zero initialization now
    [all...]
ItaniumCXXABI.cpp 1 //===------- ItaniumCXXABI.cpp - Emit LLVM Code from ASTs for a Module ----===//
220 // Itanium does not emit any destructor variant as an inline thunk.
359 /// have to use string comparisons, but we also have to emit it with
    [all...]
CGObjC.cpp 1 //===---- CGBuiltin.cpp - Emit LLVM Code for builtins ---------------------===//
10 // This contains code to emit Objective-C code as LLVM code.
84 // Emit CodeGen for first parameter
147 // Emit the element and store it to the appropriate array slot.
159 // Emit the key and store it to the appropriate array slot.
167 // Emit the value and store it to the appropriate array slot.
234 /// Emit a selector.
489 void Emit(CodeGenFunction &CGF, Flags flags) override {
638 /// The 'expression' strategy is to emit normal assignment or
    [all...]
  /external/v8/src/compiler/
instruction-selector-impl.h 159 selector_->Emit(kArchNop, casted_from_operand);
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 264 // Emit frame translation commands for an environment.
442 // It is used to emit code for conditional branching. The Emit() function
455 virtual void Emit(Label* label) const = 0;
  /art/compiler/utils/mips/
assembler_mips.cc 78 // Emit PC adjustments interleaved with the old CFI stream.
113 void MipsAssembler::Emit(uint32_t value) {
121 buffer_.Emit<uint32_t>(value);
135 Emit(encoding);
145 Emit(encoding);
154 Emit(encoding);
160 Emit(encoding);
174 Emit(encoding);
183 Emit(encoding);
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 300 /// This is used to emit continuation diagnostics with the same level as the
408 /// emit before giving up.
414 /// notes to emit along with a given diagnostic.
420 /// notes to emit along with a given diagnostic.
426 /// notes to emit along with a given diagnostic.
432 /// notes to emit along with a given diagnostic.
804 /// \brief Emit the current diagnostic and clear the diagnostic state.
806 /// \param Force Emit the diagnostic regardless of suppression settings.
    [all...]
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 75 // Emit the enum information.
78 // Emit the intrinsic ID -> name table.
81 // Emit the intrinsic ID -> overload table.
84 // Emit the function name recognizer.
87 // Emit the intrinsic declaration generator.
90 // Emit the intrinsic parameter attributes.
93 // Emit code to translate GCC builtins into LLVM intrinsics.
96 // Emit code to translate MS builtins into LLVM intrinsics.
147 // Emit the intrinsic matching stuff by first letter.
159 // Emit all the overloaded intrinsics first, build a table of th
    [all...]
AsmMatcherEmitter.cpp 73 // which we can emit a simple matcher for.
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 10 // These tablegen backends emit Clang attribute processing code
641 // FIXME: Emit a proper error
766 // FIXME: Emit a proper error
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc 86 Emit(option);
91 void LiteralPool::Emit(EmitOption option) {
92 // There is an issue if we are asked to emit a blocked or empty pool.
212 Emit(option, amount);
219 void VeneerPool::Emit(EmitOption option, size_t amount) {
220 // There is an issue if we are asked to emit a blocked or empty pool.
244 // Patch the branch to point to the current position, and emit a branch
337 if (!literal_pool_.IsEmpty()) literal_pool_.Emit();
349 // Ensure there's enough space for the emit, keep in mind the cursor will
824 // Emit a shift instruction if moving a shifted register. This operatio
    [all...]
  /external/v8/src/arm64/
assembler-arm64.h 711 // Emit the literal pool at the current pc with a branch over the pool if
713 void Emit(bool require_jump);
    [all...]
  /external/llvm/include/llvm/CodeGen/
DIE.h 99 /// Emit - Print the abbreviation using the specified asm printer.
101 void Emit(const AsmPrinter *AP) const;
421 /// EmitValue - Emit value via the Dwarf writer.
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 62 /// Emit - Print the abbreviation using the specified asm printer.
64 void DIEAbbrev::Emit(const AsmPrinter *AP) const {
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 label value
    [all...]
  /art/compiler/utils/arm/
assembler_arm.cc 375 buffer_.Emit<uint8_t>(0);
856 void ArmExceptionSlowPath::Emit(Assembler* sasm) {
    [all...]
assembler_thumb2.cc 209 // Move non-fixup code to its final place and emit fixups.
219 // in small chunks, emit the code to its original position.
220 fixup->Emit(&buffer_, adjusted_code_size);
231 // Finalize the Fixup and emit the data to the new location.
233 fixup->Emit(&buffer_, adjusted_code_size);
253 buffer_.Emit<uint8_t>(literal.GetData()[i]);
287 buffer_.Emit<int32_t>(offset);
    [all...]
  /external/owasp/sanitizer/empiricism/
html-containment.js 206 // Emit link-like ellipses that can serve as a button for
  /external/v8/src/wasm/
wasm-macro-gen.h 146 size_t pos = Emit(buffer);
153 size_t Emit(byte* buffer) const {
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 159 // Emit the finished record.
396 // Emit an entry count so the reader can reserve space.
465 // Emit the name if it is present.
491 // Emit the finished record.
607 // Emit the placeholder
617 /// Emit top-level description of module, including target triple, inline asm,
622 // Emit various pieces of data attached to a module.
633 // Emit information about sections and GC, computing how many there are. Also
674 // Emit abbrev for globals, now that we know # sections and max alignment.
703 // Emit the global variable information
    [all...]

Completed in 1923 milliseconds

1 2 34 5 6 7