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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
ValueMapper.cpp 106 Value *Mapped = 0;
109 Mapped = MapValue(Op, VM, Flags, TypeMapper);
110 if (Mapped != C) break;
130 // If one of the operands mismatch, push it and the other mapped operands.
132 Ops.push_back(cast<Constant>(Mapped));
  /external/libcxx/test/std/containers/
map_allocator_requirement_test_templates.h 37 typedef typename Container::mapped_type Mapped;
165 typedef typename Container::mapped_type Mapped;
166 typedef typename std::pair<Key, Mapped> NonConstKeyPair;
255 CHECKPOINT("Testing C::insert(p, pair<Key, Mapped> const&)");
272 CHECKPOINT("Testing C::insert(p, pair<Key, Mapped>&&)");
298 typedef typename Container::mapped_type Mapped;
299 typedef typename std::pair<Key, Mapped> NonConstKeyPair;
357 CHECKPOINT("Testing C::emplace(pair<Key, Mapped> const&)");
370 CHECKPOINT("Testing C::emplace(pair<Key, Mapped> &&)");
396 CHECKPOINT("Testing C::emplace(Key&, Mapped&)")
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/
map_allocator_requirement_test_templates.h 37 typedef typename Container::mapped_type Mapped;
165 typedef typename Container::mapped_type Mapped;
166 typedef typename std::pair<Key, Mapped> NonConstKeyPair;
255 CHECKPOINT("Testing C::insert(p, pair<Key, Mapped> const&)");
272 CHECKPOINT("Testing C::insert(p, pair<Key, Mapped>&&)");
298 typedef typename Container::mapped_type Mapped;
299 typedef typename std::pair<Key, Mapped> NonConstKeyPair;
357 CHECKPOINT("Testing C::emplace(pair<Key, Mapped> const&)");
370 CHECKPOINT("Testing C::emplace(pair<Key, Mapped> &&)");
396 CHECKPOINT("Testing C::emplace(Key&, Mapped&)")
    [all...]
  /external/llvm/tools/llvm-cov/
SourceCoverageView.h 80 bool Mapped;
82 LineCoverageStats() : ExecutionCount(0), RegionCount(0), Mapped(false) {}
84 bool isMapped() const { return Mapped; }
95 Mapped = true;
  /external/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 157 auto Mapped = VMap.find(ClonedValue);
158 if (Mapped != VMap.end())
159 ClonedValue = Mapped->second;
ValueMapper.cpp 231 /// Distinct nodes are immediately mapped and added to \a DistinctWorklist
242 /// N has been mapped.
269 /// If \c Op is already mapped, return the mapping. If it's not an \a
282 /// \pre \c N is not yet mapped.
286 /// Get a previously mapped node.
293 /// metadata that has already been mapped will not be part of the POT.
296 /// distinct node, an already-mapped uniqued node, or \a ConstantAsMetadata)
324 /// \post \a getMappedOp() returns the mapped node for every node in \c G.
419 auto Mapped = mapValue(V);
420 assert((Mapped || (Flags & RF_NullMapMissingGlobalValues)) &
    [all...]
  /hardware/google/av/codec2/vndk/
C2Buffer.cpp 158 * This class contains the mapped data pointer, and the potential error.
160 * range is the mapped range of the underlying allocation (which is part of the allotted
214 * range of Impl is the mapped range of the underlying allocation (which is part of the allotted
790 * For views' Impl's crop is the mapped portion - which for now is always the
840 * This class contains the mapped data pointer, and the potential error.
842 struct Mapped {
846 Mapped(const std::shared_ptr<_C2Block2DImpl> &impl, bool writable, C2Fence *fence __unused)
886 explicit Mapped(c2_status_t error)
895 ~Mapped() {
925 * If already mapped and it is currently in use, returns the existing mapping
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 32 // If a node is not processed, then none of its values should be mapped by any
35 // If a node is processed, then each value with an illegal type must be mapped
37 // Values with a legal type may be mapped by ReplacedValues, but not by any of
53 // node that morphs, or it is a processed value that was mapped to some other
63 // If a value is mapped by ReplacedValues, then it must have no uses, except
85 unsigned Mapped = 0;
87 Mapped |= 1;
107 Mapped |= 2;
109 Mapped |= 4;
111 Mapped |= 8
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp 30 // If a node is not processed, then none of its values should be mapped by any
33 // If a node is processed, then each value with an illegal type must be mapped
35 // Values with a legal type may be mapped by ReplacedValues, but not by any of
51 // node that morphs, or it is a processed value that was mapped to some other
61 // If a value is mapped by ReplacedValues, then it must have no uses, except
84 unsigned Mapped = 0;
86 Mapped |= 1;
106 Mapped |= 2;
108 Mapped |= 4;
110 Mapped |= 8
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.cpp 511 // Assert if the id is mapped to a different entry.
520 SPIRVEntry *Mapped = nullptr;
521 if (exist(Id, &Mapped)) {
522 if (Mapped->getOpCode() == OpForward) {
523 replaceForward(static_cast<SPIRVForward *>(Mapped), Entry);
525 assert(Mapped == Entry && "Id used twice");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/Coverage/
CoverageMapping.h 535 /// The number of functions that couldn't have their profiles mapped.
601 bool Mapped;
617 bool isMapped() const { return Mapped; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/Coverage/
CoverageMapping.h 535 /// The number of functions that couldn't have their profiles mapped.
601 bool Mapped;
617 bool isMapped() const { return Mapped; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/Coverage/
CoverageMapping.h 535 /// The number of functions that couldn't have their profiles mapped.
601 bool Mapped;
617 bool isMapped() const { return Mapped; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/Coverage/
CoverageMapping.h 535 /// The number of functions that couldn't have their profiles mapped.
601 bool Mapped;
617 bool isMapped() const { return Mapped; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/Coverage/
CoverageMapping.h 535 /// The number of functions that couldn't have their profiles mapped.
601 bool Mapped;
617 bool isMapped() const { return Mapped; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/Coverage/
CoverageMapping.h 535 /// The number of functions that couldn't have their profiles mapped.
601 bool Mapped;
617 bool isMapped() const { return Mapped; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/Coverage/
CoverageMapping.h 535 /// The number of functions that couldn't have their profiles mapped.
601 bool Mapped;
617 bool isMapped() const { return Mapped; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/Coverage/
CoverageMapping.h 535 /// The number of functions that couldn't have their profiles mapped.
601 bool Mapped;
617 bool isMapped() const { return Mapped; }

Completed in 815 milliseconds