Home
last modified time | relevance | path

Searched refs:Extracts (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp99 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/
DInterleavedAccessPass.cpp119 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/llvm-project/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp120 bool tryReplaceExtracts(ArrayRef<ExtractElementInst *> Extracts,
301 SmallVector<ExtractElementInst *, 4> Extracts; in lowerInterleavedLoad() local
309 Extracts.push_back(Extract); in lowerInterleavedLoad()
370 if (!tryReplaceExtracts(Extracts, Shuffles)) in lowerInterleavedLoad()
417 ArrayRef<ExtractElementInst *> Extracts, in tryReplaceExtracts() argument
421 if (Extracts.empty()) in tryReplaceExtracts()
428 for (auto *Extract : Extracts) { in tryReplaceExtracts()
467 IRBuilder<> Builder(Extracts[0]->getContext()); in tryReplaceExtracts()
/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp1240 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/
Dapi_def_CropAndResize.pbtxt61 summary: "Extracts crops from the input image tensor and resizes them."
63 Extracts crops from the input image tensor and resizes them using bilinear
Dapi_def_ResourceAccumulatorTakeGradient.pbtxt29 summary: "Extracts the average gradient in the given ConditionalAccumulator."
Dapi_def_AccumulatorTakeGradient.pbtxt28 summary: "Extracts the average gradient in the given ConditionalAccumulator."
Dapi_def_SparseAccumulatorTakeGradient.pbtxt40 summary: "Extracts the average sparse gradient in a SparseConditionalAccumulator."
Dapi_def_ExtractGlimpse.pbtxt61 summary: "Extracts a glimpse from the input tensor."
Dapi_def_ExtractGlimpseV2.pbtxt62 summary: "Extracts a glimpse from the input tensor."
Dapi_def_Conv2D.pbtxt76 2. Extracts image patches from the input tensor to form a *virtual*
/external/bazelbuild-rules_android/rules/
Dintellij.bzl29 """Extracts the idl class and src jars."""
83 # Extracts idl related classes from the jar and creates a src jar
/external/tensorflow/tensorflow/
Dversion_check.bzl4 """Extracts the semantic version number from a version string
/external/skqp/platform_tools/android/apps/arcore/
Dbuild.gradle65 // Extracts the shared libraries from aars in the natives configuration.
/external/skia/site/docs/dev/gardening/
Dandroid.md70 - Extracts all buganizer bugs of the form 'BUG=b/123' or 'Bug: b/456' and
/external/skqp/site/dev/sheriffing/
Dandroid.md48 * Extracts all buganizer bugs of the form 'BUG=b/123' or 'Bug: b/456' and creates a single line in …
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp69 SmallVector<Instruction *, 2> Extracts; in scalarizePHI() local
78 Extracts.push_back(EU); in scalarizePHI()
140 for (auto E : Extracts) in scalarizePHI()
/external/angle/src/gpu_info_util/
DSystemInfo_macos.mm55 // Extracts one integer property from a registry entry.
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_patterns.td48 // Extracts the single integer element from $_self.
52 // Extracts the single int32 element from $_self.
/external/libaom/libaom/build/cmake/
Dutil.cmake60 # Extracts the version string from $version_file and returns it to the user via
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dbuild_defs.bzl22 """Extracts file at (relative) path in filegroup."""
/external/OpenCSD/decoder/docs/
Dexternal_custom.md47 - `fnGetCSIDFromConfig` : Extracts the CoreSight Trace ID from the decoder configuration structu…
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp96 SmallVector<Instruction *, 2> Extracts; in scalarizePHI() local
105 Extracts.push_back(EU); in scalarizePHI()
167 for (auto E : Extracts) in scalarizePHI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp85 SmallVector<Instruction *, 2> Extracts; in scalarizePHI() local
94 Extracts.push_back(EU); in scalarizePHI()
156 for (auto E : Extracts) in scalarizePHI()
/external/bazelbuild-rules_android/rules/aar_import/
Dimpl.bzl219 """Extracts all the Jars within the AAR and produces a single jar.

12