Home
last modified time | relevance | path

Searched refs:OP_NOP (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ssa.cpp430 Instruction *nop = new_Instruction(func, OP_NOP, typeOfSize(lval->reg.size)); in mkUndefined()
546 if (stmt->op == OP_NOP) in search()
Dnv50_ir_from_nir.cpp497 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()
Dnv50_ir_ra.cpp1913 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()
Dnv50_ir_emit_nvc0.cpp2698 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()
Dnv50_ir_build_util.cpp342 Instruction *insn = mkOp(OP_NOP, TYPE_NONE, NULL); in mkClobber()
Dnv50_ir.h43 OP_NOP = 0, enumerator
Dnv50_ir.cpp601 op = OP_NOP; in Instruction()
Dnv50_ir_emit_nv50.cpp1950 case OP_NOP: in emitInstruction()
Dnv50_ir_from_tgsi.cpp940 return nv50_ir::OP_NOP; in translateOpcode()
3041 operation op = OP_NOP; in handleINTERP()
Dnv50_ir_peephole.cpp42 if (!fixed && op == OP_NOP) in isNop()
3197 ldst->getSrc(1)->getInsn()->op == OP_NOP) { in runOpt()
Dnv50_ir_emit_gk110.cpp2522 case OP_NOP: in emitInstruction()
Dnv50_ir_emit_gm107.cpp3729 case OP_NOP: in emitInstruction()
/third_party/ltp/tools/sparse/sparse-src/
Dliveness.c134 case OP_NOP: in track_instruction_usage()
Dflow.c178 case OP_NOP: in bb_is_forwarder()
991 case OP_NOP: in pack_basic_blocks()
Dlinearize.c270 [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()
Dsparse-llvm.c1087 case OP_NOP: in output_insn()
Dexample.c89 [OP_NOP] = "nop",
/third_party/ltp/tools/sparse/sparse-src/Documentation/
DIR.rst438 .. op:: OP_NOP