1 // Copyright 2013 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef V8_ARM64_LITHIUM_CODEGEN_ARM64_H_
6 #define V8_ARM64_LITHIUM_CODEGEN_ARM64_H_
8 #include "src/arm64/lithium-arm64.h"
10 #include "src/arm64/lithium-gap-resolver-arm64.h"
11 #include "src/deoptimizer.h"
12 #include "src/lithium-codegen.h"
13 #include "src/safepoint-table.h"
14 #include "src/scopes.h"
15 #include "src/utils.h"
20 // Forward declarations.
22 class SafepointGenerator;
23 class BranchGenerator;
25 class LCodeGen: public LCodeGenBase {
27 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info)
28 : LCodeGenBase(chunk, assembler, info),
29 deoptimizations_(4, info->zone()),
30 deopt_jump_table_(4, info->zone()),
31 deoptimization_literals_(8, info->zone()),
32 inlined_function_count_(0),
33 scope_(info->scope()),
34 translations_(info->zone()),
35 deferred_(8, info->zone()),
37 frame_is_built_(false),
38 safepoints_(info->zone()),
40 expected_safepoint_kind_(Safepoint::kSimple),
41 after_push_argument_(false),
42 inlined_arguments_(false) {
43 PopulateDeoptimizationLiteralsWithInlinedFunctions();
47 DCHECK(!after_push_argument_ || inlined_arguments_);
51 Scope* scope() const { return scope_; }
53 int LookupDestination(int block_id) const {
54 return chunk()->LookupDestination(block_id);
57 bool IsNextEmittedBlock(int block_id) const {
58 return LookupDestination(block_id) == GetNextEmittedBlock();
61 bool NeedsEagerFrame() const {
62 return GetStackSlotCount() > 0 ||
63 info()->is_non_deferred_calling() ||
65 info()->requires_frame();
67 bool NeedsDeferredFrame() const {
68 return !NeedsEagerFrame() && info()->is_deferred_calling();
71 LinkRegisterStatus GetLinkRegisterState() const {
72 return frame_is_built_ ? kLRHasBeenSaved : kLRHasNotBeenSaved;
75 // Try to generate code for the entire chunk, but it may fail if the
76 // chunk contains constructs we cannot handle. Returns true if the
77 // code generation attempt succeeded.
80 // Finish the code by setting stack height, safepoint, and bailout
82 void FinishCode(Handle<Code> code);
84 enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
85 // Support for converting LOperands to assembler types.
86 Register ToRegister(LOperand* op) const;
87 Register ToRegister32(LOperand* op) const;
88 Operand ToOperand(LOperand* op);
89 Operand ToOperand32(LOperand* op);
90 enum StackMode { kMustUseFramePointer, kCanUseStackPointer };
91 MemOperand ToMemOperand(LOperand* op,
92 StackMode stack_mode = kCanUseStackPointer) const;
93 Handle<Object> ToHandle(LConstantOperand* op) const;
96 Operand ToShiftedRightOperand32(LOperand* right, LI* shift_info);
98 int JSShiftAmountFromLConstant(LOperand* constant) {
99 return ToInteger32(LConstantOperand::cast(constant)) & 0x1f;
102 // TODO(jbramley): Examine these helpers and check that they make sense.
103 // IsInteger32Constant returns true for smi constants, for example.
104 bool IsInteger32Constant(LConstantOperand* op) const;
105 bool IsSmi(LConstantOperand* op) const;
107 int32_t ToInteger32(LConstantOperand* op) const;
108 Smi* ToSmi(LConstantOperand* op) const;
109 double ToDouble(LConstantOperand* op) const;
110 DoubleRegister ToDoubleRegister(LOperand* op) const;
112 // Declare methods that deal with the individual node types.
113 #define DECLARE_DO(type) void Do##type(L##type* node);
114 LITHIUM_CONCRETE_INSTRUCTION_LIST(DECLARE_DO)
118 // Return a double scratch register which can be used locally
119 // when generating code for a lithium instruction.
120 DoubleRegister double_scratch() { return crankshaft_fp_scratch; }
122 // Deferred code support.
123 void DoDeferredNumberTagD(LNumberTagD* instr);
124 void DoDeferredStackCheck(LStackCheck* instr);
125 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
126 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
127 void DoDeferredMathAbsTagged(LMathAbsTagged* instr,
129 Label* allocation_entry);
131 void DoDeferredNumberTagU(LInstruction* instr,
135 void DoDeferredTaggedToI(LTaggedToI* instr,
139 void DoDeferredAllocate(LAllocate* instr);
140 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr);
141 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
142 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
147 static Condition TokenToCondition(Token::Value op, bool is_unsigned);
148 void EmitGoto(int block);
149 void DoGap(LGap* instr);
151 // Generic version of EmitBranch. It contains some code to avoid emitting a
152 // branch on the next emitted basic block where we could just fall-through.
153 // You shouldn't use that directly but rather consider one of the helper like
154 // LCodeGen::EmitBranch, LCodeGen::EmitCompareAndBranch...
155 template<class InstrType>
156 void EmitBranchGeneric(InstrType instr,
157 const BranchGenerator& branch);
159 template<class InstrType>
160 void EmitBranch(InstrType instr, Condition condition);
162 template<class InstrType>
163 void EmitCompareAndBranch(InstrType instr,
168 template<class InstrType>
169 void EmitTestAndBranch(InstrType instr,
171 const Register& value,
174 template<class InstrType>
175 void EmitBranchIfNonZeroNumber(InstrType instr,
176 const FPRegister& value,
177 const FPRegister& scratch);
179 template<class InstrType>
180 void EmitBranchIfHeapNumber(InstrType instr,
181 const Register& value);
183 template<class InstrType>
184 void EmitBranchIfRoot(InstrType instr,
185 const Register& value,
186 Heap::RootListIndex index);
188 // Emits optimized code to deep-copy the contents of statically known object
189 // graphs (e.g. object literal boilerplate). Expects a pointer to the
190 // allocated destination object in the result register, and a pointer to the
191 // source object in the source register.
192 void EmitDeepCopy(Handle<JSObject> object,
197 AllocationSiteMode mode);
199 // Emits optimized code for %_IsString(x). Preserves input register.
200 // Returns the condition on which a final split to
201 // true and false label should be made, to optimize fallthrough.
202 Condition EmitIsString(Register input, Register temp1, Label* is_not_string,
203 SmiCheck check_needed);
205 int DefineDeoptimizationLiteral(Handle<Object> literal);
206 void PopulateDeoptimizationData(Handle<Code> code);
207 void PopulateDeoptimizationLiteralsWithInlinedFunctions();
209 MemOperand BuildSeqStringOperand(Register string,
212 String::Encoding encoding);
213 void DeoptimizeBranch(
214 LEnvironment* environment,
215 BranchType branch_type, Register reg = NoReg, int bit = -1,
216 Deoptimizer::BailoutType* override_bailout_type = NULL);
217 void Deoptimize(LEnvironment* environment,
218 Deoptimizer::BailoutType* override_bailout_type = NULL);
219 void DeoptimizeIf(Condition cond, LEnvironment* environment);
220 void DeoptimizeIfZero(Register rt, LEnvironment* environment);
221 void DeoptimizeIfNotZero(Register rt, LEnvironment* environment);
222 void DeoptimizeIfNegative(Register rt, LEnvironment* environment);
223 void DeoptimizeIfSmi(Register rt, LEnvironment* environment);
224 void DeoptimizeIfNotSmi(Register rt, LEnvironment* environment);
225 void DeoptimizeIfRoot(Register rt,
226 Heap::RootListIndex index,
227 LEnvironment* environment);
228 void DeoptimizeIfNotRoot(Register rt,
229 Heap::RootListIndex index,
230 LEnvironment* environment);
231 void DeoptimizeIfMinusZero(DoubleRegister input, LEnvironment* environment);
232 void DeoptimizeIfBitSet(Register rt, int bit, LEnvironment* environment);
233 void DeoptimizeIfBitClear(Register rt, int bit, LEnvironment* environment);
235 MemOperand PrepareKeyedExternalArrayOperand(Register key,
239 bool key_is_constant,
241 ElementsKind elements_kind,
243 MemOperand PrepareKeyedArrayOperand(Register base,
247 ElementsKind elements_kind,
248 Representation representation,
251 void RegisterEnvironmentForDeoptimization(LEnvironment* environment,
252 Safepoint::DeoptMode mode);
254 int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
256 void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
258 // Emit frame translation commands for an environment.
259 void WriteTranslation(LEnvironment* environment, Translation* translation);
261 void AddToTranslation(LEnvironment* environment,
262 Translation* translation,
266 int* object_index_pointer,
267 int* dematerialized_index_pointer);
269 void SaveCallerDoubles();
270 void RestoreCallerDoubles();
272 // Code generation steps. Returns true if code generation should continue.
273 void GenerateBodyInstructionPre(LInstruction* instr) V8_OVERRIDE;
274 bool GeneratePrologue();
275 bool GenerateDeferredCode();
276 bool GenerateDeoptJumpTable();
277 bool GenerateSafepointTable();
279 // Generates the custom OSR entrypoint and sets the osr_pc_offset.
280 void GenerateOsrPrologue();
283 RECORD_SIMPLE_SAFEPOINT,
284 RECORD_SAFEPOINT_WITH_REGISTERS_AND_NO_ARGUMENTS
287 void CallCode(Handle<Code> code,
288 RelocInfo::Mode mode,
289 LInstruction* instr);
291 void CallCodeGeneric(Handle<Code> code,
292 RelocInfo::Mode mode,
294 SafepointMode safepoint_mode);
296 void CallRuntime(const Runtime::Function* function,
299 SaveFPRegsMode save_doubles = kDontSaveFPRegs);
301 void CallRuntime(Runtime::FunctionId id,
303 LInstruction* instr) {
304 const Runtime::Function* function = Runtime::FunctionForId(id);
305 CallRuntime(function, num_arguments, instr);
308 void LoadContextFromDeferred(LOperand* context);
309 void CallRuntimeFromDeferred(Runtime::FunctionId id,
314 // Generate a direct call to a known function.
315 // If the function is already loaded into x1 by the caller, function_reg may
316 // be set to x1. Otherwise, it must be NoReg, and CallKnownFunction will
317 // automatically load it.
318 void CallKnownFunction(Handle<JSFunction> function,
319 int formal_parameter_count,
322 Register function_reg = NoReg);
324 // Support for recording safepoint and position information.
325 void RecordAndWritePosition(int position) V8_OVERRIDE;
326 void RecordSafepoint(LPointerMap* pointers,
327 Safepoint::Kind kind,
329 Safepoint::DeoptMode mode);
330 void RecordSafepoint(LPointerMap* pointers, Safepoint::DeoptMode mode);
331 void RecordSafepoint(Safepoint::DeoptMode mode);
332 void RecordSafepointWithRegisters(LPointerMap* pointers,
334 Safepoint::DeoptMode mode);
335 void RecordSafepointWithLazyDeopt(LInstruction* instr,
336 SafepointMode safepoint_mode);
338 void EnsureSpaceForLazyDeopt(int space_needed) V8_OVERRIDE;
340 ZoneList<LEnvironment*> deoptimizations_;
341 ZoneList<Deoptimizer::JumpTableEntry*> deopt_jump_table_;
342 ZoneList<Handle<Object> > deoptimization_literals_;
343 int inlined_function_count_;
345 TranslationBuffer translations_;
346 ZoneList<LDeferredCode*> deferred_;
348 bool frame_is_built_;
350 // Builder that keeps track of safepoints in the code. The table itself is
351 // emitted at the end of the generated code.
352 SafepointTableBuilder safepoints_;
354 // Compiler from a set of parallel moves to a sequential list of moves.
355 LGapResolver resolver_;
357 Safepoint::Kind expected_safepoint_kind_;
359 // This flag is true when we are after a push (but before a call).
360 // In this situation, jssp no longer references the end of the stack slots so,
361 // we can only reference a stack slot via fp.
362 bool after_push_argument_;
363 // If we have inlined arguments, we are no longer able to use jssp because
364 // jssp is modified and we never know if we are in a block after or before
365 // the pop of the arguments (which restores jssp).
366 bool inlined_arguments_;
370 class PushSafepointRegistersScope BASE_EMBEDDED {
372 explicit PushSafepointRegistersScope(LCodeGen* codegen)
373 : codegen_(codegen) {
374 DCHECK(codegen_->info()->is_calling());
375 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kSimple);
376 codegen_->expected_safepoint_kind_ = Safepoint::kWithRegisters;
378 UseScratchRegisterScope temps(codegen_->masm_);
379 // Preserve the value of lr which must be saved on the stack (the call to
380 // the stub will clobber it).
381 Register to_be_pushed_lr =
382 temps.UnsafeAcquire(StoreRegistersStateStub::to_be_pushed_lr());
383 codegen_->masm_->Mov(to_be_pushed_lr, lr);
384 StoreRegistersStateStub stub(codegen_->isolate());
385 codegen_->masm_->CallStub(&stub);
388 ~PushSafepointRegistersScope() {
389 DCHECK(codegen_->expected_safepoint_kind_ == Safepoint::kWithRegisters);
390 RestoreRegistersStateStub stub(codegen_->isolate());
391 codegen_->masm_->CallStub(&stub);
392 codegen_->expected_safepoint_kind_ = Safepoint::kSimple;
399 friend class LDeferredCode;
400 friend class SafepointGenerator;
401 DISALLOW_COPY_AND_ASSIGN(LCodeGen);
405 class LDeferredCode: public ZoneObject {
407 explicit LDeferredCode(LCodeGen* codegen)
409 external_exit_(NULL),
410 instruction_index_(codegen->current_instruction_) {
411 codegen->AddDeferredCode(this);
414 virtual ~LDeferredCode() { }
415 virtual void Generate() = 0;
416 virtual LInstruction* instr() = 0;
418 void SetExit(Label* exit) { external_exit_ = exit; }
419 Label* entry() { return &entry_; }
420 Label* exit() { return (external_exit_ != NULL) ? external_exit_ : &exit_; }
421 int instruction_index() const { return instruction_index_; }
424 LCodeGen* codegen() const { return codegen_; }
425 MacroAssembler* masm() const { return codegen_->masm(); }
431 Label* external_exit_;
432 int instruction_index_;
436 // This is the abstract class used by EmitBranchGeneric.
437 // It is used to emit code for conditional branching. The Emit() function
438 // emits code to branch when the condition holds and EmitInverted() emits
439 // the branch when the inverted condition is verified.
441 // For actual examples of condition see the concrete implementation in
442 // lithium-codegen-arm64.cc (e.g. BranchOnCondition, CompareAndBranch).
443 class BranchGenerator BASE_EMBEDDED {
445 explicit BranchGenerator(LCodeGen* codegen)
446 : codegen_(codegen) { }
448 virtual ~BranchGenerator() { }
450 virtual void Emit(Label* label) const = 0;
451 virtual void EmitInverted(Label* label) const = 0;
454 MacroAssembler* masm() const { return codegen_->masm(); }
459 } } // namespace v8::internal
461 #endif // V8_ARM64_LITHIUM_CODEGEN_ARM64_H_