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; 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 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 | 103 TYPE("remap", Remap, INVALID, "remap", phases::Compile, phases::…
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 806 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 D | Options.td | 407 "Remap input files matching <from-glob> to <to-file>">,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 4116 RemapBuilder &Remap) { in ReadModuleOffsetMap() argument 4119 Remap.insert(std::make_pair(Offset, in ReadModuleOffsetMap()
|