Home | History | Annotate | Download | only in optimizing

Lines Matching refs:HInstruction

101     ArrayReference(HInstruction* b, HInstruction* o, DataType::Type t, bool l, bool c = false)
114 HInstruction* base; // base address
115 HInstruction* offset; // offset + i
177 HInstruction* lo,
178 HInstruction* hi,
179 HInstruction* step,
181 bool VectorizeDef(LoopNode* node, HInstruction* instruction, bool generate_code);
183 HInstruction* instruction,
190 void GenerateVecInv(HInstruction* org, DataType::Type type);
191 void GenerateVecSub(HInstruction* org, HInstruction* offset);
192 void GenerateVecMem(HInstruction* org,
193 HInstruction* opa,
194 HInstruction* opb,
195 HInstruction* offset,
198 void GenerateVecReductionPhiInputs(HPhi* phi, HInstruction* reduction);
199 HInstruction* ReduceAndExtractIfNeeded(HInstruction* instruction);
200 void GenerateVecOp(HInstruction* org,
201 HInstruction* opa,
202 HInstruction* opb,
207 HInstruction* instruction,
212 HInstruction* instruction,
217 HInstruction* instruction,
222 HInstruction* instruction,
228 Alignment ComputeAlignment(HInstruction* offset,
250 HInstruction* instruction,
254 HInstruction* instruction);
256 HInstruction* instruction,
259 HInstruction* instruction,
285 ScopedArenaSet<HInstruction*>* iset_;
292 ScopedArenaSafeMap<HInstruction*, HInstruction*>* reductions_;
309 HInstruction* vector_runtime_test_a_;
310 HInstruction* vector_runtime_test_b_;
316 ScopedArenaSafeMap<HInstruction*, HInstruction*>* vector_map_;
320 ScopedArenaSafeMap<HInstruction*, HInstruction*>* vector_permanent_map_;
327 HInstruction* vector_index_; // normalized index of the new loop