HomeSort by relevance Sort by last modified time
    Searched defs:emit (Results 226 - 250 of 341) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/utils/TableGen/
FixedLenDecoderEmitter.cpp 179 // Emit code to decode instructions given a segment or segments of bits.
180 void emit(raw_ostream &o, unsigned &Indentation);
280 // Emit the top level typedef and decodeInstruction() function.
369 bool emit(raw_ostream &o, unsigned &Indentation);
464 // See also Filter::emit().
497 // Emit code to decode instructions given a segment or segments of bits.
498 void Filter::emit(raw_ostream &o, unsigned &Indentation) { function in class:Filter
540 bool finished = filterIterator->second->emit(o, Indentation);
572 // Emit the top level typedef and decodeInstruction() function.
584 emit(o, Indentation)
1192 bool FilterChooser::emit(raw_ostream &o, unsigned &Indentation) { function in class:FilterChooser
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfgNode.cpp 1080 void CfgNode::emit(Cfg *Func) const { function in class:Ice::CfgNode
    [all...]
IceAssemblerMIPS32.cpp 42 Buffer.emit<char>(0);
63 Buffer.emit<uint8_t>(Byte);
609 size_t MIPS32Fixup::emit(GlobalContext *Ctx, const Assembler &Asm) const { function in class:Ice::MIPS32::MIPS32Fixup
    [all...]
IceCfg.cpp 1767 void Cfg::emit() { function in class:Ice::Cfg
    [all...]
IceInstARM32.cpp 12 /// constructors and the dump()/emit() methods.
54 #define X(tag, emit) \
55 { emit } \
65 #define X(tag, encode, opp, emit) \
66 { CondARM32::opp, emit } \
141 // Start counting instructions here, so that emit() methods don't
145 emit(Func);
172 Instr->getDest()->emit(Func);
174 Instr->getSrc(0)->emit(Func);
195 Instr->getDest()->emit(Func)
1322 void InstARM32RegisterStackOp::emit(const Cfg *Func) const { function in class:Ice::ARM32::InstARM32RegisterStackOp
1714 void InstARM32Insert::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Insert
2010 void InstARM32Mov::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Mov
2168 void InstARM32Br::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Br
2233 void InstARM32Call::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Call
2289 void InstARM32Label::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Label
2322 template <> void InstARM32Ldr::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Ldr
2350 template <> void InstARM32Vldr1d::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Vldr1d
2378 template <> void InstARM32Vldr1q::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Vldr1q
2453 template <> void InstARM32Ldrex::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Ldrex
2506 template <> void InstARM32Movw::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Movw
2534 template <> void InstARM32Movt::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Movt
2717 void InstARM32Ret::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Ret
2747 void InstARM32Str::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Str
2818 void InstARM32Strex::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Strex
2859 void InstARM32Vstr1::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Vstr1
2904 void InstARM32Vdup::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Vdup
2941 void InstARM32Trap::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Trap
2968 void InstARM32Umull::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Umull
3040 void InstARM32Vcvt::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Vcvt
3112 void InstARM32Vcmp::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Vcmp
3166 void InstARM32Vmrs::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Vmrs
3192 void InstARM32Vabs::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Vabs
3235 void InstARM32Dmb::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Dmb
3262 void InstARM32Nop::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::InstARM32Nop
3282 void OperandARM32Mem::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::OperandARM32Mem
3356 void OperandARM32ShAmtImm::emit(const Cfg *Func) const { ShAmt->emit(Func); } function in class:Ice::ARM32::__anon36811::OperandARM32ShAmtImm
3377 void OperandARM32FlexImm::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::OperandARM32FlexImm
3414 void OperandARM32FlexFpImm::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::OperandARM32FlexFpImm
3435 void OperandARM32FlexFpZero::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::OperandARM32FlexFpZero
3454 void OperandARM32FlexReg::emit(const Cfg *Func) const { function in class:Ice::ARM32::__anon36811::OperandARM32FlexReg
    [all...]
  /external/valgrind/helgrind/
hg_errors.c 720 static void emit ( const HChar* format, ... ) PRINTF_CHECK(1, 2);
721 static void emit ( const HChar* format, ... ) function
790 emit( " <auxwhat>Lock at %p was first observed</auxwhat>\n",
928 emit( " <kind>%s</kind>\n", HG_(get_error_name)(err));
937 emit( " <xwhat>\n" );
938 emit( " <text>Thread #%d: %s</text>\n",
941 emit( " <hthreadid>%d</hthreadid>\n",
943 emit( " </xwhat>\n" );
946 emit(" <auxwhat>%s</auxwhat>\n", xe->XE.Misc.auxstr);
953 emit( "Thread #%d: %s\n"
    [all...]
  /external/valgrind/memcheck/
mc_errors.c 218 static void emit ( const HChar* format, ... ) PRINTF_CHECK(1, 2);
219 static void emit ( const HChar* format, ... ) function
296 emit( " <auxwhat>Uninitialised value was created%s</auxwhat>\n",
300 emit( " Uninitialised value was created%s\n", src);
353 emit(" <kind>%s</kind>\n", xml_leak_kind(lr->key.state));
355 emit( " <xwhat>\n" );
356 emit( " <text>%'lu%s (%'lu%s direct, %'lu%s indirect) bytes "
366 emit( " <leakedbytes>%lu</leakedbytes>\n",
368 emit( " <leakedblocks>%u</leakedblocks>\n", lr->num_blocks );
369 emit( " </xwhat>\n" )
    [all...]
  /external/webrtc/webrtc/base/
sigslot.h 274 virtual void emit() = 0;
285 virtual void emit(arg1_type) = 0;
296 virtual void emit(arg1_type, arg2_type) = 0;
307 virtual void emit(arg1_type, arg2_type, arg3_type) = 0;
318 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type) = 0;
330 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type,
345 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type,
360 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type,
375 virtual void emit(arg1_type, arg2_type, arg3_type, arg4_type, arg5_type,
1759 virtual void emit() function in class:sigslot::_connection0
1804 virtual void emit(arg1_type a1) function in class:sigslot::_connection1
1850 virtual void emit(arg1_type a1, arg2_type a2) function in class:sigslot::_connection2
1896 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3) function in class:sigslot::_connection3
1944 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, function in class:sigslot::_connection4
1998 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function in class:sigslot::_connection5
2052 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function in class:sigslot::_connection6
2106 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function in class:sigslot::_connection7
2162 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function in class:sigslot::_connection8
2208 void emit() function in class:sigslot::signal0
2272 void emit(arg1_type a1) function in class:sigslot::signal1
2337 void emit(arg1_type a1, arg2_type a2) function in class:sigslot::signal2
2403 void emit(arg1_type a1, arg2_type a2, arg3_type a3) function in class:sigslot::signal3
2470 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) function in class:sigslot::signal4
2540 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function in class:sigslot::signal5
2614 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function in class:sigslot::signal6
2689 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function in class:sigslot::signal7
2765 void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, function in class:sigslot::signal8
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
X500Name.java 815 public void emit(DerOutputStream out) throws IOException { method in class:X500Name
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
function.h 94 extern GTY ((length ("crtl->emit.x_reg_rtx_no"))) rtx * regno_reg_rtx;
97 #define reg_rtx_no (crtl->emit.x_reg_rtx_no)
98 #define seq_stack (crtl->emit.sequence_stack)
100 #define REGNO_POINTER_ALIGN(REGNO) (crtl->emit.regno_pointer_align[REGNO])
239 struct emit_status emit;
238 struct emit_status emit; variable in typeref:struct:emit_status
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationUsageStats.java 94 emit();
344 public synchronized void emit() { method in class:NotificationUsageStats
346 stats.emit();
500 public void emit() { method in class:NotificationUsageStats.AggregatedStats
    [all...]
ZenModeHelper.java 1239 emit(); method
1242 private void emit() { method in class:ZenModeHelper.Metrics
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
setobject.c 580 char *emit = ""; /* No separator emitted on first pass */ local
598 fputs(emit, fp);
600 emit = separator; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
setobject.c 581 char *emit = ""; /* No separator emitted on first pass */ local
599 fputs(emit, fp);
601 emit = separator; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_emit_gm107.cpp 2775 const int emit = insn->op == OP_EMIT; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_context.h 113 uint16_t emit, total; member in struct:intel_batchbuffer
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 137 void (*emit) (struct gl_context *, struct radeon_state_atom *atom); member in struct:radeon_state_atom
143 int max_state_size; /* Number of bytes necessary for a full state emit. */
  /external/mesa3d/src/mesa/program/
ir_to_mesa.cpp 273 ir_to_mesa_instruction *emit(ir_instruction *ir, enum prog_opcode op);
275 ir_to_mesa_instruction *emit(ir_instruction *ir, enum prog_opcode op,
278 ir_to_mesa_instruction *emit(ir_instruction *ir, enum prog_opcode op,
281 ir_to_mesa_instruction *emit(ir_instruction *ir, enum prog_opcode op,
286 * Emit the correct dot-product instruction for the type of arguments
353 ir_to_mesa_visitor::emit(ir_instruction *ir, enum prog_opcode op, function in class:ir_to_mesa_visitor
374 emit(ir, OPCODE_ARL, address_reg, *dst.reladdr);
393 ir_to_mesa_visitor::emit(ir_instruction *ir, enum prog_opcode op, function in class:ir_to_mesa_visitor
396 return emit(ir, op, dst, src0, src1, undef_src);
400 ir_to_mesa_visitor::emit(ir_instruction *ir, enum prog_opcode op function in class:ir_to_mesa_visitor
408 ir_to_mesa_visitor::emit(ir_instruction *ir, enum prog_opcode op) function in class:ir_to_mesa_visitor
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_context.h 309 tnl_insert_func emit; member in struct:tnl_clipspace_attr
369 tnl_emit_func emit; member in struct:tnl_clipspace
  /external/python/cpython2/Objects/
setobject.c 577 char *emit = ""; /* No separator emitted on first pass */ local
595 fputs(emit, fp);
597 emit = separator; local
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 2190 def emit(self, record): member in class:TestHandler
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-i960.c 534 /* emit: output instruction binary
540 emit (long instr) /* Word to be output, host byte order. */
597 outP = emit (instr);
1101 outP = emit (instr.opcode);
1115 (void) emit (offs (exp)); /* Output displacement. */
1125 (void) emit (offs (exp));
539 emit (long instr) \/* Word to be output, host byte order. *\/ function
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 63 /* Emit the state to the context. */
64 void (*emit)(struct r300_context*, unsigned, void*); member in struct:r300_atom
65 /* Upper bound on number of dwords to emit. */
  /external/skia/src/gpu/
GrTessellator.cpp 563 void* emit(const AAParams* aaParams, void* data) { function in struct:__anon34082::Poly::MonotonePoly
650 void* emit(const AAParams* aaParams, void *data) { function in struct:__anon34082::Poly
654 LOG("emit() %d, size %d\n", fID, fCount);
656 data = m->emit(aaParams, data);
    [all...]
  /external/skqp/src/gpu/
GrTessellator.cpp 563 void* emit(const AAParams* aaParams, void* data) { function in struct:__anon34747::Poly::MonotonePoly
650 void* emit(const AAParams* aaParams, void *data) { function in struct:__anon34747::Poly
654 LOG("emit() %d, size %d\n", fID, fCount);
656 data = m->emit(aaParams, data);
    [all...]

Completed in 703 milliseconds

1 2 3 4 5 6 7 8 91011>>