/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target_nvc0.cpp | 135 { OP_CALL, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0 }, 209 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo() 218 OP_CALL, OP_PRERET, OP_QUADON, OP_QUADPOP, in initOpInfo()
|
D | nv50_ir_target_nv50.cpp | 126 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo() 134 OP_CALL, OP_PREBREAK, OP_PRERET, OP_QUADON, OP_QUADPOP, OP_JOINAT, in initOpInfo()
|
D | nv50_ir_print.cpp | 644 if (op == OP_CALL && asFlow()->builtin) { in print() 647 if (op == OP_CALL && asFlow()->target.fn) { in print()
|
D | nv50_ir_emit_nv50.cpp | 1827 case OP_CALL: in emitFlow() 1849 if (f->op == OP_CALL) { in emitFlow() 2087 case OP_CALL: in emitInstruction() 2246 if (insn->op == OP_CALL) // side effects ! in trySetExitModifier()
|
D | nv50_ir.cpp | 1127 if (op == OP_CALL) in FlowInstruction() 1158 if (op == OP_CALL) in clone()
|
D | nv50_ir_emit_gk110.cpp | 1517 case OP_CALL: in emitFlow() 1557 if (f->op == OP_CALL) { in emitFlow() 2676 case OP_CALL: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 1464 case OP_CALL: in emitFlow() 1516 if (f->op == OP_CALL) { in emitFlow() 2870 case OP_CALL: in emitInstruction()
|
D | nv50_ir.h | 100 OP_CALL, enumerator
|
D | nv50_ir_peephole.cpp | 265 if (i->op == OP_CALL) // calls have args as sources, they must be in regs in visit() 413 if (i->op == OP_MOV || i->op == OP_CALL) in visit() 3201 if (ldst->op == OP_CALL || in runOpt()
|
D | nv50_ir_ra.cpp | 457 assert(pb->getExit()->op != OP_CALL); in splitEdges() 530 if (!cal || cal->op != OP_CALL || cal->builtin || cal->indirect) in visit()
|
D | nv50_ir_from_tgsi.cpp | 3742 mkFlow(OP_CALL, s->f, CC_ALWAYS, NULL); in handleInstruction() 4333 if (i->op == OP_CALL && !i->asFlow()->builtin) { in visit()
|
D | nv50_ir_lowering_nvc0.cpp | 75 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL); in handleDIV() 101 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL); in handleRCPRSQLib()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | graph.c | 137 if (insn->opcode == OP_CALL && in graph_calls()
|
D | flow.c | 278 case OP_CALL: in bb_has_side_effects() 450 case OP_CALL: case OP_ENTRY: in dominates() 518 case OP_CALL: in kill_dead_stores_bb()
|
D | ir.c | 154 case OP_CALL: in validate_insn()
|
D | sparse.c | 216 case OP_CALL: in check_one_instruction()
|
D | liveness.c | 116 case OP_CALL: in track_instruction_usage()
|
D | scheck.c | 311 case OP_CALL: in check_function()
|
D | example.c | 87 [OP_CALL] = "call", 1442 case OP_CALL: in generate_one_insn()
|
D | linearize.c | 268 [OP_CALL] = "call", 433 case OP_CALL: { in show_instruction() 1516 insn = alloc_typed_instruction(OP_CALL, expr->ctype); in linearize_call_expression()
|
D | sparse-llvm.c | 1012 case OP_CALL: in output_insn()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.5.0.rst | 91 * sparse, llvm: implement OP_CALL
|
D | v0.5.1.rst | 244 * fix killing OP_CALL via pointers
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | IR.rst | 386 .. op:: OP_CALL
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6138 case OP_CALL: in op_has_longofs() 6285 case OP_CALL: { in putop() 6407 case OP_CALL: in dumpbc() 6590 putop(c, OP_CALL, sub_m); in generate_msgfield() 6608 putop(c, OP_CALL, sub_m); in generate_msgfield() 6993 case OP_CALL: in consumes_input() 7747 VMCASE(OP_CALL, in run_decoder_vm()
|