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

/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DARCMigrate.cpp25 struct Remap { struct in namespace:__anon1132
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);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStratifiedSets.h181 Remap = StratifiedLink::SetSentinel;
236 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; }
241 Remap = Other;
246 return Remap;
252 Remap = Other;
262 StratifiedIndex Remap; member in struct:llvm::cflaa::StratifiedSetsBuilder::BuilderLink
490 // Remap needs to happen after getBelow(), but before
/netbsd-current/external/apache2/llvm/dist/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)
158 Remap.push_back(std::pair<unsigned, unsigned>
164 Remap.push_back(std::pair<unsigned, unsigned>
/netbsd-current/sys/arch/mac68k/obio/
H A Diwm.s744 moveb %a2@(0,%d3),%d1 | Remap disk byte
751 orb %a2@(0,%d3),%d2 | Remap it and complete first byte
809 moveb %a2@(0,%d3),%d1 | Remap disk byte
816 orb %a2@(0,%d3),%d2 | Remap it and complete first byte
832 orb %a2@(0,%d3),%d2 | Remap it and complete byte
844 orb %a2@(0,%d3),%d1 | Remap it and complete byte
861 moveb %a2@(0,%d3),%d1 | Remap disk byte
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h2158 int Remap = ModuleFile.SLocRemap.find(Loc.getOffset())->second; local
2159 return Loc.getLocWithOffset(Remap);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp765 CodeGenFunction::OMPPrivateScope Remap(*this);
766 Remap.addPrivate(DestVD, [DestElement]() { return DestElement; });
767 Remap.addPrivate(SrcVD, [SrcElement]() { return SrcElement; });
768 (void)Remap.Privatize();
773 // Remap pseudo source variable to private copy.
774 CodeGenFunction::OMPPrivateScope Remap(*this);
775 Remap.addPrivate(SrcVD, [SrcAddr]() { return SrcAddr; });
776 Remap.addPrivate(DestVD, [DestAddr]() { return DestAddr; });
777 (void)Remap.Privatize();
903 // Remap tem
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1293 // Remap FileID from 1-based old view.
3886 RemapBuilder &Remap) {
3888 Remap.insert(std::make_pair(Offset,
/netbsd-current/external/bsd/openldap/dist/
H A Dconfigure1615 --enable-rwm Rewrite/Remap overlay no|yes|mod [no]

Completed in 321 milliseconds