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;
150 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned>> &Remap) in tryMergeVector()
157 Remap.emplace_back(It.second, (*PosInUntouched).second); in tryMergeVector()
162 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.def103 TYPE("remap", Remap, INVALID, "remap", phases::Compile, phases::…
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp806 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
807 Remap.addPrivate(DestVD, DestElement); in EmitOMPCopy()
808 Remap.addPrivate(SrcVD, SrcElement); in EmitOMPCopy()
809 (void)Remap.Privatize(); in EmitOMPCopy()
815 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
816 Remap.addPrivate(SrcVD, SrcAddr); in EmitOMPCopy()
817 Remap.addPrivate(DestVD, DestAddr); in EmitOMPCopy()
818 (void)Remap.Privatize(); in EmitOMPCopy()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td407 "Remap input files matching <from-glob> to <to-file>">,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4116 RemapBuilder &Remap) { in ReadModuleOffsetMap() argument
4119 Remap.insert(std::make_pair(Offset, in ReadModuleOffsetMap()