Searched refs:HInstruction (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/v8/src/
H A Dhydrogen-canonicalize.cc18 HInstruction* instr = it.Current();
22 HInstruction::kTruncatingToInt32)) {
23 instr->SetFlag(HInstruction::kAllUsesTruncatingToInt32);
27 HInstruction::kTruncatingToSmi)) {
28 instr->SetFlag(HInstruction::kAllUsesTruncatingToSmi);
30 HInstruction::kTruncatingToInt32)) {
32 instr->SetFlag(HInstruction::kAllUsesTruncatingToInt32);
48 HInstruction* instr = it.Current();
H A Dhydrogen-escape-analysis.h31 void AnalyzeDataFlow(HInstruction* instr);
33 HCapturedObject* NewState(HInstruction* prev);
34 HCapturedObject* NewStateForAllocation(HInstruction* prev);
35 HCapturedObject* NewStateForLoopHeader(HInstruction* prev, HCapturedObject*);
36 HCapturedObject* NewStateCopy(HInstruction* prev, HCapturedObject* state);
53 ZoneList<HInstruction*> captured_;
H A Dhydrogen-uint32-analysis.cc86 if (!use->CheckFlag(HInstruction::kUint32)) {
107 if (use->IsPhi() && !use->CheckFlag(HInstruction::kUint32)) {
108 use->SetFlag(HInstruction::kUint32);
120 if (!phi->CheckFlag(HInstruction::kUint32)) {
127 if (!operand->CheckFlag(HInstruction::kUint32)) {
131 operand->SetFlag(HInstruction::kUint32);
148 phi->ClearFlag(HInstruction::kUint32);
151 if (operand->CheckFlag(HInstruction::kUint32)) {
152 operand->ClearFlag(HInstruction::kUint32);
220 ZoneList<HInstruction*>* uint32_instruction
[all...]
H A Dhydrogen-store-elimination.h28 void ProcessInstr(HInstruction* instr, GVNFlagSet flags);
H A Dhydrogen-infer-representation.cc69 phi_list->at(index)->CheckFlag(HInstruction::kTruncatingToInt32);
71 phi_list->at(index)->CheckFlag(HInstruction::kTruncatingToSmi);
81 phi_list->at(index)->ClearFlag(HInstruction::kTruncatingToInt32);
90 phi_list->at(index)->ClearFlag(HInstruction::kTruncatingToSmi);
124 HInstruction* current = it.Current();
148 HInstruction* current = it.Current();
150 current->CheckFlag(HInstruction::kFlexibleRepresentation)) {
151 if (current->CheckFlag(HInstruction::kCannotBeTagged)) {
H A Dhydrogen-mark-deoptimize.cc48 for (HInstruction* current = block->first(); current != NULL; ) {
49 HInstruction* next = current->next();
H A Dhydrogen-environment-liveness.h34 void UpdateLivenessAtInstruction(HInstruction* instr, BitVector* live);
H A Dhydrogen-gvn.cc28 void Add(HInstruction* instr, Zone* zone) {
33 HInstruction* Lookup(HInstruction* instr) const;
42 // A linked list of HInstruction* values. Stored in arrays.
44 HInstruction* instr;
56 void Insert(HInstruction* instr, Zone* zone);
81 void Store(SideEffects side_effects, HInstruction* instr);
85 inline HInstruction* operator[](int i) const {
90 inline HInstruction* at(int i) const { return operator[](i); }
94 HInstruction* data
[all...]
H A Dhydrogen-representation-changes.cc14 HInstruction* next = NULL;
18 next = HInstruction::cast(use_value);
24 HInstruction* new_value = NULL;
195 for (HInstruction* current = block->first(); current != NULL; ) {
196 HInstruction* next = current->next();
H A Dhydrogen-gvn.h20 // the GVNFlags of an HInstruction. These special side effects are tracked by a
69 SideEffects ComputeChanges(HInstruction* instr);
70 SideEffects ComputeDependsOn(HInstruction* instr);
131 bool ShouldMove(HInstruction* instr, HBasicBlock* loop_header);
H A Dhydrogen.h46 HInstruction* first() const { return first_; }
47 HInstruction* last() const { return last_; }
48 void set_last(HInstruction* instr) { last_ = instr; }
91 void AddInstruction(HInstruction* instr, HSourcePosition position);
193 HInstruction* first_;
194 HInstruction* last_;
244 inline HInstruction* Current() { return instr_; }
251 HInstruction* instr_;
252 HInstruction* next_;
444 ZoneList<HInstruction*>* uint32_instruction
[all...]
H A Dhydrogen-dce.cc53 HInstruction* instr = it.Current();
73 HInstruction* instr = it.Current();
H A Dhydrogen-escape-analysis.cc46 HInstruction* instr = it.Current();
63 HCapturedObject* HEscapeAnalysisPhase::NewState(HInstruction* previous) {
74 HInstruction* previous) {
86 HInstruction* previous,
101 HInstruction* previous,
149 HInstruction* new_instr =
162 void HEscapeAnalysisPhase::AnalyzeDataFlow(HInstruction* allocate) {
181 HInstruction* instr = it.Current();
H A Dhydrogen-store-elimination.cc35 HInstruction* instr = it.Current();
98 void HStoreEliminationPhase::ProcessInstr(HInstruction* instr,
H A Dhydrogen-removable-simulates.cc17 State* Process(HInstruction* instr, Zone* zone) {
168 void Process(HInstruction* instr, Zone* zone) { }
H A Dhydrogen-dehoist.cc59 HInstruction* instr = it.Current();
H A Dhydrogen-bce.cc188 HInstruction* old_position = new_check->next();
224 HInstruction* end_of_scan_range) {
236 for (HInstruction* cursor = end_of_scan_range; cursor != insert_before;) {
263 for (HInstruction* cursor = end_of_scan_range; cursor != insert_before;) {
378 HInstruction* i = it.Current();
H A Dhydrogen.cc132 void HBasicBlock::AddInstruction(HInstruction* instr,
578 HInstruction* current = block->first();
1185 HInstruction* HGraphBuilder::AddInstruction(HInstruction* instr) {
1407 HInstruction* elements = AddLoadElements(object);
1409 HInstruction* empty_fixed_array = Add<HConstant>(
1418 HInstruction* elements_length = AddLoadFixedArrayLength(elements);
1420 HInstruction* array_length = is_jsarray
2067 HInstruction* left_instance_type = AddLoadStringInstanceType(left);
2068 HInstruction* right_instance_typ
[all...]
H A Dcode-stubs-hydrogen.cc94 HInstruction* LoadFromOptimizedCodeMap(HValue* optimized_map,
133 HInstruction* stack_parameter_count = NULL;
164 HInstruction* stack_pop_count = stack_parameter_count;
168 HInstruction* constant_one = graph()->GetConstant1();
339 HInstruction* allocation_site = Add<HLoadKeyed>(GetParameter(0),
350 HInstruction* boilerplate = Add<HLoadNamedField>(
403 HInstruction* allocation_site = Add<HLoadKeyed>(GetParameter(0),
415 HInstruction* boilerplate = Add<HLoadNamedField>(
437 HInstruction* object = Add<HAllocate>(size_in_bytes, HType::JSObject(),
469 HInstruction* objec
[all...]
H A Dhydrogen-instructions.cc632 OStream& HInstruction::PrintTo(OStream& os) const { // NOLINT
641 OStream& HInstruction::PrintDataTo(OStream& os) const { // NOLINT
650 void HInstruction::Unlink() {
666 void HInstruction::InsertBefore(HInstruction* next) {
672 HInstruction* prev = next->previous();
684 void HInstruction::InsertAfter(HInstruction* previous) {
700 HInstruction* next = previous->next_;
721 bool HInstruction
[all...]
H A Dhydrogen-environment-liveness.cc95 HInstruction* instr,
181 for (HInstruction* instr = block->end(); instr != NULL;
H A Dhydrogen-flow-engine.h27 inline void Process(HInstruction* value, Zone* zone) {
42 inline NoState* Process(HInstruction* value, Zone* zone) {
H A Dlithium-codegen.cc117 HInstruction* hinstr = HInstruction::cast(hval);
H A Dhydrogen-instructions.h32 class HInstruction;
539 // Declare a non-virtual predicates for each concrete HInstruction or HValue.
546 // Declare virtual predicates for abstract HInstruction or HValue
1053 // the HInstruction in the compact form. Uses tagging to distinguish between
1145 class HInstruction : public HValue { class in namespace:v8
1147 HInstruction* next() const { return next_; }
1148 HInstruction* previous() const { return previous_; }
1156 void InsertBefore(HInstruction* next);
1163 void InsertAfter(HInstruction* previous);
1193 bool Dominates(HInstruction* othe
1210 explicit HInstruction(HType type = HType::Tagged()) function in class:v8::HInstruction
[all...]
H A Dhydrogen-check-elimination.cc66 HInstruction* check_; // The last check instruction.
85 HCheckTable* Process(HInstruction* instr, Zone* zone) {
648 HInstruction* instr) {
765 HInstruction* check,
772 HInstruction* check,
810 void Process(HInstruction* instr, Zone* zone) {

Completed in 615 milliseconds

12