Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600OptimizeVectorRegisters.cpp89 std::vector<std::pair<unsigned, unsigned>> &Remap) const;
149 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned>> &Remap) in tryMergeVector()
156 Remap.emplace_back(It.second, (*PosInUntouched).second); in tryMergeVector()
161 Remap.emplace_back(It.second, Untouched->UndefReg[CurrentUndexIdx++]); in tryMergeVector()
/freebsd/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/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/sys/contrib/device-tree/Bindings/iommu/
H A Diommu.txt10 * Remap address space to allow devices to access physical memory ranges that
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.def112 TYPE("remap", Remap, INVALID, "remap", phases::Compile, phases::…
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp844 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
845 Remap.addPrivate(DestVD, DestElement); in EmitOMPCopy()
846 Remap.addPrivate(SrcVD, SrcElement); in EmitOMPCopy()
847 (void)Remap.Privatize(); in EmitOMPCopy()
853 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
854 Remap.addPrivate(SrcVD, SrcAddr); in EmitOMPCopy()
855 Remap.addPrivate(DestVD, DestAddr); in EmitOMPCopy()
856 (void)Remap.Privatize(); in EmitOMPCopy()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td424 "Remap input files matching <from-glob> to <to-file>">,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4416 RemapBuilder &Remap) { in ReadModuleOffsetMap() argument
4419 Remap.insert(std::make_pair(Offset, in ReadModuleOffsetMap()