HomeSort by relevance Sort by last modified time
    Searched defs:Extract (Results 1 - 18 of 18) sorted by null

  /external/llvm/tools/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/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 46 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 296 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
LzmaHandler.cpp 426 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
XzHandler.cpp 733 STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
  /external/lzma/CPP/7zip/UI/Common/
Extract.cpp 0 // Extract.cpp
15 #include "Extract.h"
165 result = archive->Extract(NULL, (UInt32)(Int32)-1, testMode, ecs);
171 result = archive->Extract(&realIndices.Front(), realIndices.Size(), testMode, ecs);
199 HRESULT Extract(
OpenArchive.cpp 367 HRESULT CHandler::Extract(const UInt32 *indices, UInt32 numItems,
1068 /* we notify parsers that extract executables, that they don't need
    [all...]
  /external/pcre/dist/
pcrecpp.cc 455 bool RE::Extract(const StringPiece& rewrite,
  /external/regex-re2/util/
pcre.cc 400 bool PCRE::Extract(const StringPiece &text,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 86 // (1) It can always extract constants in the indices of structure type.
215 /// the constant offset), or nullptr if we cannot extract a constant offset.
220 static Value *Extract(Value *Idx, GetElementPtrInst *GEP,
224 /// failed). The meaning of the arguments are the same as Extract.
259 /// For example, to extract the 5 from sext(a + (b + 5)), we first distribute
669 // we can extract 5 as the constant offset.
690 Value *ConstantOffsetExtractor::Extract(Value *Idx, GetElementPtrInst *GEP,
743 // Tries to extract a constant offset from this GEP index.
    [all...]
ScalarReplAggregates.cpp 354 // insert/extract elements, and if there was at least one use that had
398 /// Here we turn element accesses into insert/extract element operations.
402 /// large) integer type with extract and insert operations where the loads
636 // The load is a bit extract from NewAI shifted right by Offset bits.
759 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 97 " x[No] - extract file(s) from the archive\n"
120 Extract, ///< Extract files back to file system
157 // Extract the member filename from the command line for the [relpos] argument
222 case 'x': ++NumOperations; Operation = Extract; break;
291 if (OriginalDates && Operation != Extract)
379 case Extract:
393 if (Operation == Extract && OldArchive->isThin())
421 case Extract:
633 case Extract
    [all...]
  /external/regex-re2/re2/
re2.cc 409 bool RE2::Extract(const StringPiece &text,
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 439 // high lane extract.
545 /// GPR64 (either via SEXT_INREG or AND). Extract the appropriate low bits if
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 287 // We have to extract from the same vector type.
293 // Check that all of the indices extract from the correct offset.
309 /// \returns True if in-tree use also needs extract. This refers to
447 /// this subtree gets vectorized, we may need to extract the values from the
    [all...]
  /external/v8/src/arm64/
simulator-arm64.cc     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shobjidl.h     [all...]

Completed in 895 milliseconds