Searched refs:Remap (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600OptimizeVectorRegisters.cpp | 89 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 D | ISO-8859-7%UCS.src | 57 # 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 D | UCS%ISO-8859-7.src | 57 # 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 D | ISO8859-7.TXT | 45 # 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 D | iommu.txt | 10 * Remap address space to allow devices to access physical memory ranges that
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Types.def | 112 TYPE("remap", Remap, INVALID, "remap", phases::Compile, phases::…
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 844 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 D | Options.td | 424 "Remap input files matching <from-glob> to <to-file>">,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 4416 RemapBuilder &Remap) { in ReadModuleOffsetMap() argument 4419 Remap.insert(std::make_pair(Offset, in ReadModuleOffsetMap()
|