Home
last modified time | relevance | path

Searched refs:AddInstruction (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dhydrogen.cc105 void HBasicBlock::AddInstruction(HInstruction* instr) { in AddInstruction() function in v8::internal::HBasicBlock
158 AddInstruction(end); in Finish()
171 AddInstruction(new(zone()) HLeaveInlined); in Goto()
184 AddInstruction(new(zone()) HLeaveInlined); in AddLeaveInlined()
2071 owner()->AddInstruction(instr); in ReturnInstruction()
2077 owner()->AddInstruction(instr); in ReturnInstruction()
2085 builder->AddInstruction(instr); in ReturnInstruction()
2188 Push(AddInstruction(new(zone()) HPushArgument(Pop()))); in VisitArgument()
2222 AddInstruction(new(zone()) HStackCheck()); in CreateGraph()
2314 HInstruction* HGraphBuilder::AddInstruction(HInstruction* instr) { in AddInstruction() function in v8::internal::HGraphBuilder
[all …]
Dhydrogen.h101 void AddInstruction(HInstruction* instr);
124 void AddSimulate(int id) { AddInstruction(CreateSimulate(id)); } in AddSimulate()
666 HInstruction* AddInstruction(HInstruction* instr);
/external/v8/src/x64/
Dlithium-x64.cc444 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { in AddInstruction() function in v8::internal::LChunk
988 chunk_->AddInstruction(instr, current_block_); in VisitInstruction()
Dlithium-x64.h1949 void AddInstruction(LInstruction* instruction, HBasicBlock* block);
/external/v8/src/ia32/
Dlithium-ia32.cc443 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { in AddInstruction() function in v8::internal::LChunk
986 chunk_->AddInstruction(instr, current_block_); in VisitInstruction()
Dlithium-ia32.h2023 void AddInstruction(LInstruction* instruction, HBasicBlock* block);
/external/v8/src/arm/
Dlithium-arm.cc451 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { in AddInstruction() function in v8::internal::LChunk
993 chunk_->AddInstruction(instr, current_block_); in VisitInstruction()
Dlithium-arm.h1966 void AddInstruction(LInstruction* instruction, HBasicBlock* block);
/external/llvm/lib/Target/CellSPU/
DSPUInstrInfo.td597 multiclass AddInstruction {
603 defm A : AddInstruction;