Searched refs:Remap (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DARCMigrate.cpp25 struct Remap { struct in namespace:__anon1153
58 std::unique_ptr<Remap> remap(new Remap());
85 std::unique_ptr<Remap> remap(new Remap());
122 return static_cast<Remap *>(map)->Vec.size();
130 static_cast<Remap *>(map)->Vec[index].first);
133 static_cast<Remap *>(map)->Vec[index].second);
137 delete static_cast<Remap *>(map);
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DStratifiedSets.h180 Remap = StratifiedLink::SetSentinel;
235 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; }
240 Remap = Other;
245 return Remap;
251 Remap = Other;
261 StratifiedIndex Remap; member in struct:llvm::cflaa::StratifiedSetsBuilder::BuilderLink
489 // Remap needs to happen after getBelow(), but before
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp89 std::vector<std::pair<unsigned, unsigned>> &Remap) const;
150 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned>> &Remap)
157 Remap.push_back(
163 Remap.push_back(std::pair<unsigned, unsigned>(
/openbsd-current/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h2210 SourceLocation::IntTy Remap = local
2212 return Loc.getLocWithOffset(Remap);
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp782 CodeGenFunction::OMPPrivateScope Remap(*this);
783 Remap.addPrivate(DestVD, DestElement);
784 Remap.addPrivate(SrcVD, SrcElement);
785 (void)Remap.Privatize();
790 // Remap pseudo source variable to private copy.
791 CodeGenFunction::OMPPrivateScope Remap(*this);
792 Remap.addPrivate(SrcVD, SrcAddr);
793 Remap.addPrivate(DestVD, DestAddr);
794 (void)Remap.Privatize();
910 // Remap tem
[all...]
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp3920 RemapBuilder &Remap) {
3923 Remap.insert(std::make_pair(Offset,

Completed in 117 milliseconds