Searched refs:HInstruction (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/ |
D | hydrogen.h | 64 HInstruction* first() const { return first_; } in first() 65 HInstruction* last() const { return last_; } in last() 66 void set_last(HInstruction* instr) { last_ = instr; } in set_last() 67 HInstruction* GetLastInstruction(); 103 void AddInstruction(HInstruction* instr); 176 HInstruction* first_; 177 HInstruction* last_; 349 void InsertTypeConversions(HInstruction* instr); 589 virtual void ReturnInstruction(HInstruction* instr, int ast_id) = 0; 630 virtual void ReturnInstruction(HInstruction* instr, int ast_id); [all …]
|
D | hydrogen.cc | 106 void HBasicBlock::AddInstruction(HInstruction* instr) { in AddInstruction() 492 HInstruction* current = block->first(); in Verify() 735 HInstruction* instr = blocks()->at(i)->first(); in Canonicalize() 1038 HInstruction* instr = block->first(); in Analyze() 1346 HInstruction* instr = dominator->first(); in Process() 1439 bool ShouldMove(HInstruction* instr, HBasicBlock* loop_header); 1483 HInstruction* instr = block->first(); in ComputeBlockSideEffects() 1546 HInstruction* instr = block->first(); in ProcessLoopBlock() 1548 HInstruction* next = instr->next(); in ProcessLoopBlock() 1635 bool HGlobalValueNumberer::ShouldMove(HInstruction* instr, in ShouldMove() [all …]
|
D | hydrogen-instructions.cc | 529 void HInstruction::PrintTo(StringStream* stream) { in PrintTo() 538 void HInstruction::PrintMnemonicTo(StringStream* stream) { in PrintMnemonicTo() 543 void HInstruction::Unlink() { in Unlink() 559 void HInstruction::InsertBefore(HInstruction* next) { in InsertBefore() 565 HInstruction* prev = next->previous(); in InsertBefore() 574 void HInstruction::InsertAfter(HInstruction* previous) { in InsertAfter() 590 HInstruction* next = previous->next_; in InsertAfter() 606 void HInstruction::Verify() { in Verify() 614 HInstruction* cur = this->previous(); in Verify() 1658 HInstruction* index = new(block()->zone()) HLoadKeyedFastElement( in Canonicalize() [all …]
|
D | hydrogen-instructions.h | 48 class HInstruction; variable 814 class HInstruction: public HValue { 816 HInstruction* next() const { return next_; } in next() 817 HInstruction* previous() const { return previous_; } in previous() 824 void InsertBefore(HInstruction* next); 825 void InsertAfter(HInstruction* previous); 844 HInstruction() in DECLARE_ABSTRACT_INSTRUCTION() 861 HInstruction* next_; 862 HInstruction* previous_; 870 class HTemplateInstruction : public HInstruction { [all …]
|
D | lithium-allocator.h | 43 class HInstruction; variable
|
/external/v8/src/arm/ |
D | lithium-arm.cc | 671 HInstruction* instr = HInstruction::cast(value); in Use() 752 HInstruction* hinstr, in MarkAsCall() 955 HInstruction* current = block->first(); in DoBasicBlock() 975 void LChunkBuilder::VisitInstruction(HInstruction* current) { in VisitInstruction() 976 HInstruction* old_current = current_instruction_; in VisitInstruction()
|
D | lithium-arm.h | 2370 HInstruction* hinstr, 2381 void VisitInstruction(HInstruction* current); 2395 HInstruction* current_instruction_;
|
/external/v8/src/x64/ |
D | lithium-x64.cc | 664 HInstruction* instr = HInstruction::cast(value); in Use() 747 HInstruction* hinstr, in MarkAsCall() 950 HInstruction* current = block->first(); in DoBasicBlock() 970 void LChunkBuilder::VisitInstruction(HInstruction* current) { in VisitInstruction() 971 HInstruction* old_current = current_instruction_; in VisitInstruction()
|
D | lithium-x64.h | 2336 HInstruction* hinstr, 2347 void VisitInstruction(HInstruction* current); 2361 HInstruction* current_instruction_;
|
/external/v8/src/ia32/ |
D | lithium-ia32.cc | 666 HInstruction* instr = HInstruction::cast(value); in Use() 749 HInstruction* hinstr, in MarkAsCall() 956 HInstruction* current = block->first(); in DoBasicBlock() 976 void LChunkBuilder::VisitInstruction(HInstruction* current) { in VisitInstruction() 977 HInstruction* old_current = current_instruction_; in VisitInstruction()
|
D | lithium-ia32.h | 2472 HInstruction* hinstr, 2483 void VisitInstruction(HInstruction* current); 2497 HInstruction* current_instruction_;
|
/external/v8/src/mips/ |
D | lithium-mips.cc | 671 HInstruction* instr = HInstruction::cast(value); in Use() 752 HInstruction* hinstr, in MarkAsCall() 955 HInstruction* current = block->first(); in DoBasicBlock() 975 void LChunkBuilder::VisitInstruction(HInstruction* current) { in VisitInstruction() 976 HInstruction* old_current = current_instruction_; in VisitInstruction()
|
D | lithium-mips.h | 2350 HInstruction* hinstr, 2361 void VisitInstruction(HInstruction* current); 2376 HInstruction* current_instruction_;
|