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

#include <il.h>

Inheritance diagram for dart::TestRangeInstr:
dart::TemplateComparison< 1, NoThrow, Pure > dart::PureDefinition dart::Definition dart::Instruction dart::ZoneAllocated

Public Member Functions

 TestRangeInstr (const InstructionSource &source, Value *value, uword lower, uword upper, Representation value_representation)
 
 DECLARE_COMPARISON_INSTRUCTION (TestRange)
 
uword lower () const
 
uword upper () const
 
virtual ComparisonInstrCopyWithNewOperands (Value *left, Value *right)
 
virtual CompileType ComputeType () const
 
virtual DefinitionCanonicalize (FlowGraph *flow_graph)
 
virtual bool ComputeCanDeoptimize () const
 
Valuevalue () const
 
virtual Representation RequiredInputRepresentation (intptr_t idx) const
 
virtual bool AttributesEqual (const Instruction &other) const
 
- Public Member Functions inherited from dart::TemplateComparison< 1, NoThrow, Pure >
 TemplateComparison (const InstructionSource &source, Token::Kind kind, 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::PureDefinition
 PureDefinition (intptr_t deopt_id)
 
 PureDefinition (const InstructionSource &source, intptr_t deopt_id)
 
virtual bool AllowsCSE () const
 
virtual bool HasUnknownSideEffects () const
 
- Public Member Functions inherited from dart::Definition
 Definition (intptr_t deopt_id=DeoptId::kNone)
 
 Definition (const InstructionSource &source, intptr_t deopt_id=DeoptId::kNone)
 
virtual intptr_t CallCount () const
 
intptr_t temp_index () const
 
void set_temp_index (intptr_t index)
 
void ClearTempIndex ()
 
bool HasTemp () const
 
intptr_t ssa_temp_index () const
 
void set_ssa_temp_index (intptr_t index)
 
bool HasSSATemp () const
 
void ClearSSATempIndex ()
 
intptr_t vreg (intptr_t index) const
 
intptr_t location_count () const
 
bool HasPairRepresentation () const
 
CompileTypeType ()
 
bool HasType () const
 
bool IsInt64Definition ()
 
bool IsInt32Definition ()
 
virtual CompileType ComputeType () const
 
virtual bool RecomputeType ()
 
PRINT_OPERANDS_TO_SUPPORT PRINT_TO_SUPPORT bool UpdateType (CompileType new_type)
 
bool HasUses () const
 
bool HasOnlyUse (Value *use) const
 
bool HasOnlyInputUse (Value *use) const
 
Valueinput_use_list () const
 
void set_input_use_list (Value *head)
 
Valueenv_use_list () const
 
void set_env_use_list (Value *head)
 
ValueListIterable input_uses () const
 
void AddInputUse (Value *value)
 
void AddEnvUse (Value *value)
 
virtual bool MayCreateUnsafeUntaggedPointer () const
 
virtual bool CanReplaceWithConstant () const
 
virtual bool CanEliminate (const BlockEntryInstr *block) const
 
void ReplaceUsesWith (Definition *other)
 
void ReplaceWithResult (Instruction *replacement, Definition *replacement_for_uses, ForwardInstructionIterator *iterator)
 
void ReplaceWith (Definition *other, ForwardInstructionIterator *iterator)
 
Objectconstant_value ()
 
virtual void InferRange (RangeAnalysis *analysis, Range *range)
 
Rangerange () const
 
void set_range (const Range &)
 
virtual DefinitionCanonicalize (FlowGraph *flow_graph)
 
DefinitionReplacement ()
 
void SetReplacement (Definition *other)
 
virtual AliasIdentity Identity () const
 
virtual void SetIdentity (AliasIdentity identity)
 
DefinitionOriginalDefinition ()
 
virtual ValueRedefinedValue () const
 
DefinitionOriginalDefinitionIgnoreBoxingAndConstraints ()
 
virtual DefinitionAsDefinition ()
 
virtual const DefinitionAsDefinition () 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

- Public Types inherited from dart::TemplateComparison< 1, NoThrow, Pure >
using BaseClass = typename Pure< ComparisonInstr, PureComparison >::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 >
 
- Static Public Member Functions inherited from dart::Definition
static bool IsArrayLength (Definition *def)
 
- 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::Definition
static constexpr intptr_t kReplacementMarker = -2
 
- Static Public Attributes inherited from dart::Instruction
static const intptr_t kInstructionAttrs [kNumInstructions]
 
- Protected Member Functions inherited from dart::Definition
void set_type (CompileType *type)
 
- 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::TemplateComparison< 1, NoThrow, Pure >
EmbeddedArray< Value *, Ninputs_
 
- Protected Attributes inherited from dart::Definition
Rangerange_ = nullptr
 

Detailed Description

Definition at line 5270 of file il.h.

Constructor & Destructor Documentation

◆ TestRangeInstr()

dart::TestRangeInstr::TestRangeInstr ( const InstructionSource source,
Value value,
uword  lower,
uword  upper,
Representation  value_representation 
)

Definition at line 3879 of file il.cc.

3885 lower_(lower),
3886 upper_(upper),
3887 value_representation_(value_representation) {
3888 ASSERT(lower < upper);
3889 ASSERT(value_representation == kTagged ||
3890 value_representation == kUnboxedUword);
3891 SetInputAt(0, value);
3892 set_operation_cid(kObjectCid);
3893}
static constexpr intptr_t kNone
Definition: deopt_id.h:27
void SetInputAt(intptr_t i, Value *value)
Definition: il.h:1014
InstructionSource source() const
Definition: il.h:1008
TemplateComparison(const InstructionSource &source, Token::Kind kind, intptr_t deopt_id=DeoptId::kNone)
Definition: il.h:3953
uword upper() const
Definition: il.h:5281
uword lower() const
Definition: il.h:5280
Value * value() const
Definition: il.h:5291
#define ASSERT(E)
static constexpr Representation kUnboxedUword
Definition: locations.h:171

Member Function Documentation

◆ AttributesEqual()

bool dart::TestRangeInstr::AttributesEqual ( const Instruction other) const
virtual

Reimplemented from dart::Instruction.

Definition at line 6604 of file il.cc.

6604 {
6605 auto const other_instr = other.AsTestRange();
6607 return false;
6608 }
6609 return lower_ == other_instr->lower_ && upper_ == other_instr->upper_ &&
6610 value_representation_ == other_instr->value_representation_;
6611}
virtual bool AttributesEqual(const Instruction &other) const
Definition: il.h:3885

