/external/llvm/lib/CodeGen/ |
D | InterleavedAccessPass.cpp | 99 bool tryReplaceExtracts(ArrayRef<ExtractElementInst *> Extracts, 202 SmallVector<ExtractElementInst *, 4> Extracts; in lowerInterleavedLoad() local 211 Extracts.push_back(Extract); in lowerInterleavedLoad() 251 if (!tryReplaceExtracts(Extracts, Shuffles)) in lowerInterleavedLoad() 268 ArrayRef<ExtractElementInst *> Extracts, in tryReplaceExtracts() argument 273 if (Extracts.empty()) in tryReplaceExtracts() 280 for (auto *Extract : Extracts) { in tryReplaceExtracts() 321 IRBuilder<> Builder(Extracts[0]->getContext()); in tryReplaceExtracts()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InterleavedAccessPass.cpp | 119 bool tryReplaceExtracts(ArrayRef<ExtractElementInst *> Extracts, 287 SmallVector<ExtractElementInst *, 4> Extracts; in lowerInterleavedLoad() local 296 Extracts.push_back(Extract); in lowerInterleavedLoad() 338 if (!tryReplaceExtracts(Extracts, Shuffles)) in lowerInterleavedLoad() 355 ArrayRef<ExtractElementInst *> Extracts, in tryReplaceExtracts() argument 359 if (Extracts.empty()) in tryReplaceExtracts() 366 for (auto *Extract : Extracts) { in tryReplaceExtracts() 405 IRBuilder<> Builder(Extracts[0]->getContext()); in tryReplaceExtracts()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfg.cpp | 1240 Variable **Src1, CfgVector<const Inst *> *Extracts) { in findAllExtracts() argument 1296 (*Extracts)[I] = Def; in findAllExtracts() 1329 CfgVector<const Inst *> Extracts(MaxVectorElements); in materializeVectorShuffles() local 1366 Extracts.resize(Inserts.size()); in materializeVectorShuffles() 1371 &Src1, &Extracts)) { in materializeVectorShuffles() 1388 Extracts[Pos]->dump(this); in materializeVectorShuffles() 1400 for (SizeT I = 0; I < Extracts.size(); ++I) { in materializeVectorShuffles() 1401 const SizeT Pos = Extracts.size() - I - 1; in materializeVectorShuffles() 1402 auto *Index = llvm::cast<ConstantInteger32>(Extracts[Pos]->getSrc(1)); in materializeVectorShuffles() 1403 if (Src0 == Extracts[Pos]->getSrc(0)) { in materializeVectorShuffles() [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_CropAndResize.pbtxt | 61 summary: "Extracts crops from the input image tensor and resizes them." 63 Extracts crops from the input image tensor and resizes them using bilinear
|
D | api_def_AccumulatorTakeGradient.pbtxt | 28 summary: "Extracts the average gradient in the given ConditionalAccumulator."
|
D | api_def_ResourceAccumulatorTakeGradient.pbtxt | 29 summary: "Extracts the average gradient in the given ConditionalAccumulator."
|
D | api_def_SparseAccumulatorTakeGradient.pbtxt | 40 summary: "Extracts the average sparse gradient in a SparseConditionalAccumulator."
|
D | api_def_ExtractGlimpse.pbtxt | 61 summary: "Extracts a glimpse from the input tensor."
|
D | api_def_ExtractGlimpseV2.pbtxt | 62 summary: "Extracts a glimpse from the input tensor."
|
D | api_def_Conv2D.pbtxt | 76 2. Extracts image patches from the input tensor to form a *virtual*
|
/external/bazelbuild-rules_android/rules/ |
D | intellij.bzl | 29 """Extracts the idl class and src jars.""" 83 # Extracts idl related classes from the jar and creates a src jar
|
/external/angle/build/android/stacktrace/ |
D | README.md | 22 Extracts Breakpad microdumps from a log file and uses `stackwalker` to symbolize
|
/external/cronet/build/android/stacktrace/ |
D | README.md | 22 Extracts Breakpad microdumps from a log file and uses `stackwalker` to symbolize
|
/external/tensorflow/tensorflow/ |
D | version_check.bzl | 4 """Extracts the semantic version number from a version string
|
/external/pigweed/pw_assert_tokenized/ |
D | docs.rst | 86 # Extracts all source/header file names from "main" and its transitive
|
/external/bazel-skylib/lib/ |
D | versions.bzl | 23 """Extracts the semantic version number from a version string
|
/external/trace-cmd/Documentation/trace-cmd/ |
D | trace-cmd-extract.1.txt | 66 Extracts the top level instance buffer. Without the *-B* or *-a* option
|
/external/skia/site/docs/dev/gardening/ |
D | android.md | 70 - Extracts all buganizer bugs of the form 'BUG=b/123' or 'Bug: b/456' and
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 69 SmallVector<Instruction *, 2> Extracts; in scalarizePHI() local 78 Extracts.push_back(EU); in scalarizePHI() 140 for (auto E : Extracts) in scalarizePHI()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | legalize_patterns.td | 56 // Extracts the single integer element from $_self. 60 // Extracts the single int32 element from $_self.
|
/external/libaom/build/cmake/ |
D | util.cmake | 60 # Extracts the version string from $version_file and returns it to the user via
|
/external/angle/src/gpu_info_util/ |
D | SystemInfo_macos.mm | 66 // Extracts one integer property from a registry entry.
|
/external/tensorflow/tensorflow/dtensor/mlir/ |
D | Passes.td | 231 …let summary = "Extracts the ApplyEmbeddingOptimizer and checks if the attached optimizer is usable…
|
/external/OpenCSD/decoder/docs/ |
D | external_custom.md | 47 - `fnGetCSIDFromConfig` : Extracts the CoreSight Trace ID from the decoder configuration structu…
|
/external/angle/build/fuchsia/cipd/ |
D | BUILD.gn | 47 # Extracts the numeric Chrome version and writes it to a file in the output
|