/external/proguard/src/proguard/optimize/peephole/ |
D | NopRemover.java | 77 if (simpleInstruction.opcode == InstructionConstants.OP_NOP && in visitSimpleInstruction()
|
D | InstructionSequenceConstants.java | 391 new SimpleInstruction(InstructionConstants.OP_NOP),
|
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 30 public static final byte OP_NOP = 0; field
|
D | InstructionFactory.java | 51 case InstructionConstants.OP_NOP: in create()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_sm4.cpp | 361 case SM4_OPCODE_CASE: return OP_NOP; in cvtOpcode() 365 case SM4_OPCODE_DEFAULT: return OP_NOP; in cvtOpcode() 378 case SM4_OPCODE_ENDSWITCH: return OP_NOP; in cvtOpcode() 411 case SM4_OPCODE_NOP: return OP_NOP; in cvtOpcode() 429 case SM4_OPCODE_SWITCH: return OP_NOP; in cvtOpcode() 490 return OP_NOP; in cvtOpcode() 1454 saveFragDepth(OP_NOP, value); in saveDst() 2124 mkOp(OP_NOP, TYPE_NONE, NULL); in handleInstruction()
|
D | nv50_ir_ssa.cpp | 429 Instruction *nop = new_Instruction(func, OP_NOP, typeOfSize(lval->reg.size)); in mkUndefined() 526 if (stmt->op == OP_NOP) in search()
|
D | nv50_ir_build_util.cpp | 337 Instruction *insn = mkOp(OP_NOP, TYPE_NONE, NULL); in mkClobber()
|
D | nv50_ir.h | 42 OP_NOP = 0, enumerator
|
D | nv50_ir_ra.cpp | 1740 Instruction *hzd = new_Instruction(func, OP_NOP, TYPE_NONE); in addHazard() 1970 mov = new_Instruction(func, OP_NOP, typeOfSize(size)); in insertConstraintMoves()
|
D | nv50_ir.cpp | 586 op = OP_NOP; in Instruction()
|
D | nv50_ir_emit_nv50.cpp | 1542 case OP_NOP: in emitInstruction()
|
D | nv50_ir_from_tgsi.cpp | 559 return nv50_ir::OP_NOP; in translateOpcode()
|
D | nv50_ir_peephole.cpp | 40 if (!fixed && op == OP_NOP) in isNop()
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_emit_nvc0.cpp | 1579 case OP_NOP: in emitInstruction() 2045 prevOp = OP_NOP; in visit() 2060 prevOp = OP_NOP; in visit()
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationShrinker.java | 58 private static final int NOP = InstructionConstants.OP_NOP & 0xff; 973 if (newOpcode == InstructionConstants.OP_NOP) in visitSimpleInstruction()
|
/external/proguard/src/proguard/evaluation/ |
D | Processor.java | 83 case InstructionConstants.OP_NOP: in visitSimpleInstruction()
|
/external/proguard/lib/ |
D | proguard.jar | META-INF/
META-INF/MANIFEST.MF
proguard/optimize/WriteOnlyFieldFilter.class
WriteOnlyFieldFilter ... |
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |