src/share/vm/adlc/formssel.hpp

changeset 3882
8c92982cbbc4
parent 3316
f03a3c8bd5e5
child 4161
d336b3173277
     1.1 --- a/src/share/vm/adlc/formssel.hpp	Thu Jun 14 14:59:52 2012 -0700
     1.2 +++ b/src/share/vm/adlc/formssel.hpp	Fri Jun 15 01:25:19 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -160,6 +160,7 @@
    1.11    virtual bool        is_ideal_safepoint() const; // node matches 'SafePoint'
    1.12    virtual bool        is_ideal_nop() const;     // node matches 'Nop'
    1.13    virtual bool        is_ideal_control() const; // control node
    1.14 +  virtual bool        is_vector() const;        // vector instruction
    1.15  
    1.16    virtual Form::CallType is_ideal_call() const; // matches ideal 'Call'
    1.17    virtual Form::DataType is_ideal_load() const; // node matches ideal 'LoadXNode'
    1.18 @@ -1011,6 +1012,7 @@
    1.19    bool       is_ideal_goto() const;    // node matches ideal 'Goto'
    1.20    bool       is_ideal_loopEnd() const; // node matches ideal 'LoopEnd'
    1.21    bool       is_ideal_bool() const;    // node matches ideal 'Bool'
    1.22 +  bool       is_vector() const;        // vector instruction
    1.23    Form::DataType is_ideal_load() const;// node matches ideal 'LoadXNode'
    1.24    // Should antidep checks be disabled for this rule
    1.25    // See definition of MatchRule::skip_antidep_check

mercurial