Searched refs:OP_LOAD (Results 1 – 25 of 30) sorted by relevance
12
/third_party/ltp/tools/sparse/sparse-src/ |
D | memops.c | 75 if (one->opcode == OP_LOAD) in find_dominating_parents() 108 if (insn->bb && (insn->opcode != OP_LOAD && insn->opcode != OP_STORE)) in address_taken() 139 if (insn->opcode == OP_LOAD) { in simplify_loads() 161 if (dom->opcode == OP_LOAD) in simplify_loads() 214 if (dom->opcode == OP_LOAD) in try_to_kill_store()
|
D | ssa.c | 109 case OP_LOAD: in rewrite_local_var() 174 case OP_LOAD: in ssa_convert_one_var() 233 case OP_LOAD: in matching_load() 262 case OP_LOAD: in ssa_rename_insn()
|
D | graph.c | 87 case OP_LOAD: in graph_ep()
|
D | ir.c | 162 case OP_LOAD: in validate_insn()
|
D | flow.c | 282 case OP_LOAD: in bb_has_side_effects() 452 case OP_LOAD: case OP_STORE: in dominates() 508 case OP_LOAD: in kill_dead_stores_bb()
|
D | liveness.c | 88 case OP_LOAD: in track_instruction_usage()
|
D | linearize.c | 246 [OP_LOAD] = "load", 426 case OP_LOAD: in show_instruction() 974 insn = alloc_typed_instruction(OP_LOAD, ad->btype); in add_load() 2523 case OP_LOAD: in late_warnings()
|
D | example.c | 67 [OP_LOAD] = "load", 1391 case OP_LOAD: in generate_one_insn()
|
D | simplify.c | 372 case OP_LOAD: in kill_insn() 2775 case OP_LOAD: in simplify_instruction()
|
D | sparse-llvm.c | 1004 case OP_LOAD: in output_insn()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_nvc0.cpp | 397 && i->op != OP_LOAD) in insnCanLoad() 449 (insn->op != OP_LOAD || insn->subOp != NV50_IR_SUBOP_LDC_IS)) in insnCanLoadOffset() 583 case OP_LOAD: in getLatency() 597 if (i->op == OP_LOAD) { in getLatency()
|
D | nv50_ir_target_nv50.cpp | 288 ((i->op != OP_ATOM && i->op != OP_LOAD) || in insnCanLoad() 410 if (i->op == OP_LOAD || i->op == OP_STORE || i->op == OP_ATOM) { in insnCanLoadOffset() 528 if (i->op == OP_LOAD) { in getLatency()
|
D | nv50_ir_target_gm107.cpp | 311 case OP_LOAD: in getReadLatency()
|
D | nv50_ir_peephole.cpp | 165 return ld && ld->op == OP_LOAD && ld->src(0).getFile() == FILE_MEMORY_CONST; in isCSpaceLoad() 185 (ld->op == OP_LOAD && in isAttribOrSharedLoad() 277 if (!ld || ld->fixed || (ld->op != OP_LOAD && ld->op != OP_MOV)) in visit() 279 if (ld->op == OP_LOAD && ld->subOp == NV50_IR_SUBOP_LOAD_LOCKED) in visit() 2947 if (insn->op == OP_LOAD || insn->op == OP_VFETCH) in getList() 2973 if (it->locked && insn->op != OP_LOAD && insn->op != OP_VFETCH) in findRecord() 3179 if (ldst->op == OP_LOAD || ldst->op == OP_VFETCH) { in runOpt() 3309 if (ld->op != OP_MOV && ld->op != OP_LOAD) in isConstantCondition() 3456 ((insn->op != OP_LOAD && insn->op != OP_STORE && insn->op != OP_ATOM) || in visit() 3772 if (op == OP_LOAD || op == OP_VFETCH || op == OP_ATOM) { in isResultEqual() [all …]
|
D | nv50_ir_ra.cpp | 1756 ld = new_Instruction(func, OP_LOAD, ty); in unspill() 1765 Instruction *l = new_Instruction(func, OP_LOAD, TYPE_U32); in unspill() 2567 if (i->op == OP_LOAD || i->op == OP_VFETCH) { in visit() 2573 if (i->op == OP_LOAD && i->fixed && targ->getChipset() < 0xc0) { in visit() 2608 bool load = defi->op == OP_LOAD && in insertConstraintMove() 2630 mov->op = OP_LOAD; in insertConstraintMove()
|
D | nv50_ir_lowering_gm107.cpp | 104 case OP_LOAD: in visit()
|
D | nv50_ir_lowering_gv100.cpp | 315 case OP_LOAD: in visit()
|
D | nv50_ir_target_gv100.cpp | 295 case OP_LOAD: in getOpInfo()
|
D | nv50_ir_build_util.cpp | 111 Instruction *insn = new_Instruction(func, OP_LOAD, ty); in mkLoad()
|
D | nv50_ir_print.cpp | 668 case OP_LOAD: in print()
|
D | nv50_ir.h | 50 OP_LOAD, enumerator
|
D | nv50_ir_lowering_nvc0.cpp | 55 if (!ld || ld->fixed || (ld->op != OP_LOAD && ld->op != OP_MOV) || in handleDIV() 855 if (i->op == OP_LOAD && i->subOp == NV50_IR_SUBOP_LDC_IS) { in visit() 3341 case OP_LOAD: in visit()
|
D | nv50_ir_lowering_nv50.cpp | 1299 bld.mkOp1(OP_LOAD, TYPE_U16, x, in handleRDSV() 2226 case OP_LOAD: in visit()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.5.0.rst | 87 * sparse-llvm: OP_LOAD
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | IR.rst | 329 .. op:: OP_LOAD
|
12