/third_party/grpc/third_party/upb/upb/pb/ |
D | compile_decoder.c | 126 case OP_CALL: in op_has_longofs() 273 case OP_CALL: { in putop() 395 case OP_CALL: in dumpbc() 578 putop(c, OP_CALL, sub_m); in generate_msgfield() 596 putop(c, OP_CALL, sub_m); in generate_msgfield()
|
D | decoder.int.h | 52 OP_CALL = 29, enumerator
|
D | decoder.c | 63 case OP_CALL: in consumes_input() 817 VMCASE(OP_CALL, in run_decoder_vm()
|
/third_party/mesa3d/src/gallium/drivers/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 | 1131 if (op == OP_CALL) in FlowInstruction() 1162 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() 3204 if (ldst->op == OP_CALL || in runOpt()
|
D | nv50_ir_ra.cpp | 469 assert(pb->getExit()->op != OP_CALL); in splitEdges() 542 if (!cal || cal->op != OP_CALL || cal->builtin || cal->indirect) in visit()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | graph.c | 137 if (insn->opcode == OP_CALL && in graph_calls()
|
D | ir.c | 154 case OP_CALL: in validate_insn()
|
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 | 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
|