HomeSort by relevance Sort by last modified time
    Searched full:emitted (Results 151 - 175 of 1302) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/SemaCXX/
linkage.cpp 89 // Force the above function to be emitted by codegen.
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
ZeroSizeInsn.java 24 * Pseudo-instruction base class for zero-size (no code emitted)
  /external/icu4c/test/cintltst/
nccbtst.h 43 * the error would have been emitted to log_err separately. */
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 41 /// of a vbr5 for # operand infos. Each operand info is emitted with a
43 /// emitted with a vbr8. If not, the encoding is emitted as 3 bits followed
47 // UNABBREV_RECORDs are emitted with a vbr6 for the record code, followed by
  /external/llvm/test/CodeGen/X86/
twoaddr-lea.ll 3 ;; emitted before the shift to save the register value before it is
  /external/llvm/test/MC/COFF/
global_ctors_dtors.ll 1 ; Test that global ctors are emitted into the proper COFF section for the
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_gs.h 70 * Returns the number of vertices emitted.
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_bo.h 64 /* how many command streams, which are being emitted in a separate
  /external/skia/src/gpu/gl/
GrGLSL.h 90 * Depending on the GLSL version being emitted there may be an assumed output
156 * or in1 will not be emitted (side effects won't occur). The return value indicates whether a
174 * or in1 will not be emitted (side effects won't occur). The return value indicates whether a
192 * or in1 will not be emitted (side effects won't occur). The return value indicates whether a
  /frameworks/compile/mclinker/include/mcld/Target/
OutputRelocSection.h 40 /// emitted into .dynsym
  /external/clang/include/clang/Frontend/
DiagnosticRenderer.h 64 /// \brief The level of the last diagnostic emitted.
66 /// The level of the last diagnostic emitted. Used to detect level changes
137 /// \param Level The level of the diagnostic to be emitted.
  /external/clang/test/CodeGenCXX/
template-instantiation.cpp 42 // This specialization should cause the vtable to be emitted, even with
58 // Just a declaration should not force the vtable to be emitted.
169 // Ensure that definitions are emitted for all friend functions defined within
  /external/dnsmasq/dbus/
DBus-interface 120 This signal is emitted when a DHCP lease for a given IP address is created.
125 This signal is emitted when a DHCP lease for a given IP address is deleted.
130 This signal is emitted when a DHCP lease for a given IP address is updated.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 37 # children. because the nodes in a graph are emitted in
38 # reverse post order, the "next" block will always be emitted
99 """Order blocks so that they are emitted in the right order"""
101 # - when a block has a next block, the next block must be emitted just after
102 # - when a block has followers (relative jumps), it must be emitted before
104 # - all reachable blocks must be emitted
107 # Find all the blocks to be emitted.
119 # A block is dominated by another block if that block must be emitted
133 # dominated because the whole chain will be emitted at once.
141 # Find a block that can be emitted next
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 37 # children. because the nodes in a graph are emitted in
38 # reverse post order, the "next" block will always be emitted
99 """Order blocks so that they are emitted in the right order"""
101 # - when a block has a next block, the next block must be emitted just after
102 # - when a block has followers (relative jumps), it must be emitted before
104 # - all reachable blocks must be emitted
107 # Find all the blocks to be emitted.
119 # A block is dominated by another block if that block must be emitted
133 # dominated because the whole chain will be emitted at once.
141 # Find a block that can be emitted next
    [all...]
  /external/clang/include/clang/Basic/
TargetCXXABI.h 161 /// vtable is emitted with strong linkage by the TU containing the key
170 /// v-tables and type_info objects) are emitted only after processing
174 /// emitted in only a single object file, as opposed to redundantly
182 /// to be emitted weakly, as if there were no key function.
191 /// it can cause type data to be emitted with both weak and strong
  /external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h 50 /// function has been emitted, the overflow condition is checked, and if it has
279 /// basic block is about to be emitted. This way the MCE knows where the
283 /// getCurrentPCValue - This returns the address that the next emitted byte
290 /// getCurrentPCOffset - Return the offset from the start of the emitted
310 /// the constant pool that was last emitted with the emitConstantPool method.
321 /// emitted.
326 /// after the Label has been emitted.
MachineCodeEmitter.h 49 /// function has been emitted, the overflow condition is checked, and if it has
276 /// basic block is about to be emitted. This way the MCE knows where the
280 /// getCurrentPCValue - This returns the address that the next emitted byte
287 /// getCurrentPCOffset - Return the offset from the start of the emitted
307 /// the constant pool that was last emitted with the emitConstantPool method.
318 /// emitted.
323 /// after the LabelID has been emitted.
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 79 " RAUW on a value it has emitted.");
296 /// emitted.
334 // CurFn - The llvm function being emitted. Only valid during
338 /// Information about emitted code, which is passed to the
423 MBBLocations[MBB->getNumber()] && "MBB not emitted!");
447 assert(LabelLocations.count(Label) && "Label not emitted!");
546 DEBUG(dbgs() << "JIT: Lazy stub emitted at [" << Stub << "] for function '"
582 DEBUG(dbgs() << "JIT: Indirect symbol emitted at [" << IndirectSym
600 DEBUG(dbgs() << "JIT: Stub emitted at [" << Stub
726 // Make sure GV is emitted first, and create a stub containing the full
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 470 * marked as ready and should be emitted in the same TEX
472 * emitted in two different TEX blocks:
712 static void presub_nop(struct rc_instruction * emitted) {
716 if (emitted->Prev->Type != RC_INSTRUCTION_PAIR) {
719 if (emitted->Prev->U.P.RGB.WriteMask)
720 prev_rgb_index = emitted->Prev->U.P.RGB.DestIndex;
723 if (emitted->Prev->U.P.Alpha.WriteMask)
724 prev_alpha_index = emitted->Prev->U.P.Alpha.DestIndex;
729 if (emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
731 emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Index)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 470 * marked as ready and should be emitted in the same TEX
472 * emitted in two different TEX blocks:
712 static void presub_nop(struct rc_instruction * emitted) {
716 if (emitted->Prev->Type != RC_INSTRUCTION_PAIR) {
719 if (emitted->Prev->U.P.RGB.WriteMask)
720 prev_rgb_index = emitted->Prev->U.P.RGB.DestIndex;
723 if (emitted->Prev->U.P.Alpha.WriteMask)
724 prev_alpha_index = emitted->Prev->U.P.Alpha.DestIndex;
729 if (emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
731 emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Index)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
EncodedArrayItem.java 114 * get emitted.
  /external/chromium/chrome/browser/ui/gtk/
gtk_floating_container.h 22 // running the "set-floating-position" signal, which is emitted during this
  /external/chromium_org/chrome/browser/metrics/
compression_utils.cc 28 // That causes a gzip header to be emitted rather than a zlib header.
  /external/chromium_org/chrome/test/logging/win/
file_logger.h 20 // A file logger instance captures LOG messages and trace events emitted via

Completed in 732 milliseconds

1 2 3 4 5 67 8 91011>>