HomeSort by relevance Sort by last modified time
    Searched defs:instr (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/chromium_org/v8/src/
hydrogen-canonicalize.cc 18 HInstruction* instr = it.Current(); local
19 if (instr->IsArithmeticBinaryOperation()) {
20 if (instr->representation().IsInteger32()) {
21 if (instr->HasAtLeastOneUseWithFlagAndNoneWithout(
23 instr->SetFlag(HInstruction::kAllUsesTruncatingToInt32);
25 } else if (instr->representation().IsSmi()) {
26 if (instr->HasAtLeastOneUseWithFlagAndNoneWithout(
28 instr->SetFlag(HInstruction::kAllUsesTruncatingToSmi);
29 } else if (instr->HasAtLeastOneUseWithFlagAndNoneWithout(
32 instr->SetFlag(HInstruction::kAllUsesTruncatingToInt32)
48 HInstruction* instr = it.Current(); local
    [all...]
hydrogen-dehoist.cc 59 HInstruction* instr = it.Current(); local
60 if (instr->IsLoadKeyed()) {
61 DehoistArrayIndex(HLoadKeyed::cast(instr));
62 } else if (instr->IsStoreKeyed()) {
63 DehoistArrayIndex(HStoreKeyed::cast(instr));
hydrogen-dce.cc 12 HValue* instr, ZoneList<HValue*>* worklist) {
13 if (instr->CheckFlag(HValue::kIsLive)) return; // Already live.
15 if (FLAG_trace_dead_code_elimination) PrintLive(NULL, instr);
18 worklist->Add(instr, zone());
20 HValue* instr = worklist->RemoveLast(); local
21 instr->SetFlag(HValue::kIsLive);
22 for (int i = 0; i < instr->OperandCount(); ++i) {
23 HValue* input = instr->OperandAt(i);
27 if (FLAG_trace_dead_code_elimination) PrintLive(instr, input);
34 void HDeadCodeEliminationPhase::PrintLive(HValue* ref, HValue* instr) {
53 HInstruction* instr = it.Current(); local
73 HInstruction* instr = it.Current(); local
    [all...]
hydrogen-store-elimination.cc 35 HInstruction* instr = it.Current(); local
36 if (instr->CheckFlag(HValue::kIsDead)) continue;
39 switch (instr->opcode()) {
42 ProcessStore(HStoreNamedField::cast(instr));
46 ProcessLoad(HLoadNamedField::cast(instr));
49 ProcessInstr(instr, flags);
98 void HStoreEliminationPhase::ProcessInstr(HInstruction* instr,
101 if (instr->CanDeoptimize()) {
103 instr->id(), instr->Mnemonic()))
    [all...]
hydrogen-range-analysis.cc 63 HChange* instr = HChange::cast(value); local
66 Representation from = instr->value()->representation();
67 DCHECK(from.Equals(instr->from()));
69 DCHECK(instr->to().IsTagged() ||
70 instr->to().IsDouble() ||
71 instr->to().IsSmiOrInteger32());
72 PropagateMinusZeroChecks(instr->value());
75 HCompareMinusZeroAndBranch* instr = local
77 if (instr->value()->representation().IsSmiOrInteger32()) {
78 PropagateMinusZeroChecks(instr->value())
114 HInstruction* instr = it.Current(); local
230 HUnaryMathOperation* instr = HUnaryMathOperation::cast(value); local
244 HChange* instr = HChange::cast(value); local
252 HForceRepresentation* instr = HForceRepresentation::cast(value); local
255 HMod* instr = HMod::cast(value); local
261 HBinaryOperation* instr = HBinaryOperation::cast(value); local
268 HMathFloorOfDiv* instr = HMathFloorOfDiv::cast(value); local
271 HBinaryOperation* instr = HBinaryOperation::cast(value); local
278 HMathMinMax* instr = HMathMinMax::cast(value); local
    [all...]
lithium-codegen.cc 65 LInstruction* instr = instructions_->at(current_instruction_); local
68 if (instr->IsLabel()) {
69 emit_instructions = !LLabel::cast(instr)->HasReplacement() &&
71 instr->hydrogen_value()->block()->IsReachable());
77 instr->hydrogen_value()->id(),
78 instr->hydrogen_value()->block()->block_id());
83 if (FLAG_code_comments && instr->HasInterestingComment(codegen)) {
86 instr->hydrogen_value()->id(),
87 instr->Mnemonic());
90 GenerateBodyInstructionPre(instr);
112 LInstruction* instr = instructions_->at(i); local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-fuzz-arm64.cc 46 uint32_t instr = mrand48(); local
47 buffer->SetInstructionBits(instr);
67 uint32_t instr = mrand48(); local
68 buffer->SetInstructionBits(instr);
  /development/ndk/platforms/android-9/arch-x86/include/asm/
alternative_32.h 26 u8 *instr; member in struct:alt_instr
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_struct.c 188 LLVMValueRef instr; local
190 instr = LLVMBuildStore(builder, value, element_ptr);
191 lp_set_store_alignment(instr, alignment);
lp_bld_tgsi.c 380 struct tgsi_full_instruction *instr = bld_base->instructions + local
383 tgsi_get_opcode_info(instr->Instruction.Opcode);
384 if (!lp_build_tgsi_inst_llvm(bld_base, instr)) {
lp_bld_type.c 413 LLVMValueRef instr; local
414 instr = LLVMGetFirstInstruction(block);
415 while (instr) {
418 instr = LLVMGetNextInstruction(instr);
  /external/elfutils/0.153/libcpu/
i386_parse.y 189 struct instruction *instr, int n);
279 instrs: instrs '\n' instr
280 | instr
283 instr: bytes ':' bitfieldopt kID bitfieldopt optargs label
771 struct instruction *instr, int n)
788 if (instr->operands[n].str != NULL)
793 instr->operands[n].str = runp->str;
836 if (instr->operands[n].off1 == 0)
837 instr->operands[n].off1 = bitoff;
838 else if (instr->operands[n].off2 == 0
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_struct.c 188 LLVMValueRef instr; local
190 instr = LLVMBuildStore(builder, value, element_ptr);
191 lp_set_store_alignment(instr, alignment);
  /art/compiler/optimizing/
graph_test.cc 31 HInstruction* instr = new (allocator) HIntConstant(4); local
32 if_block->AddInstruction(instr);
33 HInstruction* equal = new (allocator) HEqual(instr, instr);
35 instr = new (allocator) HIf(equal);
36 if_block->AddInstruction(instr);
  /art/runtime/arch/arm/
fault_handler_arm.cc 44 uint16_t instr = pc[0] | pc[1] << 8; local
45 bool is_32bit = ((instr & 0xF000) == 0xF000) || ((instr & 0xF800) == 0xE800);
  /external/chromium_org/v8/test/cctest/compiler/
instruction-selector-tester.h 72 Instruction* instr = *i; local
73 if (instr->opcode() < 0) continue;
75 switch (ArchOpcodeField::decode(instr->opcode())) {
85 code.push_back(instr);
  /external/emma/ant/ant14/com/vladium/emma/instr/
FilterCfg.java 9 package com.vladium.emma.instr;
instrTask.java 9 package com.vladium.emma.instr;
  /external/libunwind/src/arm/
Gstep.c 249 unw_word_t instr, i; local
265 if (dwarf_get(&c->dwarf, DWARF_LOC(frame, 0), &instr) < 0)
269 instr -= 8;
270 if (dwarf_get(&c->dwarf, DWARF_LOC(instr, 0), &instr) < 0)
274 if ((instr & 0xFFFFD800) == 0xE92DD800)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /development/ndk/platforms/android-3/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /development/samples/SpinnerTest/src/com/android/example/spinner/test/
SpinnerActivityTest.java 298 Instrumentation instr = this.getInstrumentation(); local
314 instr.callActivityOnPause(mActivity);
329 instr.callActivityOnResume(mActivity);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r300_fragprog.c 91 const char *instr; local
97 instr = "TEX";
100 instr = "KIL";
103 instr = "TXP";
106 instr = "TXB";
109 instr = "UNKNOWN";
114 instr,
  /external/emma/core/java12/com/vladium/emma/instr/
instrCommand.java 9 package com.vladium.emma.instr;
  /external/ltrace/sysdeps/linux-gnu/ia64/
breakpoint.c 119 replace_slotN_contents(char *bundle, long long instr, int slotnum) {
120 replace_bit_field(bundle, instr, 5 + 41 * slotnum, 41);
181 long long instr; local
199 instr = slotN_contents(bundle.cbundle, slotnum);
201 memcpy(sbp->orig_value, &instr, sizeof(instr));
217 unsigned long instr; local
226 memcpy(&instr, sbp->orig_value, sizeof(instr));
228 replace_slotN_contents(bundle.cbundle, instr, slotnum)
    [all...]

Completed in 316 milliseconds

1 2 3 4 5