/external/v8/src/crankshaft/ |
D | lithium-allocator.cc | 662 LGap* LAllocator::GetLastGap(HBasicBlock* block) { in GetLastGap() 731 LGap* gap = GapAt(index); in AddConstraintsGapMove() 732 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, in AddConstraintsGapMove() 809 LGap* gap = GapAt(gap_index); in MeetConstraintsBetween() 810 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::BEFORE, in MeetConstraintsBetween() 895 LGap* gap = GapAt(index); in ProcessInstructions() 896 LParallelMove* move = gap->GetOrCreateParallelMove(LGap::START, in ProcessInstructions() 1064 label->GetOrCreateParallelMove(LGap::START, chunk()->zone())-> in ResolvePhis() 1144 LGap* gap = NULL; in ResolveControlFlow() 1170 LGap::START, chunk()->zone())->AddMove(pred_op, cur_op, in ResolveControlFlow() [all …]
|
D | lithium.cc | 314 LGap* gap = LGap::cast(cur); in MarkEmptyBlocks() 376 LGap* LChunk::GetGapAt(int index) const { in GetGapAt() 377 return LGap::cast(instructions_[index]); in GetGapAt() 394 LGap::START, zone())->AddMove(from, to, zone()); in AddGapMove()
|
D | lithium-allocator-inl.h | 41 LGap* LAllocator::GapAt(int index) { in GapAt()
|
D | lithium-allocator.h | 27 class LGap; variable 501 LGap* GetLastGap(HBasicBlock* block); 509 inline LGap* GapAt(int index);
|
D | lithium.h | 625 class LGap; variable 647 LGap* GetGapAt(int index) const;
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 311 class LGap : public LTemplateInstruction<0, 0, 0> { 313 explicit LGap(HBasicBlock* block) : block_(block) { in LGap() function 323 static LGap* cast(LInstruction* instr) { in cast() 325 return reinterpret_cast<LGap*>(instr); in cast() 358 class LInstructionGap final : public LGap { 360 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() 427 class LLabel final : public LGap { 430 : LGap(block), replacement_(NULL) { } in LLabel()
|
D | lithium-codegen-ia32.h | 109 void DoGap(LGap* instr);
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 316 class LGap : public LTemplateInstruction<0, 0, 0> { 318 explicit LGap(HBasicBlock* block) : block_(block) { in LGap() function 328 static LGap* cast(LInstruction* instr) { in cast() 330 return reinterpret_cast<LGap*>(instr); in cast() 363 class LInstructionGap final : public LGap { 365 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() 443 class LLabel final : public LGap { 446 : LGap(block), replacement_(NULL) { } in LLabel()
|
D | lithium-codegen-x87.h | 144 void DoGap(LGap* instr);
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 307 class LGap : public LTemplateInstruction<0, 0, 0> { 309 explicit LGap(HBasicBlock* block) in LGap() function 320 static LGap* cast(LInstruction* instr) { in cast() 322 return reinterpret_cast<LGap*>(instr); in cast() 355 class LInstructionGap final : public LGap { 357 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() 429 class LLabel final : public LGap { 432 : LGap(block), replacement_(NULL) { } in LLabel()
|
D | lithium-codegen-mips.h | 120 void DoGap(LGap* instr);
|
D | lithium-mips.cc | 85 LGap::PrintDataTo(stream); in PrintDataTo() 93 bool LGap::IsRedundant() const { in IsRedundant() 104 void LGap::PrintDataTo(StringStream* stream) { in PrintDataTo()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 313 class LGap : public LTemplateInstruction<0, 0, 0> { 315 explicit LGap(HBasicBlock* block) in LGap() function 326 static LGap* cast(LInstruction* instr) { in cast() 328 return reinterpret_cast<LGap*>(instr); in cast() 362 class LInstructionGap final : public LGap { 364 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() 436 class LLabel final : public LGap { 439 : LGap(block), replacement_(NULL) { } in LLabel()
|
D | lithium-codegen-x64.h | 105 void DoGap(LGap* instr);
|
D | lithium-x64.cc | 86 LGap::PrintDataTo(stream); in PrintDataTo() 94 bool LGap::IsRedundant() const { in IsRedundant() 105 void LGap::PrintDataTo(StringStream* stream) { in PrintDataTo()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 310 class LGap : public LTemplateInstruction<0, 0, 0> { 312 explicit LGap(HBasicBlock* block) in LGap() function 323 static LGap* cast(LInstruction* instr) { in cast() 325 return reinterpret_cast<LGap*>(instr); in cast() 358 class LInstructionGap final : public LGap { 360 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() 432 class LLabel final : public LGap { 435 : LGap(block), replacement_(NULL) { } in LLabel()
|
D | lithium-codegen-arm.h | 121 void DoGap(LGap* instr);
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 310 class LGap : public LTemplateInstruction<0, 0, 0> { 312 explicit LGap(HBasicBlock* block) in LGap() function 323 static LGap* cast(LInstruction* instr) { in cast() 325 return reinterpret_cast<LGap*>(instr); in cast() 358 class LInstructionGap final : public LGap { 360 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() 432 class LLabel final : public LGap { 435 : LGap(block), replacement_(NULL) { } in LLabel()
|
D | lithium-codegen-mips64.h | 122 void DoGap(LGap* instr);
|
D | lithium-mips64.cc | 85 LGap::PrintDataTo(stream); in PrintDataTo() 93 bool LGap::IsRedundant() const { in IsRedundant() 104 void LGap::PrintDataTo(StringStream* stream) { in PrintDataTo()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 306 class LGap : public LTemplateInstruction<0, 0, 0> { 308 explicit LGap(HBasicBlock* block) : block_(block) { in LGap() function 318 static LGap* cast(LInstruction* instr) { in cast() 320 return reinterpret_cast<LGap*>(instr); in cast() 353 class LInstructionGap final : public LGap { 355 explicit LInstructionGap(HBasicBlock* block) : LGap(block) {} in LInstructionGap() 425 class LLabel final : public LGap { 427 explicit LLabel(HBasicBlock* block) : LGap(block), replacement_(NULL) {} in LLabel()
|
D | lithium-codegen-ppc.h | 115 void DoGap(LGap* instr);
|
D | lithium-ppc.cc | 81 LGap::PrintDataTo(stream); in PrintDataTo() 89 bool LGap::IsRedundant() const { in IsRedundant() 100 void LGap::PrintDataTo(StringStream* stream) { in PrintDataTo()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 365 class LGap : public LTemplateInstruction<0, 0, 0> { 367 explicit LGap(HBasicBlock* block) in LGap() function 378 static LGap* cast(LInstruction* instr) { in cast() 380 return reinterpret_cast<LGap*>(instr); in cast() 413 class LInstructionGap final : public LGap { 415 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } in LInstructionGap() 492 class LLabel final : public LGap { 495 : LGap(block), replacement_(NULL) { } in LLabel()
|
D | lithium-codegen-arm64.h | 139 void DoGap(LGap* instr);
|