/external/clang/test/CodeGenCXX/ |
debug-info-global.cpp | 7 const int cnst = 42; member in namespace:ns 10 return ns::cnst + ns::cnst; 16 // CHECK: [[GLOBALS]] = !{[[CNST:![0-9]*]]} 18 // CHECK: [[CNST]] = distinct !DIGlobalVariable(name: "cnst",
|
/external/llvm/test/CodeGen/PowerPC/ |
unal-altivec.ll | 34 ; CHECK-DAG: lvx [[CNST:[0-9]+]], 46 ; CHECK-DAG: vaddfp {{[0-9]+}}, [[R1]], [[CNST]] 47 ; CHECK-DAG: vaddfp {{[0-9]+}}, [[R2]], [[CNST]]
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
homing.c | 25 #include "cnst.h"
|
int_lpc.c | 26 #include "cnst.h"
|
lp_dec2.c | 26 #include "cnst.h"
|
hp50.c | 43 #include "cnst.h"
|
hp6k.c | 29 #include "cnst.h"
|
bits.c | 28 #include "cnst.h"
|
decim54.c | 27 #include "cnst.h"
|
syn_filt.c | 27 #include "cnst.h"
|
isp_az.c | 27 #include "cnst.h"
|
pitch_f4.c | 29 #include "cnst.h"
|
/external/llvm/test/Transforms/InstCombine/ |
strcmp-1.ll | 39 ; strcmp(x, y) -> cnst
|
memcmp-1.ll | 45 ; Check memcmp(mem1, mem2, size) -> cnst, where all arguments are constants.
|
strncmp-1.ll | 38 ; strncmp(x, y, n) -> cnst
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/ |
StrCmp.ll | 34 ; strcmp(x, y) -> cnst
|
StrNCmp.ll | 34 ; strncmp(x, y, n) -> cnst
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
sp_dec.h | 53 #include "cnst.h"
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
bits.h | 29 #include "cnst.h"
|
cnst.h | 19 * CNST.H *
|
cod_main.h | 26 #include "cnst.h" /* coder constant parameters */
|
/external/webp/src/dsp/ |
upsampling_msa.c | 37 #define MULTHI_16(in0, in1, in2, in3, cnst, out0, out1) do { \ 38 const v4i32 const0 = (v4i32)__msa_fill_w(cnst * 256); \ 45 #define MULTHI_8(in0, in1, cnst, out0) do { \ 46 const v4i32 const0 = (v4i32)__msa_fill_w(cnst * 256); \
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
cor_h.cpp | 61 scenario. Moved cor_h.h after cnst.h in the Include section. 62 Doing this allows the unit test to build using the cnst.h in the 105 #include "cnst.h"
|
/external/llvm/lib/Transforms/Utils/ |
SimplifyLibCalls.cpp | 258 // strcmp(x, y) -> cnst (if both x and y are constant strings) 304 // strncmp(x, y) -> cnst (if both x and y are constant strings) 743 // Constant folding: memcmp(x, y, l) -> cnst (all arguments are constant) [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
SimplifyLibCalls.cpp | 341 // strcmp(x, y) -> cnst (if both x and y are constant strings) 404 // strncmp(x, y) -> cnst (if both x and y are constant strings) 758 // Constant folding: memcmp(x, y, l) -> cnst (all arguments are constant) [all...] |