HomeSort by relevance Sort by last modified time
    Searched refs:IsFoldable (Results 1 - 11 of 11) sorted by null

  /external/v8/src/compiler/
machine-operator-reducer.cc 171 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)
356 if (m.IsFoldable()) { // K + K =>
    [all...]
node-matchers.h 253 bool IsFoldable() const { return left().HasValue() && right().HasValue(); }
js-typed-lowering.cc 536 if (m.IsFoldable()) {
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
ccp_pass.cpp 126 if (!instr->IsFoldable()) {
instruction.h 386 bool IsFoldable() const;
instruction.cpp 494 bool Instruction::IsFoldable() const {
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
ccp_pass.cpp 126 if (!instr->IsFoldable()) {
instruction.h 386 bool IsFoldable() const;
instruction.cpp 494 bool Instruction::IsFoldable() const {
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding.h 74 bool IsFoldable(const NodeDef& node) const;
constant_folding.cc 856 bool ConstantFolding::IsFoldable(const NodeDef& node) const {
    [all...]

Completed in 3351 milliseconds