Searched refs:IsFoldable (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/compiler/
H A Dmachine-operator-reducer.cc171 if (m.IsFoldable()) { // K ror K => K
179 if (m.IsFoldable()) { // K == K => K
194 if (m.IsFoldable()) { // K == K => K
219 if (m.IsFoldable()) { // K * K => K
261 if (m.IsFoldable()) { // K < K => K
277 if (m.IsFoldable()) { // K <= K => K
287 if (m.IsFoldable()) { // K < K => K
312 if (m.IsFoldable()) { // K <= K => K
332 if (m.IsFoldable()) { // L - R => (L - R)
360 if (m.IsFoldable()) { //
[all...]
H A Dnode-matchers.h249 bool IsFoldable() const { return left().HasValue() && right().HasValue(); } function in struct:v8::internal::compiler::BinopMatcher
/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding.h67 bool IsFoldable(const NodeDef& node) const;
H A Dconstant_folding.cc670 bool ConstantFolding::IsFoldable(const NodeDef& node) const { function in class:tensorflow::grappler::ConstantFolding
1151 if (IsFoldable(*node)) {
1170 if (IsFoldable(*output)) {
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc3179 if (!IsFoldable(dominator_allocate)) {
H A Dhydrogen-instructions.h4817 bool IsFoldable(HAllocate* allocate) { function in class:final::final

Completed in 477 milliseconds