Searched refs:OP_RET (Results 1 – 22 of 22) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | graph.c | 94 case OP_RET: in graph_ep()
|
D | ir.c | 166 case OP_RET: in validate_insn()
|
D | sparse.c | 89 if (insn->opcode == OP_RET) in check_children()
|
D | liveness.c | 59 case OP_RET: in track_instruction_usage()
|
D | example.c | 24 [OP_RET] = "ret", 1446 case OP_RET: in generate_one_insn() 1898 case OP_RET: in arch_set_up_storage()
|
D | scheck.c | 314 case OP_RET: in check_function()
|
D | linearize.c | 178 [OP_RET] = "ret", 332 case OP_RET: in show_instruction() 2572 ret = alloc_typed_instruction(OP_RET, ret_type); in linearize_fn()
|
D | sparse-llvm.c | 971 case OP_RET: in output_insn()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.5.0.rst | 152 * sparse, llvm: OP_RET/PSEUDO_VAL code generation 153 * sparse, llvm: Add support for OP_RET/PSEUDO_ARG
|
D | v0.6.0.rst | 324 * llvm: adjust OP_RET's type 340 * llvm: fix mutated OP_RET
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target_nv50.cpp | 126 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
|
D | nv50_ir_target_nvc0.cpp | 209 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
|
D | nv50_ir_emit_nv50.cpp | 1824 case OP_RET: in emitFlow() 2090 case OP_RET: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 1472 case OP_RET: code[1] = 0x90000000; mask = 1; break; in emitFlow() 2872 case OP_RET: in emitInstruction() 3186 if (insn->op == OP_EXIT || insn->op == OP_RET) in setDelay()
|
D | nv50_ir.h | 101 OP_RET, enumerator
|
D | nv50_ir_emit_gk110.cpp | 1525 case OP_RET: code[1] = 0x19000000; mask = 1; break; in emitFlow() 2678 case OP_RET: in emitInstruction()
|
D | nv50_ir.cpp | 1134 op == OP_RET || op == OP_EXIT) in FlowInstruction()
|
D | nv50_ir_emit_gm107.cpp | 3456 case OP_RET: in emitInstruction()
|
D | nv50_ir_from_tgsi.cpp | 3763 mkFlow(OP_RET, NULL, CC_ALWAYS, NULL)->fixed = 1; in handleInstruction()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | IR.rst | 25 .. op:: OP_RET
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6254 case OP_RET: in putop() 6378 case OP_RET: in dumpbc() 6769 putop(c, OP_RET); in compile_method() 6994 case OP_RET: in consumes_input() 7751 VMCASE(OP_RET, in run_decoder_vm()
|
D | upb.h | 5998 OP_RET = 30,
|