Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/src/dec/
H A Dframe_dec.c43 static WEBP_INLINE void DoTransform(uint32_t bits, const int16_t* const src, in DoTransform() function
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DBranchFolding.cpp1382 bool DoTransform = true; in OptimizeBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DBranchFolding.cpp1478 bool DoTransform = true; in OptimizeBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DBranchFolding.cpp1516 bool DoTransform = true; in OptimizeBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp848 bool DoTransform) { in transformZExtICmp()