HomeSort by relevance Sort by last modified time
    Searched refs:Extracts (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 96 /// extractelement instructions in \p Extracts can be replaced by uses of the
99 bool tryReplaceExtracts(ArrayRef<ExtractElementInst *> Extracts,
202 SmallVector<ExtractElementInst *, 4> Extracts;
211 Extracts.push_back(Extract);
251 if (!tryReplaceExtracts(Extracts, Shuffles))
268 ArrayRef<ExtractElementInst *> Extracts,
273 if (Extracts.empty())
280 for (auto *Extract : Extracts) {
321 IRBuilder<> Builder(Extracts[0]->getContext());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 116 /// extractelement instructions in \p Extracts can be replaced by uses of the
119 bool tryReplaceExtracts(ArrayRef<ExtractElementInst *> Extracts,
282 SmallVector<ExtractElementInst *, 4> Extracts;
291 Extracts.push_back(Extract);
332 if (!tryReplaceExtracts(Extracts, Shuffles))
349 ArrayRef<ExtractElementInst *> Extracts,
353 if (Extracts.empty())
360 for (auto *Extract : Extracts) {
399 IRBuilder<> Builder(Extracts[0]->getContext());
  /art/tools/
host_bcp.sh 21 Extracts boot class path locations from <image> and outputs the appropriate
  /external/swiftshader/third_party/subzero/src/
IceCfg.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 69 SmallVector<Instruction *, 2> Extracts;
78 Extracts.push_back(EU);
140 for (auto E : Extracts)
421 // extract, so any subsequent extracts in the same basic block can use it.
428 // Replace extracts from the original narrow vector with extracts from the new
488 // Although we are giving up for now, see if we can create extracts
    [all...]
  /external/clang/www/analyzer/scripts/
expandcollapse.js 18 // Extracts group and cell indices from an id of the form identifier_group_cell.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 92 SmallVector<Instruction *, 2> Extracts;
101 Extracts.push_back(EU);
163 for (auto E : Extracts)
422 // extract, so any subsequent extracts in the same basic block can use it.
429 // Replace extracts from the original narrow vector with extracts from the new
489 // Although we are giving up for now, see if we can create extracts
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FileDescriptor.cs 87 /// Extracts public dependencies from direct dependencies. This is a static method despite its
  /external/tensorflow/tensorflow/tools/docs/
parser.py 650 """Extracts signature information from a function or functools.partial object.
    [all...]
  /external/python/setuptools/pkg_resources/_vendor/
pyparsing.py 226 """Extracts the exception line from the input string, and marks
    [all...]
  /external/python/setuptools/setuptools/_vendor/
pyparsing.py 226 """Extracts the exception line from the input string, and marks
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go 521 // `tf.gather_nd` operator which extracts values or slices from a given tensor.
    [all...]

Completed in 363 milliseconds