Flutter Engine
The Flutter Engine
Public Types | Public Member Functions | List of all members
dart::StoreIndexedUnsafeInstr Class Reference

#include <il.h>

Inheritance diagram for dart::StoreIndexedUnsafeInstr:
dart::TemplateInstruction< 2, NoThrow > dart::Instruction dart::ZoneAllocated

Public Types

enum  { kIndexPos = 0 , kValuePos = 1 }
 
- Public Types inherited from dart::TemplateInstruction< 2, NoThrow >
using BaseClass = typename NoCSE< Instruction, PureInstruction >::Base
 
- Public Types inherited from dart::Instruction
enum  Tag { FOR_EACH_INSTRUCTION =(DECLARE_TAG) kNumInstructions }
 
enum  SpeculativeMode { kGuardInputs , kNotSpeculative }
 
using InputsIterable = InstructionIndexedPropertyIterable< InputsTrait >
 
using SuccessorsIterable = InstructionIndexedPropertyIterable< SuccessorsTrait >
 

Public Member Functions

 StoreIndexedUnsafeInstr (Value *index, Value *value, intptr_t offset)
 
virtual Representation RequiredInputRepresentation (intptr_t index) const
 
virtual bool ComputeCanDeoptimize () const
 
virtual bool HasUnknownSideEffects () const
 
virtual bool MayHaveVisibleEffect () const
 
virtual bool AttributesEqual (const Instruction &other) const
 
Valueindex () const
 
Valuevalue () const
 
Register base_reg () const
 
intptr_t offset () const
 
- Public Member Functions inherited from dart::TemplateInstruction< 2, NoThrow >
 TemplateInstruction (intptr_t deopt_id=DeoptId::kNone)
 
 TemplateInstruction (const InstructionSource &source, intptr_t deopt_id=DeoptId::kNone)
 
virtual intptr_t InputCount () const
 
virtual ValueInputAt (intptr_t i) const
 
virtual bool MayThrow () const
 
- Public Member Functions inherited from dart::Instruction
 Instruction (const InstructionSource &source, intptr_t deopt_id=DeoptId::kNone)
 
 Instruction (intptr_t deopt_id=DeoptId::kNone)
 
virtual ~Instruction ()
 
virtual Tag tag () const =0
 
virtual intptr_t statistics_tag () const
 
intptr_t deopt_id () const
 
virtual TokenPosition token_pos () const
 
InstructionSource source () const
 
virtual intptr_t InputCount () const =0
 
virtual ValueInputAt (intptr_t i) const =0
 
void SetInputAt (intptr_t i, Value *value)
 
InputsIterable inputs ()
 
void UnuseAllInputs ()
 
virtual intptr_t ArgumentCount () const
 
ValueArgumentValueAt (intptr_t index) const
 
DefinitionArgumentAt (intptr_t index) const
 
virtual void SetMoveArguments (MoveArgumentsArray *move_arguments)
 
virtual MoveArgumentsArrayGetMoveArguments () const
 
virtual void ReplaceInputsWithMoveArguments (MoveArgumentsArray *move_arguments)
 
bool HasMoveArguments () const
 
void RepairArgumentUsesInEnvironment () const
 
virtual bool ComputeCanDeoptimize () const =0
 
virtual bool ComputeCanDeoptimizeAfterCall () const
 
bool CanDeoptimize () const
 
virtual void Accept (InstructionVisitor *visitor)=0
 
Instructionprevious () const
 
void set_previous (Instruction *instr)
 
Instructionnext () const
 
void set_next (Instruction *instr)
 
void LinkTo (Instruction *next)
 
InstructionRemoveFromGraph (bool return_previous=true)
 
virtual intptr_t SuccessorCount () const
 
virtual BlockEntryInstrSuccessorAt (intptr_t index) const
 
SuccessorsIterable successors () const
 
void Goto (JoinEntryInstr *entry)
 
virtual const char * DebugName () const =0
 
void CheckField (const Field &field) const
 
const char * ToCString () const
 
 DECLARE_INSTRUCTION_TYPE_CHECK (BlockEntryWithInitialDefs, BlockEntryWithInitialDefs) template< typename T > T *Cast()
 
template<typename T >
const TCast () const
 
LocationSummarylocs ()
 
bool HasLocs () const
 
virtual LocationSummaryMakeLocationSummary (Zone *zone, bool is_optimizing) const =0
 
void InitializeLocationSummary (Zone *zone, bool optimizing)
 
virtual void EmitNativeCode (FlowGraphCompiler *compiler)
 
Environmentenv () const
 
void SetEnvironment (Environment *deopt_env)
 
void RemoveEnvironment ()
 
void ReplaceInEnvironment (Definition *current, Definition *replacement)
 
virtual intptr_t NumberOfInputsConsumedBeforeCall () const
 
intptr_t GetPassSpecificId (CompilerPass::Id pass) const
 
void SetPassSpecificId (CompilerPass::Id pass, intptr_t id)
 
bool HasPassSpecificId (CompilerPass::Id pass) const
 
bool HasUnmatchedInputRepresentations () const
 
virtual Representation RequiredInputRepresentation (intptr_t idx) const
 
SpeculativeMode SpeculativeModeOfInputs () const
 
virtual SpeculativeMode SpeculativeModeOfInput (intptr_t index) const
 
virtual Representation representation () const
 
bool WasEliminated () const
 
virtual intptr_t DeoptimizationTarget () const
 
virtual InstructionCanonicalize (FlowGraph *flow_graph)
 
void InsertBefore (Instruction *next)
 
void InsertAfter (Instruction *prev)
 
