Home
last modified time | relevance | path

Searched refs:Remap (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/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) in tryMergeVector()
157 Remap.push_back( in tryMergeVector()
163 Remap.push_back(std::pair<unsigned, unsigned>( in tryMergeVector()
/freebsd-14.2/share/i18n/csmapper/ISO-8859/
H A DISO-8859-7%UCS.src57 # Remap 0xA1 to U+2018 (instead of 0x02BD) to match text of 8859-7
58 # Remap 0xA2 to U+2019 (instead of 0x02BC) to match text of 8859-7
H A DUCS%ISO-8859-7.src57 # Remap 0xA1 to U+2018 (instead of 0x02BD) to match text of 8859-7
58 # Remap 0xA2 to U+2019 (instead of 0x02BC) to match text of 8859-7
/freebsd-14.2/tools/tools/locale/etc/charmaps/
H A DISO8859-7.TXT45 # Remap 0xA1 to U+2018 (instead of 0x02BD) to match text of 8859-7
46 # Remap 0xA2 to U+2019 (instead of 0x02BC) to match text of 8859-7
/freebsd-14.2/sys/contrib/device-tree/Bindings/iommu/
H A Diommu.txt10 * Remap address space to allow devices to access physical memory ranges that
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.def102 TYPE("remap", Remap, INVALID, "remap", phases::Compile, phases::…
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2245 SourceLocation::IntTy Remap = in TranslateSourceLocation() local
2247 return Loc.getLocWithOffset(Remap); in TranslateSourceLocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp778 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
779 Remap.addPrivate(DestVD, DestElement); in EmitOMPCopy()
780 Remap.addPrivate(SrcVD, SrcElement); in EmitOMPCopy()
781 (void)Remap.Privatize(); in EmitOMPCopy()
787 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
788 Remap.addPrivate(SrcVD, SrcAddr); in EmitOMPCopy()
789 Remap.addPrivate(DestVD, DestAddr); in EmitOMPCopy()
790 (void)Remap.Privatize(); in EmitOMPCopy()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DOptions.td386 "Remap input files matching <from-glob> to <to-file>">,
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4094 RemapBuilder &Remap) { in ReadModuleOffsetMap() argument
4097 Remap.insert(std::make_pair(Offset, in ReadModuleOffsetMap()