Searched defs:ConstantFold (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/test/ |
H A D | test-constant-fold.cpp | 83 class ConstantFold : public testing::Test { class 85 ConstantFold() in ConstantFold() function in ConstantFold 99 TEST_F(ConstantFold, Swizzles) in TEST_F() argument 118 TEST_F(ConstantFold, VectorConstructions2i16) in TEST_F() argument 137 TEST_F(ConstantFold, VectorConstructions4i8) in TEST_F() argument 151 TEST_F(ConstantFold, VectorConstructions2i8) in TEST_F() argument 168 TEST_F(ConstantFold, LimitedShiftsForTexturing) in TEST_F() argument 188 TEST_F(ConstantFold, NonConstantSourcesCannotBeFolded) in TEST_F() argument 201 TEST_F(ConstantFold, OtherOperationsShouldNotFold) in TEST_F() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | constant_folding.cc | 587 Status ConstantFold(const ConstantFoldingOptions& opts, in ConstantFold() function
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 4176 ConstantFold(Instruction *I, const DataLayout &DL, in ConstantFold() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 4703 ConstantFold(Instruction *I, const DataLayout &DL, in ConstantFold() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 5638 ConstantFold(Instruction *I, const DataLayout &DL, in ConstantFold() function
|