◆ Canonicalize()

Definition * dart::TestRangeInstr::Canonicalize ( FlowGraph flow_graph)
virtual

Reimplemented from dart::Definition.

Definition at line 3895 of file il.cc.

3895 {
3896 if (value()->BindsToSmiConstant()) {
3897 uword val = Smi::Cast(value()->BoundConstant()).Value();
3898 bool in_range = lower_ <= val && val <= upper_;
3899 ASSERT((kind() == Token::kIS) || (kind() == Token::kISNOT));
3900 return flow_graph->GetConstant(
3901 Bool::Get(in_range == (kind() == Token::kIS)));
3902 }
3903
3904 const Range* range = value()->definition()->range();
3905 if (range != nullptr) {
3906 if (range->IsWithin(lower_, upper_)) {
3907 return flow_graph->GetConstant(Bool::Get(kind() == Token::kIS));
3908 }
3909 if (!range->Overlaps(lower_, upper_)) {
3910 return flow_graph->GetConstant(Bool::Get(kind() != Token::kIS));
3911 }
3912 }
3913
3914 if (LoadClassIdInstr* load_cid = value()->definition()->AsLoadClassId()) {
3915 uword lower, upper;
3916 load_cid->InferRange(&lower, &upper);
3917 if (lower >= lower_ && upper <= upper_) {
3918 return flow_graph->GetConstant(Bool::Get(kind() == Token::kIS));
3919 } else if (lower > upper_ || upper < lower_) {
3920 return flow_graph->GetConstant(Bool::Get(kind() != Token::kIS));
3921 }
3922 }
3923
3924 return this;
3925}
static const Bool & Get(bool value)
Definition: object.h:10801
Range * range() const
Definition: il.h:2636
bool IsWithin(int64_t min_int, int64_t max_int) const
bool Overlaps(int64_t min_int, int64_t max_int) const
Definition * definition() const
Definition: il.h:103
uintptr_t uword
Definition: globals.h:501

◆ ComputeCanDeoptimize()

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

Implements dart::Instruction.

Definition at line 5289 of file il.h.

5289{ return false; }

◆ ComputeType()

CompileType dart::TestRangeInstr::ComputeType ( ) const
virtual

Reimplemented from dart::Definition.

Definition at line 1420 of file type_propagator.cc.

1420 {
1421 return CompileType::Bool();
1422}
static CompileType Bool()

◆ CopyWithNewOperands()

ComparisonInstr * dart::TestRangeInstr::CopyWithNewOperands ( Value left,
Value right 
)
virtual

Definition at line 6582 of file il.cc.

6583 {
6584 return new TestRangeInstr(source(), new_left, lower_, upper_,
6585 value_representation_);
6586}
TestRangeInstr(const InstructionSource &source, Value *value, uword lower, uword upper, Representation value_representation)
Definition: il.cc:3879

◆ DECLARE_COMPARISON_INSTRUCTION()

dart::TestRangeInstr::DECLARE_COMPARISON_INSTRUCTION ( TestRange  )

◆ lower()

uword dart::TestRangeInstr::lower ( ) const
inline

Definition at line 5280 of file il.h.

5280{ return lower_; }

◆ RequiredInputRepresentation()

virtual Representation dart::TestRangeInstr::RequiredInputRepresentation ( intptr_t  idx) const
inlinevirtual

Reimplemented from dart::Instruction.

Definition at line 5292 of file il.h.

5292 {
5293 return value_representation_;
5294 }

◆ upper()

uword dart::TestRangeInstr::upper ( ) const
inline

Definition at line 5281 of file il.h.

5281{ return upper_; }

◆ value()

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

Definition at line 5291 of file il.h.

5291{ return inputs_[0]; }
EmbeddedArray< Value *, N > inputs_
Definition: il.h:3966

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