Searched refs:OP_NOP (Results 1 – 18 of 18) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ssa.cpp | 430 Instruction *nop = new_Instruction(func, OP_NOP, typeOfSize(lval->reg.size)); in mkUndefined() 546 if (stmt->op == OP_NOP) in search()
|
D | nv50_ir_from_nir.cpp | 497 return OP_NOP; in getOperation() 527 return OP_NOP; in getOperation() 578 return OP_NOP; in getOperation() 590 return OP_NOP; in preOperationNeeded() 2533 if (preOp != OP_NOP) { in visit() 2870 mkOp(OP_NOP, TYPE_NONE, newDefs[i]); in visit()
|
D | nv50_ir_ra.cpp | 1913 Instruction *nop = new_Instruction(func, OP_NOP, TYPE_NONE); in execFunc() 2111 Instruction *hzd = new_Instruction(func, OP_NOP, TYPE_NONE); in addHazard() 2576 Instruction *nop = new_Instruction(func, OP_NOP, i->dType); in visit() 2589 Instruction *nop = new_Instruction(func, OP_NOP, i->dType); in visit() 2680 mov = new_Instruction(func, OP_NOP, typeOfSize(size)); in insertConstraintMoves()
|
D | nv50_ir_emit_nvc0.cpp | 2698 case OP_NOP: in emitInstruction() 3024 prevOp(OP_NOP), targ(targ) { } in SchedDataCalculator() 3247 prevOp = OP_NOP; in visit() 3263 prevOp = OP_NOP; in visit()
|
D | nv50_ir_build_util.cpp | 342 Instruction *insn = mkOp(OP_NOP, TYPE_NONE, NULL); in mkClobber()
|
D | nv50_ir.h | 43 OP_NOP = 0, enumerator
|
D | nv50_ir.cpp | 601 op = OP_NOP; in Instruction()
|
D | nv50_ir_emit_nv50.cpp | 1950 case OP_NOP: in emitInstruction()
|
D | nv50_ir_from_tgsi.cpp | 940 return nv50_ir::OP_NOP; in translateOpcode() 3041 operation op = OP_NOP; in handleINTERP()
|
D | nv50_ir_peephole.cpp | 42 if (!fixed && op == OP_NOP) in isNop() 3197 ldst->getSrc(1)->getInsn()->op == OP_NOP) { in runOpt()
|
D | nv50_ir_emit_gk110.cpp | 2522 case OP_NOP: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 3729 case OP_NOP: in emitInstruction()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | liveness.c | 134 case OP_NOP: in track_instruction_usage()
|
D | flow.c | 178 case OP_NOP: in bb_is_forwarder() 991 case OP_NOP: in pack_basic_blocks()
|
D | linearize.c | 270 [OP_NOP] = "nop", 484 case OP_NOP: in show_instruction() 1297 return OP_NOP; in get_cast_opcode() 1341 return OP_NOP; in get_cast_opcode() 1355 return OP_NOP; in get_cast_opcode() 1375 case OP_NOP: in cast_pseudo()
|
D | sparse-llvm.c | 1087 case OP_NOP: in output_insn()
|
D | example.c | 89 [OP_NOP] = "nop",
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | IR.rst | 438 .. op:: OP_NOP
|