HomeSort by: relevance | last modified time | path
    Searched refs:Extracts (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 117 /// extractelement instructions in \p Extracts can be replaced by uses of the
120 bool tryReplaceExtracts(ArrayRef<ExtractElementInst *> Extracts,
302 SmallVector<ExtractElementInst *, 4> Extracts;
310 Extracts.push_back(Extract);
374 if (!tryReplaceExtracts(Extracts, Shuffles))
384 // If Extracts is not empty, tryReplaceExtracts made changes earlier.
385 return !Extracts.empty() || BinOpShuffleChanged;
428 ArrayRef<ExtractElementInst *> Extracts,
432 if (Extracts.empty())
439 for (auto *Extract : Extracts) {
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Util/
Pod.pm 47 Extracts information from a .pod file, given a STRING (file name) or a
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Util/
Pod.pm 47 Extracts information from a .pod file, given a STRING (file name) or a
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Util/
Pod.pm 47 Extracts information from a .pod file, given a STRING (file name) or a
  /src/usr.bin/make/unit-tests/
escape.mk 5 # Extracts from the POSIX 2008 specification
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 96 SmallVector<Instruction *, 2> Extracts;
105 Extracts.push_back(EU);
167 for (auto E : Extracts)
598 // extract, so any subsequent extracts in the same basic block can use it.
605 // Replace extracts from the original narrow vector with extracts from the new
664 // Although we are giving up for now, see if we can create extracts
2053 // This must be a narrowing identity shuffle. It extracts the 1st N elements
2111 // This transform is conservatively limited to identity extracts because we do

Completed in 29 milliseconds