Home
last modified time | relevance | path

Searched refs:widened (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/opts/
DSkBlurImage_opts_SSE4.cpp31 __m128i widened = _mm_cvtsi32_si128(a); in expand() local
34 return _mm_cvtepu8_epi32(widened); in expand()
/external/llvm/test/Transforms/IndVarSimplify/
Delim-extend.ll69 ; %innercount is currently blocked by lcssa, so is not widened.
70 ; %inneriv can be widened only after proving it has no signed-overflow
Dwiden-loop-comp.ll8 ; Check the loop exit i32 compare instruction and operand are widened to i64
Dno-iv-rewrite.ll360 ; Test a widened IV that is used by a phi on different paths within the loop.
/external/llvm/test/CodeGen/ARM/
Dwiden-vmovs.ll8 ; The vmovs is first widened to a vmovd, and then converted to a vorr because of the v2f32 vadd.f32.
/external/llvm/test/Instrumentation/AddressSanitizer/
Dasan-vs-gvn.ll2 ; ASAN conflicts with load widening iff the widened load accesses data out of bounds
/external/clang/test/OpenMP/
Dsimd_codegen.cpp427 void widened(float *a, float *b, float *c, float *d) { in widened() function
/external/llvm/test/Transforms/GVN/
Dload-pre-nonlocal.ll53 ; %1 is partially redundant if %0 can be widened to a 64-bit load.
/external/llvm/test/CodeGen/Thumb/
Dstack-access.ll34 ; If possible stack-based lrdb/ldrh are widened to use SP-based addressing
/external/llvm/test/Analysis/CostModel/X86/
Dalternate-shuffle-cost.ll12 ; 64-bit packed float vectors (v2f32) are widened to type v4f32.
/external/valgrind/VEX/priv/
Dguest_arm64_toIR.c8429 IRExpr* widened in dis_AdvSIMD_across_lanes() local
8433 widened in dis_AdvSIMD_across_lanes()
8435 widened, in dis_AdvSIMD_across_lanes()
8442 assign(tWi, widened); in dis_AdvSIMD_across_lanes()
/external/llvm/test/Transforms/SROA/
Dbasictest.ll1270 ; doesn't get widened to a full alloca store.