HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 26 - 50 of 4593) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/Support/
DataExtractor.h 40 /// Extract a C string from \a *offset_ptr.
52 /// enough bytes to extract this value, the offset will be left
62 /// Extract an unsigned integer of size \a byte_size from \a
65 /// Extract a single unsigned integer value and update the offset
77 /// enough bytes to extract this value, the offset will be left
81 /// The size in byte of the integer to extract.
88 /// Extract an signed integer of size \a byte_size from \a *offset_ptr.
90 /// Extract a single signed integer value (sign extending if required)
102 /// enough bytes to extract this value, the offset will be left
106 /// The size in bytes of the integer to extract
    [all...]
  /external/llvm/test/Transforms/SLPVectorizer/ARM/
sroa.ll 17 %a.coerce.fca.0.extract = extractvalue [4 x i32] %a.coerce, 0
18 %a.sroa.0.0.insert.ext = zext i32 %a.coerce.fca.0.extract to i64
19 %a.coerce.fca.1.extract = extractvalue [4 x i32] %a.coerce, 1
20 %a.sroa.0.4.insert.ext = zext i32 %a.coerce.fca.1.extract to i64
24 %a.coerce.fca.2.extract = extractvalue [4 x i32] %a.coerce, 2
25 %a.sroa.3.8.insert.ext = zext i32 %a.coerce.fca.2.extract to i64
26 %a.coerce.fca.3.extract = extractvalue [4 x i32] %a.coerce, 3
27 %a.sroa.3.12.insert.ext = zext i32 %a.coerce.fca.3.extract to i64
31 %b.coerce.fca.0.extract = extractvalue [4 x i32] %b.coerce, 0
32 %b.sroa.0.0.insert.ext = zext i32 %b.coerce.fca.0.extract to i6
    [all...]
  /external/llvm/test/Analysis/CostModel/X86/
