Home
last modified time | relevance | path

Searched defs:DoTransform (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dec/
Dframe_dec.c43 static WEBP_INLINE void DoTransform(uint32_t bits, const int16_t* const src, in DoTransform() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DBranchFolding.cpp1157 bool DoTransform = true; in OptimizeBlock() local
/external/llvm/lib/CodeGen/
DBranchFolding.cpp1382 bool DoTransform = true; in OptimizeBlock() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchFolding.cpp1568 bool DoTransform = true; in OptimizeBlock() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp810 bool DoTransform) { in transformZExtICmp()