/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineLoopUtils.cpp | 44 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 D | ModuloSchedule.cpp | 1348 // 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 D | PathMappingList.h | 81 /// 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 D | qcom,kpss-acc-v2.yaml | 15 well as an alias register region that remaps accesses to the ACC associated
|
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/ |
H A D | qcom,kpss-acc.txt | 5 well as an alias register region that remaps accesses to the ACC associated
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | qcom,kpss-acc-v1.yaml | 15 well as an alias register region that remaps accesses to the ACC associated
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-xp-axpwifiap.dts | 6 * remaps internal registers at 0xf1000000. Therefore, if earlyprintk
|
H A D | armada-xp-linksys-mamba.dts | 6 * remaps internal registers at 0xf1000000. Therefore, if earlyprintk
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SymbolRemappingReader.h | 96 /// Remaps the symbol names in profile data to match those in the program
|
H A D | SampleProfReader.h | 262 /// SampleProfileReaderItaniumRemapper remaps the profile data from a
|
/freebsd/bin/pax/ |
H A D | cpio.h | 76 /* used for dev/inode remaps */
|
H A D | tables.h | 105 * each DEVT are linked the various remaps for this device based on those bits
|
H A D | tables.c | 728 * 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 D | MacroExpansionContext.cpp | 74 llvm::dbgs() << "remaps "; It->getFirst().print(llvm::dbgs(), SM); in MacroExpands()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | PrecompiledPreamble.h | 116 /// Changes options inside \p CI to use PCH from this preamble. Also remaps
|
/freebsd/usr.sbin/ppp/ |
H A D | README.nat | 188 NAT normally remaps all packets coming from the local area
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ValueMapper.h | 294 /// function; calls \a MapMetadata() on each attached MDNode; remaps the
|
H A D | Cloning.h | 285 /// Remaps instructions in \p Blocks using the mapping in \p VMap.
|
/freebsd/sys/arm/arm/ |
H A D | machdep.c | 496 * cp15_prrr_set() and this code remaps the VA. in initarm()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Module.h | 853 /// 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 D | MCContext.h | 678 // Remaps all debug directory paths in-place as per the debug prefix map.
|
/freebsd/share/man/man9/ |
H A D | bhnd.9 | 1818 The translation remaps the device's physical address space.
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 678 // Remaps section addresses for -verify mode. The following command line options
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 203 /// Remaps the cloned instructions using VMap.
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 959 /// Remaps instructions in \p Blocks using the mapping in \p VMap.
|