insert-extract-at-zero.ll 6 define i32 @insert-extract-at-zero-idx(i32 %arg, float %fl) {
7 ;CHECK: cost of 0 {{.*}} extract
9 ;CHECK: cost of 1 {{.*}} extract
11 ;CHECK: cost of 1 {{.*}} extract
14 ;CHECK: cost of 0 {{.*}} extract
16 ;CHECK: cost of 1 {{.*}} extract
19 ;CHECK: cost of 1 {{.*}} extract
  /external/chromium_org/native_client_sdk/src/build_tools/
build_version.py 25 '''Extract chrome version from src/chrome/VERSION + svn.
38 '''Extract the chrome version from src/chrome/VERSION.
49 '''Extract chrome major version from src/chrome/VERSION.
59 '''Extract chrome revision from svn.
67 '''Extract NaCl revision from svn.
  /external/oprofile/libabi/
opimport.cpp 69 void extract(T & targ, void const * src_,
75 void extractor::extract(T & targ, void const * src_, function in class:extractor
119 ext.extract(head->version, src, "sizeof_u32", "offsetof_header_version");
120 ext.extract(head->cpu_type, src, "sizeof_u32", "offsetof_header_cpu_type");
121 ext.extract(head->ctr_event, src, "sizeof_u32", "offsetof_header_ctr_event");
122 ext.extract(head->ctr_um, src, "sizeof_u32", "offsetof_header_ctr_um");
123 ext.extract(head->ctr_count, src, "sizeof_u32", "offsetof_header_ctr_count");
124 ext.extract(head->is_kernel, src, "sizeof_u32", "offsetof_header_is_kernel");
127 ext.extract(head->mtime, src, "sizeof_time_t", "offsetof_header_mtime");
128 ext.extract(head->cg_to_is_kernel, src, "sizeof_u32"
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
buildershandler_unittest.py 43 if url == 'http://chrome-build-extract.appspot.com/get_master/chromium.webkit':
50 if url == 'http://chrome-build-extract.appspot.com/get_builds?builder=WebKit%20Linux&master=chromium.webkit&num_builds=1':
57 if url == 'http://chrome-build-extract.appspot.com/get_builds?builder=WebKit%20Win&master=chromium.webkit&num_builds=1':
64 if url == 'http://chrome-build-extract.appspot.com/get_builds?builder=WebKit%20Mac&master=chromium.webkit&num_builds=1':
71 if url == 'http://chrome-build-extract.appspot.com/get_builds?builder=WebKit%20Empty&master=chromium.webkit&num_builds=1':
86 'http://chrome-build-extract.appspot.com/get_master/chromium.webkit',
87 'http://chrome-build-extract.appspot.com/get_builds?builder=WebKit%20Win&master=chromium.webkit&num_builds=1',
88 'http://chrome-build-extract.appspot.com/get_builds?builder=WebKit%20Mac&master=chromium.webkit&num_builds=1',
89 'http://chrome-build-extract.appspot.com/get_builds?builder=WebKit%20Empty&master=chromium.webkit&num_builds=1',
90 'http://chrome-build-extract.appspot.com/get_builds?builder=WebKit%20Linux&master=chromium.webkit&num_builds=1'
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkFilterProc.h 37 // extract low 2 bits
47 // extract low 2 bits and shift up 2
55 // extract low 2 bits
71 // extract low 2 bits
81 // extract low 2 bits and shift up 2
89 // extract low 2 bits
  /external/skia/src/core/
SkFilterProc.h 37 // extract low 2 bits
47 // extract low 2 bits and shift up 2
55 // extract low 2 bits
71 // extract low 2 bits
81 // extract low 2 bits and shift up 2
89 // extract low 2 bits
  /system/core/libpixelflinger/
col32cb16blend.S 46 and r10, r1, #0xff // extract red
47 and r12, r9, r1, lsr #8 // extract green
48 and r4, r9, r1, lsr #16 // extract blue
57 mov r6, r8, lsr #11 // extract dest red
58 and r7, r9, r8, lsr #5 // extract dest green
59 and r8, r8, #0x1f // extract dest blue
  /external/llvm/test/Other/
extract-linkonce.ll 1 ; RUN: llvm-extract -func foo -S < %s | FileCheck %s
2 ; RUN: llvm-extract -delete -func foo -S < %s | FileCheck --check-prefix=DELETE %s
extract-weak-odr.ll 1 ; RUN: llvm-extract -func foo -S < %s | FileCheck %s
2 ; RUN: llvm-extract -delete -func foo -S < %s | FileCheck --check-prefix=DELETE %s
extract-alias.ll 1 ; RUN: llvm-extract -func foo -S < %s | FileCheck %s
2 ; RUN: llvm-extract -delete -func foo -S < %s | FileCheck --check-prefix=DELETE %s
3 ; RUN: llvm-extract -alias zeda0 -S < %s | FileCheck --check-prefix=ALIAS %s
4 ; RUN: llvm-extract -ralias '.*bar' -S < %s | FileCheck --check-prefix=ALIASRE %s
  /external/chromium_org/chrome/utility/media_galleries/
image_metadata_extractor.h 25 // to extract metadata from multiple images.
39 void Extract(media::DataSource* source, const DoneCallback& callback);
41 // All below methods require Extract to have already succeeded.
65 // Second half of the Extract method.
  /external/llvm/test/CodeGen/AArch64/
arm64-neon-copyPhysReg-tuple.ll 11 %extract = extractvalue { <4 x i32>, <4 x i32> } %vld, 0
12 %vld1 = tail call { <4 x i32>, <4 x i32> } @llvm.aarch64.neon.ld2lane.v4i32.p0i32(<4 x i32> %extract, <4 x i32> <i32 -1, i32 -1, i32 -1, i32 -1>, i64 1, i32* %b)
13 %vld1.fca.0.extract = extractvalue { <4 x i32>, <4 x i32> } %vld1, 0
14 ret <4 x i32> %vld1.fca.0.extract
25 %extract = extractvalue { <4 x i32>, <4 x i32>, <4 x i32> } %vld, 0
26 %vld1 = tail call { <4 x i32>, <4 x i32>, <4 x i32> } @llvm.aarch64.neon.ld3lane.v4i32.p0i32(<4 x i32> %extract, <4 x i32> <i32 -1, i32 -1, i32 -1, i32 -1>, <4 x i32> %c, i64 1, i32* %b)
27 %vld1.fca.0.extract = extractvalue { <4 x i32>, <4 x i32>, <4 x i32> } %vld1, 0
28 ret <4 x i32> %vld1.fca.0.extract
40 %extract = extractvalue { <4 x i32>, <4 x i32>, <4 x i32>, <4 x i32> } %vld, 0
41 %vld1 = tail call { <4 x i32>, <4 x i32>, <4 x i32>, <4 x i32> } @llvm.aarch64.neon.ld4lane.v4i32.p0i32(<4 x i32> %extract, <4 x i32> <i32 -1, i32 -1, i32 -1, i32 -1>, <4 x i32> %c, <4 x i32> %c, i64 1, i32* %b
    [all...]
arm64-dagcombiner-load-slicing.ll 20 %t0.sroa.0.0.extract.trunc = trunc i64 %1 to i32
21 %2 = bitcast i32 %t0.sroa.0.0.extract.trunc to float
22 %t0.sroa.2.0.extract.shift = lshr i64 %1, 32
23 %t0.sroa.2.0.extract.trunc = trunc i64 %t0.sroa.2.0.extract.shift to i32
24 %3 = bitcast i32 %t0.sroa.2.0.extract.trunc to float
52 %t0.sroa.0.0.extract.trunc = trunc i64 %1 to i32
53 %2 = bitcast i32 %t0.sroa.0.0.extract.trunc to i32
54 %t0.sroa.2.0.extract.shift = lshr i64 %1, 32
55 %t0.sroa.2.0.extract.trunc = trunc i64 %t0.sroa.2.0.extract.shift to i3
    [all...]
arm64-dagcombiner-indexed-load.ll 24 %U.sroa.3.8.extract.trunc.i = trunc i64 %tmp1 to i32
25 %div11.i = sdiv i32 %U.sroa.3.8.extract.trunc.i, 17
27 %U.sroa.3.12.extract.shift.i = lshr i64 %tmp1, 32
28 %U.sroa.3.12.extract.trunc.i = trunc i64 %U.sroa.3.12.extract.shift.i to i32
29 %div15.i = sdiv i32 %U.sroa.3.12.extract.trunc.i, 13
  /external/llvm/tools/llvm-extract/
Android.mk 7 # llvm-extract command line tool
11 llvm-extract.cpp
28 LOCAL_MODULE := llvm-extract
llvm-extract.cpp 1 //===- llvm-extract.cpp - LLVM function extraction utility ----------------===//
52 // ExtractFuncs - The functions to extract from the module.
54 ExtractFuncs("func", cl::desc("Specify function to extract"),
58 // extract from the module.
60 ExtractRegExpFuncs("rfunc", cl::desc("Specify function(s) to extract using a "
64 // ExtractAlias - The alias to extract from the module.
66 ExtractAliases("alias", cl::desc("Specify alias to extract"),
71 // extract from the module.
73 ExtractRegExpAliases("ralias", cl::desc("Specify alias(es) to extract using a "
77 // ExtractGlobals - The globals to extract from the module
    [all...]
  /external/qemu/docs/
ANDROID-ELFF.TXT 4 by the emulator to extract debugging information from symbol files of the
10 files corresponding to the libraries of the emulated system, in order to extract
17 - Extract information about routine, containing given PC address in the emulated
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 1 //===- LoopExtractor.cpp - Extract each loop into a new function ----------===//
10 // A pass wrapper around the ExtractLoop() scalar transformation to extract each
32 #define DEBUG_TYPE "loop-extract"
57 INITIALIZE_PASS_BEGIN(LoopExtractor, "loop-extract",
58 "Extract loops into new functions", false, false)
62 INITIALIZE_PASS_END(LoopExtractor, "loop-extract",
63 "Extract loops into new functions", false, false)
74 INITIALIZE_PASS(SingleLoopExtractor, "loop-extract-single",
75 "Extract at most one loop into a new function", false, false)
97 // If there is more than one top-level loop in this function, extract all o
    [all...]
  /device/asus/fugu/self-extractors/
files-by-owner.sh 17 rm -f extract-lists.txt
62 echo " $target_owner)" >> extract-lists.txt
63 echo " TO_EXTRACT=\"\\" >> extract-lists.txt
90 echo " $file \\" >> extract-lists.txt
101 echo " $file \\" >> extract-lists.txt
111 echo " \"" >> extract-lists.txt
112 echo " ;;" >> extract-lists.txt
  /device/lge/hammerhead/self-extractors/
files-by-owner.sh 17 rm -f extract-lists.txt
55 echo " $target_owner)" >> extract-lists.txt
56 echo " TO_EXTRACT=\"\\" >> extract-lists.txt
83 echo " $file \\" >> extract-lists.txt
93 echo " \"" >> extract-lists.txt
94 echo " ;;" >> extract-lists.txt
  /device/lge/mako/self-extractors/
files-by-owner.sh 17 rm -f extract-lists.txt
55 echo " $target_owner)" >> extract-lists.txt
56 echo " TO_EXTRACT=\"\\" >> extract-lists.txt
83 echo " $file \\" >> extract-lists.txt
93 echo " \"" >> extract-lists.txt
94 echo " ;;" >> extract-lists.txt
  /device/moto/shamu/self-extractors/
files-by-owner.sh 17 rm -f extract-lists.txt
56 echo " $target_owner)" >> extract-lists.txt
57 echo " TO_EXTRACT=\"\\" >> extract-lists.txt
89 echo " $file \\" >> extract-lists.txt
99 echo " \"" >> extract-lists.txt
100 echo " ;;" >> extract-lists.txt
  /device/samsung/manta/self-extractors/
files-by-owner.sh 17 rm -f extract-lists.txt
55 echo " $target_owner)" >> extract-lists.txt
56 echo " TO_EXTRACT=\"\\" >> extract-lists.txt
83 echo " $file \\" >> extract-lists.txt
93 echo " \"" >> extract-lists.txt
94 echo " ;;" >> extract-lists.txt

Completed in 661 milliseconds

12 3 4 5 6 7 8 91011>>