OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEConstantNode
(Results
1 - 10
of
10
) sorted by null
/external/deqp-deps/SPIRV-Tools/source/opt/
scalar_analysis_nodes.h
30
class
SEConstantNode
;
177
DeclareCastMethod(
SEConstantNode
);
213
class
SEConstantNode
: public SENode {
215
SEConstantNode
(ScalarEvolutionAnalysis* parent_analysis, int64_t value)
222
SEConstantNode
* AsSEConstantNode() override { return this; }
223
const
SEConstantNode
* AsSEConstantNode() const override { return this; }
loop_dependence.cpp
72
// and
SEConstantNode
106
// If |node| is an
SEConstantNode
then returns |node| or if |node| is an
107
// SEAddNode returns a vector of
SEConstantNode
that are its children.
108
std::vector<
SEConstantNode
*> GetAllTopLevelConstants(SENode* node) {
109
auto nodes = std::vector<
SEConstantNode
*>{};
135
// Fold all
SEConstantNode
that appear in |recurrences| and |constants| into a
138
const std::vector<
SEConstantNode
*>& constants) {
561
SEConstantNode
* delta_constant = constant_term_delta->AsSEConstantNode();
562
SEConstantNode
* coefficient_constant = coefficient->AsSEConstantNode();
712
SEConstantNode
* delta_constant = delta->AsSEConstantNode()
[
all
...]
loop_dependence_helpers.cpp
140
SEConstantNode
* coefficient_constant = coefficient->AsSEConstantNode();
144
"
SEConstantNode
so must exit.");
174
// the bound nodes. If we can subtract, simplify and produce a
SEConstantNode
176
SEConstantNode
* distance_minus_bounds =
184
"
SEConstantNode
with value " +
loop_peeling.cpp
657
const
SEConstantNode
* offset = iv->GetOffset()->AsSEConstantNode();
658
const
SEConstantNode
* coeff = iv->GetCoefficient()->AsSEConstantNode();
[
all
...]
scalar_analysis.cpp
72
std::unique_ptr<SENode>(new
SEConstantNode
(this, integer)));
836
Signedness Visit(const
SEConstantNode
* node) {
[
all
...]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
scalar_analysis_nodes.h
30
class
SEConstantNode
;
177
DeclareCastMethod(
SEConstantNode
);
213
class
SEConstantNode
: public SENode {
215
SEConstantNode
(ScalarEvolutionAnalysis* parent_analysis, int64_t value)
222
SEConstantNode
* AsSEConstantNode() override { return this; }
223
const
SEConstantNode
* AsSEConstantNode() const override { return this; }
loop_dependence.cpp
72
// and
SEConstantNode
106
// If |node| is an
SEConstantNode
then returns |node| or if |node| is an
107
// SEAddNode returns a vector of
SEConstantNode
that are its children.
108
std::vector<
SEConstantNode
*> GetAllTopLevelConstants(SENode* node) {
109
auto nodes = std::vector<
SEConstantNode
*>{};
135
// Fold all
SEConstantNode
that appear in |recurrences| and |constants| into a
138
const std::vector<
SEConstantNode
*>& constants) {
561
SEConstantNode
* delta_constant = constant_term_delta->AsSEConstantNode();
562
SEConstantNode
* coefficient_constant = coefficient->AsSEConstantNode();
712
SEConstantNode
* delta_constant = delta->AsSEConstantNode()
[
all
...]
loop_dependence_helpers.cpp
140
SEConstantNode
* coefficient_constant = coefficient->AsSEConstantNode();
144
"
SEConstantNode
so must exit.");
174
// the bound nodes. If we can subtract, simplify and produce a
SEConstantNode
176
SEConstantNode
* distance_minus_bounds =
184
"
SEConstantNode
with value " +
loop_peeling.cpp
657
const
SEConstantNode
* offset = iv->GetOffset()->AsSEConstantNode();
658
const
SEConstantNode
* coeff = iv->GetCoefficient()->AsSEConstantNode();
[
all
...]
scalar_analysis.cpp
72
std::unique_ptr<SENode>(new
SEConstantNode
(this, integer)));
836
Signedness Visit(const
SEConstantNode
* node) {
[
all
...]
Completed in 582 milliseconds