/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
reg-notes.def | 69 /* REG_CC_SETTER and REG_CC_USER link a pair of insns that set and use 71 insns, but we permit putting a cc0-setting insn in the delay slot 112 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex 117 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex 127 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex 146 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex 152 /* Attached to insns that are RTX_FRAME_RELATED_P, with the information
|
cif-code.def | 60 N_("--param max-inline-insns-single limit reached")) 62 N_("--param max-inline-insns-auto limit reached"))
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
reg-notes.def | 69 /* REG_CC_SETTER and REG_CC_USER link a pair of insns that set and use 71 insns, but we permit putting a cc0-setting insn in the delay slot 112 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex 117 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex 127 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex 146 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex 152 /* Attached to insns that are RTX_FRAME_RELATED_P, with the information
|
cif-code.def | 60 N_("--param max-inline-insns-single limit reached")) 62 N_("--param max-inline-insns-auto limit reached"))
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
reg-notes.def | 69 /* REG_CC_SETTER and REG_CC_USER link a pair of insns that set and use 71 insns, but we permit putting a cc0-setting insn in the delay slot 112 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex 117 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex 127 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex 146 /* Attached to insns that are RTX_FRAME_RELATED_P, but are too complex 152 /* Attached to insns that are RTX_FRAME_RELATED_P, with the information
|
cif-code.def | 60 N_("--param max-inline-insns-single limit reached")) 62 N_("--param max-inline-insns-auto limit reached"))
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
DeadCodeRemover.java | 95 SsaInsn insnS = ssaMeth.getDefinitionForRegister(regV); 98 if (deletedInsns.contains(insnS)) { 102 RegisterSpecList sources = insnS.getSources(); 108 useList[source.getReg()].remove(insnS); 122 deletedInsns.add(insnS);
|
SsaRenamer.java | 274 * Processes all insns in a block and renames their registers 297 * maps the set of insns to replace after renaming is finished 378 // Delete all move insns in this block. 379 ArrayList<SsaInsn> insns = block.getInsns(); local 380 int szInsns = insns.size(); 383 SsaInsn insn = insns.get(i); 389 insns.set(i, replaceInsn); 392 insns.remove(i); 473 * Phi insns have their result registers renamed. 483 * Move insns are treated as a simple mapping operation, an [all...] |
MoveParamCombiner.java | 30 * Combine identical move-param insns, which may result from Ropper's 59 // Insns to delete when all done
|
/external/valgrind/main/none/tests/ppc64/ |
Makefile.in | 57 check_PROGRAMS = allexec$(EXEEXT) jm-insns$(EXEEXT) lsw$(EXEEXT) \ 78 jm_insns_SOURCES = jm-insns.c 79 jm_insns_OBJECTS = jm_insns-jm-insns.$(OBJEXT) 156 SOURCES = allexec.c jm-insns.c lsw.c power6_bcmp.c power6_mf_gpr.c \ 160 DIST_SOURCES = allexec.c jm-insns.c lsw.c power6_bcmp.c \ 544 jm-insns$(EXEEXT): $(jm_insns_OBJECTS) $(jm_insns_DEPENDENCIES) 545 @rm -f jm-insns$(EXEEXT) 600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jm_insns-jm-insns.Po@am__quote@ 645 jm_insns-jm-insns.o: jm-insns. [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
SsaRenamer.java | 273 * Processes all insns in a block and renames their registers 296 * maps the set of insns to replace after renaming is finished 377 // Delete all move insns in this block. 378 ArrayList<SsaInsn> insns = block.getInsns(); local 379 int szInsns = insns.size(); 382 SsaInsn insn = insns.get(i); 388 insns.set(i, replaceInsn); 391 insns.remove(i); 472 * Phi insns have their result registers renamed. 482 * Move insns are treated as a simple mapping operation, an [all...] |
MoveParamCombiner.java | 28 * Combine identical move-param insns, which may result from Ropper's 57 // Insns to delete when all done
|
/dalvik/vm/compiler/ |
InlineTransformation.cpp | 56 dexDecodeInstruction(calleeMethod->insns, &getterInsn); 154 dexDecodeInstruction(calleeMethod->insns, &setterInsn); 367 if (dvmJitGetMethodAddr(calleeMethod->insns)) { 372 if (dvmJitGetMethodAddr(calleeMethod->insns)) { 412 if (dvmJitGetMethodAddr(calleeMethod->insns)) { 417 if (dvmJitGetMethodAddr(calleeMethod->insns)) {
|
/dalvik/dx/src/com/android/dx/cf/code/ |
RopperMachine.java | 77 private final ArrayList<Insn> insns; field in class:RopperMachine 142 this.insns = new ArrayList<Insn>(25); 160 return insns; 183 * {@link #insns} list, set {@link #catches}, reset whether it has 190 insns.clear(); 338 insns.add(new PlainInsn(Rops.opMove(type), pos, scratch, src)); 347 insns.add(new PlainInsn(Rops.opMove(type), pos, 377 insns.add(insn); 382 insns.add(insn); 424 insns.add(insn) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nvfx_vertprog.c | 299 vp->insns = realloc(vp->insns, ++vp->nr_insns * sizeof(*vpc->vpi)); 300 vpc->vpi = &vp->insns[vp->nr_insns - 1]; 795 vpc->vp->insns[vpc->vp->nr_insns - 1].data[3] |= NVFX_VP_INST_LAST; 797 vpc->vp->insns[vpc->vp->nr_insns - 1].data[3] |= NVFX_VP_INST_LAST; 977 struct util_dynarray insns; local 1008 util_dynarray_init(&insns); 1033 unsigned idx = insns.size >> 2; 1034 util_dynarray_append(&insns, unsigned, vp->nr_insns) [all...] |
nv30_state.h | 88 struct nv30_vertprog_exec *insns; member in struct:nv30_vertprog
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nvfx_vertprog.c | 299 vp->insns = realloc(vp->insns, ++vp->nr_insns * sizeof(*vpc->vpi)); 300 vpc->vpi = &vp->insns[vp->nr_insns - 1]; 795 vpc->vp->insns[vpc->vp->nr_insns - 1].data[3] |= NVFX_VP_INST_LAST; 797 vpc->vp->insns[vpc->vp->nr_insns - 1].data[3] |= NVFX_VP_INST_LAST; 977 struct util_dynarray insns; local 1008 util_dynarray_init(&insns); 1033 unsigned idx = insns.size >> 2; 1034 util_dynarray_append(&insns, unsigned, vp->nr_insns) [all...] |
nv30_state.h | 88 struct nv30_vertprog_exec *insns; member in struct:nv30_vertprog
|
/art/compiler/dex/ |
compiler_ir.h | 63 insns(NULL), 94 const uint16_t* insns; member in struct:art::CompilationUnit
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cif-code.def | 60 N_("--param max-inline-insns-single limit reached")) 62 N_("--param max-inline-insns-auto limit reached"))
|
/sdk/emulator/qtools/ |
bb2sym.cpp | 43 uint32_t insns[kMaxInsnPerBB]; local 72 trace->ReadStaticInsns(blocks[ii].bb.num_insns, insns);
|
/dalvik/vm/mterp/portable/ |
entry.cpp | 39 pc - curMethod->insns, fp);
|
/dalvik/vm/oo/ |
Class.h | 149 * Update method's "nativeFunc" and "insns". If "insns" is NULL, the 150 * current method->insns value is not changed. 152 void dvmSetNativeFunc(Method* method, DalvikBridgeFunc func, const u2* insns);
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
complex_rep.S | 5 # Performance counters give us 8207 insns
|
/external/valgrind/main/exp-bbv/tests/x86/ |
complex_rep.S | 5 # Performance counters give us 8207 insns
|