/art/test/442-checker-constant-folding/src/ |
Main.java | 134 /// CHECK-START: int Main.IntNegation() constant_folding (before) 139 /// CHECK-START: int Main.IntNegation() constant_folding (after) 143 /// CHECK-START: int Main.IntNegation() constant_folding (after) 153 /// CHECK-START: long Main.LongNegation() constant_folding (before) 158 /// CHECK-START: long Main.LongNegation() constant_folding (after) 162 /// CHECK-START: long Main.LongNegation() constant_folding (after) 172 /// CHECK-START: float Main.FloatNegation() constant_folding (before) 177 /// CHECK-START: float Main.FloatNegation() constant_folding (after) 181 /// CHECK-START: float Main.FloatNegation() constant_folding (after) 191 /// CHECK-START: double Main.DoubleNegation() constant_folding (before [all...] |
/art/test/442-checker-constant-folding/smali/ |
TestCmp.smali | 20 ## CHECK-START: int TestCmp.$opt$CmpLongConstants() constant_folding (before) 26 ## CHECK-START: int TestCmp.$opt$CmpLongConstants() constant_folding (after) 32 ## CHECK-START: int TestCmp.$opt$CmpLongConstants() constant_folding (after) 43 ## CHECK-START: int TestCmp.$opt$CmpGtFloatConstants() constant_folding (before) 49 ## CHECK-START: int TestCmp.$opt$CmpGtFloatConstants() constant_folding (after) 55 ## CHECK-START: int TestCmp.$opt$CmpGtFloatConstants() constant_folding (after) 66 ## CHECK-START: int TestCmp.$opt$CmpLtFloatConstants() constant_folding (before) 72 ## CHECK-START: int TestCmp.$opt$CmpLtFloatConstants() constant_folding (after) 78 ## CHECK-START: int TestCmp.$opt$CmpLtFloatConstants() constant_folding (after) 89 ## CHECK-START: int TestCmp.$opt$CmpGtDoubleConstants() constant_folding (before [all...] |
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
BUILD | 89 name = "constant_folding", 90 srcs = ["constant_folding.cc"], 92 "constant_folding.h", 114 ":constant_folding", 168 ":constant_folding", 188 ":constant_folding", 208 ":constant_folding", 227 ":constant_folding", 370 ":constant_folding",
|
meta_optimizer.cc | 21 #include "tensorflow/core/grappler/optimizers/constant_folding.h" 92 if (cfg_.constant_folding() != RewriterConfig::OFF) { 94 new ConstantFolding(cfg_.constant_folding(), cpu_device_))); 213 cfg.constant_folding() != RewriterConfig::OFF ||
|
/art/test/711-checker-type-conversion/src/ |
Main.java | 51 /// CHECK-START: byte Main.getByte1() constant_folding (before) 57 /// CHECK-START: byte Main.getByte1() constant_folding (after) 67 /// CHECK-START: byte Main.getByte2() constant_folding (before) 73 /// CHECK-START: byte Main.getByte2() constant_folding (after) 83 /// CHECK-START: byte Main.getByte3() constant_folding (before) 89 /// CHECK-START: byte Main.getByte2() constant_folding (after)
|
/art/compiler/optimizing/ |
constant_folding.h | 46 static constexpr const char* kConstantFoldingPassName = "constant_folding";
|
optimization.h | 127 // OptPass(kConstantFolding, "constant_folding$after_inlining")
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
hlo_constant_folding.h | 28 tensorflow::StringPiece name() const override { return "constant_folding"; }
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
remove_device.cc | 18 #include "tensorflow/core/common_runtime/constant_folding.h"
|
sort_by_execution_order.cc | 18 #include "tensorflow/core/common_runtime/constant_folding.h"
|
remove_attribute.cc | 18 #include "tensorflow/core/common_runtime/constant_folding.h"
|
rename_attribute.cc | 18 #include "tensorflow/core/common_runtime/constant_folding.h"
|
rename_op.cc | 18 #include "tensorflow/core/common_runtime/constant_folding.h"
|
obfuscate_names.cc | 18 #include "tensorflow/core/common_runtime/constant_folding.h"
|
backports.cc | 18 #include "tensorflow/core/common_runtime/constant_folding.h"
|
fold_batch_norms.cc | 18 #include "tensorflow/core/common_runtime/constant_folding.h"
|
/art/tools/checker/ |
README | 52 /// CHECK-START: int MyClass.MyMethod() constant_folding (after) 76 /// CHECK-START-ARM64: int MyClass.MyMethod() constant_folding (after) 85 /// CHECK-START-{MIPS,ARM,ARM64}: int MyClass.MyMethod() constant_folding (after)
|
/external/mesa3d/src/compiler/glsl/ |
opt_constant_folding.cpp | 206 ir_constant_folding_visitor constant_folding; local 208 visit_list_elements(&constant_folding, instructions); 210 return constant_folding.progress;
|
opt_constant_propagation.cpp | 122 void constant_folding(ir_rvalue **rvalue); 147 ir_constant_propagation_visitor::constant_folding(ir_rvalue **rvalue) function in class:__anon29232::ir_constant_propagation_visitor 254 constant_folding(rvalue); 285 constant_folding(&ir->rhs);
|
/external/tensorflow/tensorflow/python/grappler/ |
memory_optimizer_test.py | 56 constant_folding=rewriter_config_pb2.RewriterConfig.OFF, 79 constant_folding=rewriter_config_pb2.RewriterConfig.OFF, 134 constant_folding=rewriter_config_pb2.RewriterConfig.OFF, 159 constant_folding=rewriter_config_pb2.RewriterConfig.OFF,
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
value-bug.ll | 64 define <4 x double> @constant_folding() { 75 ; CHECK-LABEL: @constant_folding
|
/external/tensorflow/tensorflow/contrib/tensorrt/ |
BUILD | 198 "//tensorflow/core/grappler/optimizers:constant_folding",
|
/external/tensorflow/tensorflow/core/common_runtime/ |
graph_optimizer.cc | 18 #include "tensorflow/core/common_runtime/constant_folding.h"
|
parallel_concat_optimizer.cc | 18 #include "tensorflow/core/common_runtime/constant_folding.h"
|
/external/tensorflow/tensorflow/core/protobuf/ |
rewriter_config.proto | 35 Toggle constant_folding = 3;
|