Home
last modified time | relevance | path

Searched full:remaps (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLoopUtils.cpp44 DenseMap<Register, Register> Remaps; in PeelSingleBlockLoop() local
53 Register &R = Remaps[OrigR]; in PeelSingleBlockLoop()
79 if (MO.isReg() && Remaps.count(MO.getReg())) in PeelSingleBlockLoop()
80 MO.setReg(Remaps[MO.getReg()]); in PeelSingleBlockLoop()
93 if (Remaps.count(R)) in PeelSingleBlockLoop()
94 R = Remaps[R]; in PeelSingleBlockLoop()
H A DModuloSchedule.cpp1348 // treat remaps of these values the same as "normal" values that come from in rewrite()
1646 DenseMap<Register, Register> Remaps; in moveStageBetweenBlocks() local
1664 Remaps[PhiR] = NR; in moveStageBetweenBlocks()
1703 Remaps[OrigR] = R; in moveStageBetweenBlocks()
1713 if (Remaps.count(MO.getReg())) in moveStageBetweenBlocks()
1714 MO.setReg(Remaps[MO.getReg()]); in moveStageBetweenBlocks()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h81 /// Remaps a source file given \a path into \a new_path.
83 /// Remaps \a path if any source remappings match. This function
/freebsd/sys/contrib/device-tree/Bindings/power/
H A Dqcom,kpss-acc-v2.yaml15 well as an alias register region that remaps accesses to the ACC associated
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/
H A Dqcom,kpss-acc.txt5 well as an alias register region that remaps accesses to the ACC associated
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,kpss-acc-v1.yaml15 well as an alias register region that remaps accesses to the ACC associated
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-xp-axpwifiap.dts6 * remaps internal registers at 0xf1000000. Therefore, if earlyprintk
H A Darmada-xp-linksys-mamba.dts6 * remaps internal registers at 0xf1000000. Therefore, if earlyprintk
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSymbolRemappingReader.h96 /// Remaps the symbol names in profile data to match those in the program
H A DSampleProfReader.h262 /// SampleProfileReaderItaniumRemapper remaps the profile data from a
/freebsd/bin/pax/
H A Dcpio.h76 /* used for dev/inode remaps */
H A Dtables.h105 * each DEVT are linked the various remaps for this device based on those bits
H A Dtables.c728 * chain. Note we do not assign remaps values here, so the pt->list in chk_dev()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DMacroExpansionContext.cpp74 llvm::dbgs() << "remaps "; It->getFirst().print(llvm::dbgs(), SM); in MacroExpands()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h116 /// Changes options inside \p CI to use PCH from this preamble. Also remaps
/freebsd/usr.sbin/ppp/
H A DREADME.nat188 NAT normally remaps all packets coming from the local area
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h294 /// function; calls \a MapMetadata() on each attached MDNode; remaps the
H A DCloning.h285 /// Remaps instructions in \p Blocks using the mapping in \p VMap.
/freebsd/sys/arm/arm/
H A Dmachdep.c496 * cp15_prrr_set() and this code remaps the VA. in initarm()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h853 /// Remaps a source file given \a path into \a new_path. in ReportErrorIfModifyDetected()
855 /// Remaps \a path if any source remappings match. This function does NOT in ReportErrorIfModifyDetected()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h678 // Remaps all debug directory paths in-place as per the debug prefix map.
/freebsd/share/man/man9/
H A Dbhnd.91818 The translation remaps the device's physical address space.
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp678 // Remaps section addresses for -verify mode. The following command line options
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp203 /// Remaps the cloned instructions using VMap.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp959 /// Remaps instructions in \p Blocks using the mapping in \p VMap.

12