InstructionAppendInstruction (Instruction *tail)
 
virtual bool AllowsCSE () const
 
virtual bool HasUnknownSideEffects () const =0
 
virtual bool CanCallDart () const
 
virtual bool CanTriggerGC () const
 
virtual BlockEntryInstrGetBlock ()
 
virtual intptr_t inlining_id () const
 
virtual void set_inlining_id (intptr_t value)
 
virtual bool has_inlining_id () const
 
virtual uword Hash () const
 
bool Equals (const Instruction &other) const
 
virtual bool AttributesEqual (const Instruction &other) const
 
void InheritDeoptTarget (Zone *zone, Instruction *other)
 
bool NeedsEnvironment () const
 
virtual bool CanBecomeDeoptimizationTarget () const
 
void InheritDeoptTargetAfter (FlowGraph *flow_graph, Definition *call, Definition *result)
 
virtual bool MayThrow () const =0
 
virtual bool MayHaveVisibleEffect () const
 
virtual bool CanEliminate (const BlockEntryInstr *block) const
 
bool CanEliminate ()
 
bool IsDominatedBy (Instruction *dom)
 
void ClearEnv ()
 
void Unsupported (FlowGraphCompiler *compiler)
 
virtual bool UseSharedSlowPathStub (bool is_optimizing) const
 
Location::Kind RegisterKindForResult () const
 
- Public Member Functions inherited from dart::ZoneAllocated
 ZoneAllocated ()
 
void * operator new (size_t size)
 
void * operator new (size_t size, Zone *zone)
 
void operator delete (void *pointer)
 

Additional Inherited Members

- Static Public Member Functions inherited from dart::Instruction
static const ICDataGetICData (const ZoneGrowableArray< const ICData * > &ic_data_array, intptr_t deopt_id, bool is_static_call)
 
static LocationSummaryMakeCallSummary (Zone *zone, const Instruction *instr, LocationSummary *locs=nullptr)
 
static bool SlowPathSharingSupported (bool is_optimizing)
 
- Static Public Attributes inherited from dart::Instruction
static const intptr_t kInstructionAttrs [kNumInstructions]
 
- Protected Member Functions inherited from dart::Instruction
intptr_t GetDeoptId () const
 
virtual void CopyDeoptIdFrom (const Instruction &instr)
 
void WriteExtraWithoutInputs (FlowGraphSerializer *s)
 
void ReadExtraWithoutInputs (FlowGraphDeserializer *d)
 
- Protected Attributes inherited from dart::TemplateInstruction< 2, NoThrow >
EmbeddedArray< Value *, Ninputs_
 

Detailed Description

Definition at line 3047 of file il.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
kIndexPos 
kValuePos 

Definition at line 3055 of file il.h.

Constructor & Destructor Documentation

◆ StoreIndexedUnsafeInstr()

dart::StoreIndexedUnsafeInstr::StoreIndexedUnsafeInstr ( Value index,
Value value,
intptr_t  offset 
)
inline

Definition at line 3049 of file il.h.

3050 : offset_(offset) {
3053 }
void SetInputAt(intptr_t i, Value *value)
Definition: il.h:1014
intptr_t offset() const
Definition: il.h:3074
Value * value() const
Definition: il.h:3072
Value * index() const
Definition: il.h:3071

Member Function Documentation

◆ AttributesEqual()

virtual bool dart::StoreIndexedUnsafeInstr::AttributesEqual ( const Instruction other) const
inlinevirtual

Reimplemented from dart::Instruction.

Definition at line 3067 of file il.h.

3067 {
3068 return other.AsStoreIndexedUnsafe()->offset() == offset();
3069 }

◆ base_reg()

Register dart::StoreIndexedUnsafeInstr::base_reg ( ) const
inline

Definition at line 3073 of file il.h.

3073{ return FPREG; }
const Register FPREG

◆ ComputeCanDeoptimize()

virtual bool dart::StoreIndexedUnsafeInstr::ComputeCanDeoptimize ( ) const
inlinevirtual

Implements dart::Instruction.

Definition at line 3063 of file il.h.

3063{ return false; }

◆ HasUnknownSideEffects()

virtual bool dart::StoreIndexedUnsafeInstr::HasUnknownSideEffects ( ) const
inlinevirtual

Implements dart::Instruction.

Definition at line 3064 of file il.h.

3064{ return false; }

◆ index()

Value * dart::StoreIndexedUnsafeInstr::index ( ) const
inline

Definition at line 3071 of file il.h.

3071{ return inputs_[kIndexPos]; }
EmbeddedArray< Value *, N > inputs_
Definition: il.h:1522

◆ MayHaveVisibleEffect()

virtual bool dart::StoreIndexedUnsafeInstr::MayHaveVisibleEffect ( ) const
inlinevirtual

Reimplemented from dart::Instruction.

Definition at line 3065 of file il.h.

3065{ return true; }

◆ offset()

intptr_t dart::StoreIndexedUnsafeInstr::offset ( ) const
inline

Definition at line 3074 of file il.h.

3074{ return offset_; }

◆ RequiredInputRepresentation()

virtual Representation dart::StoreIndexedUnsafeInstr::RequiredInputRepresentation ( intptr_t  index) const
inlinevirtual

Reimplemented from dart::Instruction.

Definition at line 3059 of file il.h.

3059 {
3061 return kTagged;
3062 }
#define ASSERT(E)

◆ value()

Value * dart::StoreIndexedUnsafeInstr::value ( ) const
inline

Definition at line 3072 of file il.h.

3072{ return inputs_[kValuePos]; }

The documentation for this class was generated from the following file: