Home
last modified time | relevance | path

Searched refs:IsFoldable (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator-reducer.cc171 if (m.IsFoldable()) { // K ror K => K in Reduce()
179 if (m.IsFoldable()) { // K == K => K in Reduce()
194 if (m.IsFoldable()) { // K == K => K in Reduce()
219 if (m.IsFoldable()) { // K * K => K in Reduce()
261 if (m.IsFoldable()) { // K < K => K in Reduce()
277 if (m.IsFoldable()) { // K <= K => K in Reduce()
287 if (m.IsFoldable()) { // K < K => K in Reduce()
312 if (m.IsFoldable()) { // K <= K => K in Reduce()
332 if (m.IsFoldable()) { // L - R => (L - R) in Reduce()
356 if (m.IsFoldable()) { // K + K => K in Reduce()
[all …]
Dnode-matchers.h253 bool IsFoldable() const { return left().HasValue() && right().HasValue(); } in IsFoldable() function
Djs-typed-lowering.cc536 if (m.IsFoldable()) { in ReduceJSAdd()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dccp_pass.cpp126 if (!instr->IsFoldable()) { in VisitAssignment()
Dinstruction.h386 bool IsFoldable() const;
Dinstruction.cpp494 bool Instruction::IsFoldable() const { in IsFoldable() function in spvtools::opt::Instruction
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.h74 bool IsFoldable(const NodeDef& node) const;
Dconstant_folding.cc856 bool ConstantFolding::IsFoldable(const NodeDef& node) const { in IsFoldable() function in tensorflow::grappler::ConstantFolding
1439 if (IsFoldable(graph_->node(i))) { in FoldGraph()
1469 if (IsFoldable(*output)) { in FoldGraph()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dccp_pass.cpp126 if (!instr->IsFoldable()) { in VisitAssignment()
Dinstruction.h386 bool IsFoldable() const;
Dinstruction.cpp494 bool Instruction::IsFoldable() const { in IsFoldable() function in spvtools::opt::Instruction