HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 226 - 250 of 8518) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/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
17 #define DEBUG_TYPE "loop-extract"
56 INITIALIZE_PASS_BEGIN(LoopExtractor, "loop-extract",
57 "Extract loops into new functions", false, false)
61 INITIALIZE_PASS_END(LoopExtractor, "loop-extract",
62 "Extract loops into new functions", false, false)
73 INITIALIZE_PASS(SingleLoopExtractor, "loop-extract-single",
74 "Extract at most one loop into a new function", false, false)
93 // If there is more than one top-level loop in this function, extract all o
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/
sym_extract.py 11 sym_extract - Extract and output a list of symbols from a shared library.
14 from libcxx.sym_check import extract, util
19 description='Extract a list of symbols from a shared library.')
21 help='The library to extract symbols from')
35 syms = extract.extract_symbols(args.library)
  /external/llvm/test/CodeGen/Hexagon/
bit-gen-rseq.ll 17 %t.sroa.11.051 = phi i64 [ %t.sroa.11.0.extract.shift, %for.body ], [ 0, %entry ]
22 %t.sroa.11.0.extract.shift = and i64 %0, -4294967296
31 %t.sroa.11.0.lcssa = phi i64 [ 0, %entry ], [ %t.sroa.11.0.extract.shift, %for.body ]
35 %t.sroa.11.0.extract.shift41 = lshr i64 %1, 32
36 %t.sroa.11.0.extract.trunc42 = trunc i64 %t.sroa.11.0.extract.shift41 to i32
37 ret i32 %t.sroa.11.0.extract.trunc42
insert4.ll 23 %h.sroa.0.0.extract.trunc = trunc i64 %c to i32
24 %sext = shl i32 %h.sroa.0.0.extract.trunc, 16
26 %l.sroa.2.4.extract.shift = lshr i64 %c, 32
27 %sext76 = ashr i32 %h.sroa.0.0.extract.trunc, 16
28 %m.sroa.2.6.extract.shift = lshr i64 %c, 48
29 %sext7980 = shl nuw nsw i64 %l.sroa.2.4.extract.shift, 16
32 %sext8283 = shl nuw nsw i64 %m.sroa.2.6.extract.shift, 16
43 %n_union3.sroa.0.0.extract.trunc = trunc i64 %1 to i32
44 %n_union3.sroa.1.4.extract.shift = lshr i64 %1, 32
45 %2 = tail call i64 @llvm.hexagon.M2.dpmpyss.s0(i32 %n_union3.sroa.0.0.extract.trunc, i32 %conv8
    [all...]
  /external/python/cpython3/Lib/test/
test_traceback.py 665 def extract(**kwargs): function in function:LimitTests.test_extract_stack
673 nolim = extract()
675 self.assertEqual(extract(limit=2), nolim[-2:])
676 assertEqualExcept(extract(limit=100), nolim[-100:], -5-1)
677 self.assertEqual(extract(limit=-2), nolim[:2])
678 assertEqualExcept(extract(limit=-100), nolim[:100], len(nolim)-5-1)
679 self.assertEqual(extract(limit=0), [])
681 assertEqualExcept(extract(), nolim, -5-1)
683 self.assertEqual(extract(), nolim[-2:])
684 self.assertEqual(extract(limit=3), nolim[-3:]
696 def extract(**kwargs): function in function:LimitTests.test_extract_tb
725 def extract(**kwargs): function in function:LimitTests.test_format_exception
778 def extract(): function in function:MiscTracebackCases.test_extract_stack
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 56 const DWARFUnit *U = nullptr; // Remember the DWARFUnit at extract time.
183 /// Take an optional DWARFFormValue and try to extract a string value from it.
185 /// \param V and optional DWARFFormValue to attempt to extract the value from.
194 /// Take an optional DWARFFormValue and extract a string value from it.
196 /// \param V and optional DWARFFormValue to attempt to extract the value from.
205 /// Take an optional DWARFFormValue and try to extract an unsigned constant.
207 /// \param V and optional DWARFFormValue to attempt to extract the value from.
216 /// Take an optional DWARFFormValue and extract a unsigned constant.
218 /// \param V and optional DWARFFormValue to attempt to extract the value from.
227 /// Take an optional DWARFFormValue and try to extract an reference
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 55 const DWARFUnit *U = nullptr; /// Remember the DWARFUnit at extract time.
187 /// Take an optional DWARFFormValue and try to extract a string value from it.
189 /// \param V and optional DWARFFormValue to attempt to extract the value from.
198 /// Take an optional DWARFFormValue and extract a string value from it.
200 /// \param V and optional DWARFFormValue to attempt to extract the value from.
209 /// Take an optional DWARFFormValue and try to extract an unsigned constant.
211 /// \param V and optional DWARFFormValue to attempt to extract the value from.
220 /// Take an optional DWARFFormValue and extract a unsigned constant.
222 /// \param V and optional DWARFFormValue to attempt to extract the value from.
231 /// Take an optional DWARFFormValue and try to extract an reference
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 55 const DWARFUnit *U = nullptr; /// Remember the DWARFUnit at extract time.
187 /// Take an optional DWARFFormValue and try to extract a string value from it.
189 /// \param V and optional DWARFFormValue to attempt to extract the value from.
198 /// Take an optional DWARFFormValue and extract a string value from it.
200 /// \param V and optional DWARFFormValue to attempt to extract the value from.
209 /// Take an optional DWARFFormValue and try to extract an unsigned constant.
211 /// \param V and optional DWARFFormValue to attempt to extract the value from.
220 /// Take an optional DWARFFormValue and extract a unsigned constant.
222 /// \param V and optional DWARFFormValue to attempt to extract the value from.
231 /// Take an optional DWARFFormValue and try to extract an reference
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 85 const DWARFUnit *U = nullptr; /// Remember the DWARFUnit at extract time.
180 /// Take an optional DWARFFormValue and try to extract a string value from it.
182 /// \param V and optional DWARFFormValue to attempt to extract the value from.
191 /// Take an optional DWARFFormValue and extract a string value from it.
193 /// \param V and optional DWARFFormValue to attempt to extract the value from.
202 /// Take an optional DWARFFormValue and try to extract an unsigned constant.
204 /// \param V and optional DWARFFormValue to attempt to extract the value from.
213 /// Take an optional DWARFFormValue and extract a unsigned constant.
215 /// \param V and optional DWARFFormValue to attempt to extract the value from.
224 /// Take an optional DWARFFormValue and try to extract an reference
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 85 const DWARFUnit *U = nullptr; /// Remember the DWARFUnit at extract time.
180 /// Take an optional DWARFFormValue and try to extract a string value from it.
182 /// \param V and optional DWARFFormValue to attempt to extract the value from.
191 /// Take an optional DWARFFormValue and extract a string value from it.
193 /// \param V and optional DWARFFormValue to attempt to extract the value from.
202 /// Take an optional DWARFFormValue and try to extract an unsigned constant.
204 /// \param V and optional DWARFFormValue to attempt to extract the value from.
213 /// Take an optional DWARFFormValue and extract a unsigned constant.
215 /// \param V and optional DWARFFormValue to attempt to extract the value from.
224 /// Take an optional DWARFFormValue and try to extract an reference
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 85 const DWARFUnit *U = nullptr; /// Remember the DWARFUnit at extract time.
180 /// Take an optional DWARFFormValue and try to extract a string value from it.
182 /// \param V and optional DWARFFormValue to attempt to extract the value from.
191 /// Take an optional DWARFFormValue and extract a string value from it.
193 /// \param V and optional DWARFFormValue to attempt to extract the value from.
202 /// Take an optional DWARFFormValue and try to extract an unsigned constant.
204 /// \param V and optional DWARFFormValue to attempt to extract the value from.
213 /// Take an optional DWARFFormValue and extract a unsigned constant.
215 /// \param V and optional DWARFFormValue to attempt to extract the value from.
224 /// Take an optional DWARFFormValue and try to extract an reference
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 85 const DWARFUnit *U = nullptr; /// Remember the DWARFUnit at extract time.
180 /// Take an optional DWARFFormValue and try to extract a string value from it.
182 /// \param V and optional DWARFFormValue to attempt to extract the value from.
191 /// Take an optional DWARFFormValue and extract a string value from it.
193 /// \param V and optional DWARFFormValue to attempt to extract the value from.
202 /// Take an optional DWARFFormValue and try to extract an unsigned constant.
204 /// \param V and optional DWARFFormValue to attempt to extract the value from.
213 /// Take an optional DWARFFormValue and extract a unsigned constant.
215 /// \param V and optional DWARFFormValue to attempt to extract the value from.
224 /// Take an optional DWARFFormValue and try to extract an reference
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 56 const DWARFUnit *U = nullptr; // Remember the DWARFUnit at extract time.
183 /// Take an optional DWARFFormValue and try to extract a string value from it.
185 /// \param V and optional DWARFFormValue to attempt to extract the value from.
194 /// Take an optional DWARFFormValue and extract a string value from it.
196 /// \param V and optional DWARFFormValue to attempt to extract the value from.
205 /// Take an optional DWARFFormValue and try to extract an unsigned constant.
207 /// \param V and optional DWARFFormValue to attempt to extract the value from.
216 /// Take an optional DWARFFormValue and extract a unsigned constant.
218 /// \param V and optional DWARFFormValue to attempt to extract the value from.
227 /// Take an optional DWARFFormValue and try to extract an reference
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 55 const DWARFUnit *U = nullptr; /// Remember the DWARFUnit at extract time.
187 /// Take an optional DWARFFormValue and try to extract a string value from it.
189 /// \param V and optional DWARFFormValue to attempt to extract the value from.
198 /// Take an optional DWARFFormValue and extract a string value from it.
200 /// \param V and optional DWARFFormValue to attempt to extract the value from.
209 /// Take an optional DWARFFormValue and try to extract an unsigned constant.
211 /// \param V and optional DWARFFormValue to attempt to extract the value from.
220 /// Take an optional DWARFFormValue and extract a unsigned constant.
222 /// \param V and optional DWARFFormValue to attempt to extract the value from.
231 /// Take an optional DWARFFormValue and try to extract an reference
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 55 const DWARFUnit *U = nullptr; /// Remember the DWARFUnit at extract time.
187 /// Take an optional DWARFFormValue and try to extract a string value from it.
189 /// \param V and optional DWARFFormValue to attempt to extract the value from.
198 /// Take an optional DWARFFormValue and extract a string value from it.
200 /// \param V and optional DWARFFormValue to attempt to extract the value from.
209 /// Take an optional DWARFFormValue and try to extract an unsigned constant.
211 /// \param V and optional DWARFFormValue to attempt to extract the value from.
220 /// Take an optional DWARFFormValue and extract a unsigned constant.
222 /// \param V and optional DWARFFormValue to attempt to extract the value from.
231 /// Take an optional DWARFFormValue and try to extract an reference
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 85 const DWARFUnit *U = nullptr; /// Remember the DWARFUnit at extract time.
180 /// Take an optional DWARFFormValue and try to extract a string value from it.
182 /// \param V and optional DWARFFormValue to attempt to extract the value from.
191 /// Take an optional DWARFFormValue and extract a string value from it.
193 /// \param V and optional DWARFFormValue to attempt to extract the value from.
202 /// Take an optional DWARFFormValue and try to extract an unsigned constant.
204 /// \param V and optional DWARFFormValue to attempt to extract the value from.
213 /// Take an optional DWARFFormValue and extract a unsigned constant.
215 /// \param V and optional DWARFFormValue to attempt to extract the value from.
224 /// Take an optional DWARFFormValue and try to extract an reference
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 85 const DWARFUnit *U = nullptr; /// Remember the DWARFUnit at extract time.
180 /// Take an optional DWARFFormValue and try to extract a string value from it.
182 /// \param V and optional DWARFFormValue to attempt to extract the value from.
191 /// Take an optional DWARFFormValue and extract a string value from it.
193 /// \param V and optional DWARFFormValue to attempt to extract the value from.
202 /// Take an optional DWARFFormValue and try to extract an unsigned constant.
204 /// \param V and optional DWARFFormValue to attempt to extract the value from.
213 /// Take an optional DWARFFormValue and extract a unsigned constant.
215 /// \param V and optional DWARFFormValue to attempt to extract the value from.
224 /// Take an optional DWARFFormValue and try to extract an reference
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 85 const DWARFUnit *U = nullptr; /// Remember the DWARFUnit at extract time.
180 /// Take an optional DWARFFormValue and try to extract a string value from it.
182 /// \param V and optional DWARFFormValue to attempt to extract the value from.
191 /// Take an optional DWARFFormValue and extract a string value from it.
193 /// \param V and optional DWARFFormValue to attempt to extract the value from.
202 /// Take an optional DWARFFormValue and try to extract an unsigned constant.
204 /// \param V and optional DWARFFormValue to attempt to extract the value from.
213 /// Take an optional DWARFFormValue and extract a unsigned constant.
215 /// \param V and optional DWARFFormValue to attempt to extract the value from.
224 /// Take an optional DWARFFormValue and try to extract an reference
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 85 const DWARFUnit *U = nullptr; /// Remember the DWARFUnit at extract time.
180 /// Take an optional DWARFFormValue and try to extract a string value from it.
182 /// \param V and optional DWARFFormValue to attempt to extract the value from.
191 /// Take an optional DWARFFormValue and extract a string value from it.
193 /// \param V and optional DWARFFormValue to attempt to extract the value from.
202 /// Take an optional DWARFFormValue and try to extract an unsigned constant.
204 /// \param V and optional DWARFFormValue to attempt to extract the value from.
213 /// Take an optional DWARFFormValue and extract a unsigned constant.
215 /// \param V and optional DWARFFormValue to attempt to extract the value from.
224 /// Take an optional DWARFFormValue and try to extract an reference
    [all...]
  /external/llvm/test/CodeGen/AArch64/
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...]
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
UriPatternType.java 93 String extract = pattern; local
96 if (extract.endsWith("/")) {
97 extract = extract.substring(0, extract.length() - 1);
100 return extract;
  /external/llvm/test/CodeGen/AMDGPU/
extractelt-to-trunc.ll 14 %extract = extractelement <2 x i32> %val.bc, i32 0
15 store i32 %extract, i32 addrspace(1)* %out
27 %extract = extractelement <2 x i32> %val.bc, i32 0
28 store i32 %extract, i32 addrspace(1)* %out
40 %extract = extractelement <2 x float> %val.bc, i32 0
41 store float %extract, float addrspace(1)* %out
  /external/llvm/test/CodeGen/SystemZ/
tdc-04.ll 7 ; Extract sign bit.
17 ; Extract negated sign bit.
27 ; Extract sign bit.
37 ; Extract negated sign bit.
47 ; Extract sign bit.
57 ; Extract negated sign bit.
  /system/core/libpixelflinger/arch-arm64/
col32cb16blend.S 56 and w10, w1, #0xff // extract red
57 and w12, w9, w1, lsr #8 // extract green
58 and w4, w9, w1, lsr #16 // extract blue
67 lsr w6, w8, #11 // extract dest red
68 and w7, w9, w8, lsr #5 // extract dest green
69 and w8, w8, #0x1f // extract dest blue
  /external/libcxx/utils/libcxx/sym_check/
extract.py 11 extract - A set of function that extract symbol lists from shared libraries.
24 NMExtractor - Extract symbol lists from libraries using nm.
36 Initialize the nm executable and flags that will be used to extract
46 def extract(self, lib): member in class:NMExtractor
48 Extract symbols from a library and return the results as a dict of
110 ReadElfExtractor - Extract symbol lists from libraries using readelf.
123 extract symbols from shared libraries.
132 def extract(self, lib): member in class:ReadElfExtractor
134 Extract symbols from a library and return the results as a dict o
    [all...]

Completed in 2055 milliseconds

1 2 3 4 5 6 7 8 91011>>