Home
last modified time | relevance | path

Searched refs:PRI (Results 1 – 20 of 20) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp346 PRI.Clobbered = true; in AnalyzePhysRegInBundle()
362 PRI.Read = true; in AnalyzePhysRegInBundle()
364 PRI.FullyRead = true; in AnalyzePhysRegInBundle()
366 PRI.Killed = true; in AnalyzePhysRegInBundle()
369 PRI.Defined = true; in AnalyzePhysRegInBundle()
371 PRI.FullyDefined = true; in AnalyzePhysRegInBundle()
378 if (PRI.FullyDefined || PRI.Clobbered) in AnalyzePhysRegInBundle()
379 PRI.DeadDef = true; in AnalyzePhysRegInBundle()
380 else if (PRI.Defined) in AnalyzePhysRegInBundle()
381 PRI.PartialDeadDef = true; in AnalyzePhysRegInBundle()
[all …]
H A DRDFRegisters.cpp281 return Units.anyCommon(PRI.getMaskUnits(RR.Reg)); in hasAliasOf()
294 BitVector T(PRI.getMaskUnits(RR.Reg)); in hasCoverOf()
309 Units |= PRI.getMaskUnits(RR.Reg); in insert()
327 return intersect(RegisterAggr(PRI).insert(RR)); in intersect()
336 return clear(RegisterAggr(PRI).insert(RR)); in clear()
345 RegisterAggr T(PRI); in intersectWith()
355 return RegisterAggr(PRI).insert(RR).clear(*this).makeRegRef(); in clearIn()
367 BitVector Regs = PRI.getUnitAliases(U); in makeRegRef()
373 Regs &= PRI.getUnitAliases(U); in makeRegRef()
386 for (MCRegUnitMaskIterator I(F, &PRI.getTRI()); I.isValid(); ++I) { in makeRegRef()
[all …]
H A DRDFLiveness.cpp146 if (RegisterAggr::isCoverOf(RR, RefRR, PRI)) in getAllReachingDefs()
317 RegisterAggr DefRRs(PRI); in getAllReachingDefsRecImpl()
379 if (!PRI.alias(R.Addr->getRegRef(DFG), RefRR)) in getNearestAliasedRef()
488 RegisterAggr DRs(PRI); in computePhiInfo()
564 RegisterAggr Covered(PRI); in computePhiInfo()
573 RegisterRef S = PRI.mapTo(RC, UI->first); in computePhiInfo()
601 RegisterAggr DefRRs(PRI); in computePhiInfo()
843 RegisterAggr TA(PRI); in computeLiveIns()
876 llvm::sort(LV, std::less<RegisterRef>(PRI)); in computeLiveIns()
886 llvm::sort(LV, std::less<RegisterRef>(PRI)); in computeLiveIns()
[all …]
H A DTargetSchedule.cpp298 for (const MCWriteProcResEntry *PRI = STI->getWriteProcResBegin(SCDesc), in computeOutputLatency() local
299 *PRE = STI->getWriteProcResEnd(SCDesc); PRI != PRE; ++PRI) { in computeOutputLatency()
300 if (!SchedModel.getProcResource(PRI->ProcResourceIdx)->BufferSize) in computeOutputLatency()
H A DRDFGraph.cpp642 TRI(tri), PRI(tri, mf), MDT(mdt), MDF(mdf), TOI(*DefaultTOI), in DataFlowGraph()
643 LiveIns(PRI) {} in DataFlowGraph()
650 : MF(mf), TII(tii), TRI(tri), PRI(tri, mf), MDT(mdt), MDF(mdf), TOI(toi), in DataFlowGraph()
651 LiveIns(PRI) {} in DataFlowGraph()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h206 : Units(pri.getTRI().getNumRegUnits()), PRI(pri) {} in RegisterAggr()
214 const PhysicalRegisterInfo &getPRI() const { return PRI; } in getPRI()
221 const PhysicalRegisterInfo &PRI) { in isCoverOf()
222 return RegisterAggr(PRI).insert(RA).hasCoverOf(RB); in isCoverOf()
285 const PhysicalRegisterInfo &PRI; member
340 constexpr equal_to(const llvm::rdf::PhysicalRegisterInfo &pri) : PRI(&pri) {}
343 return PRI->equal_to(A, B);
348 const llvm::rdf::PhysicalRegisterInfo *PRI;
359 constexpr less(const llvm::rdf::PhysicalRegisterInfo &pri) : PRI(&pri) {}
362 return PRI->less(A, B);
[all …]
H A DRDFLiveness.h63 : DFG(g), TRI(g.getTRI()), PRI(g.getPRI()), MDT(g.getDT()),
113 const PhysicalRegisterInfo &PRI;
H A DRDFGraph.h697 const PhysicalRegisterInfo &getPRI() const { return PRI; } in getPRI()
893 const PhysicalRegisterInfo PRI; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp171 const PhysicalRegisterInfo &PRI = DFG.getPRI(); in run() local
190 if (PRI.equal_to(DR, SR)) in run()
202 if (!PRI.equal_to(UA.Addr->getRegRef(DFG), DR)) in run()
242 if (!PRI.equal_to(J.second, DR)) in run()
/freebsd-14.2/sys/contrib/device-tree/Bindings/iommu/
H A Darm,smmu-v3.yaml16 and event queues and adding support for the ATS and PRI components of
46 - priq # PRI Queue not empty
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp353 PhysRegInfo PRI = AnalyzePhysRegInBundle(*I, AArch64::NZCV, TRI); in findConvertibleCompare() local
355 if (PRI.Read) { in findConvertibleCompare()
364 if (PRI.Defined || PRI.Clobbered) { in findConvertibleCompare()
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,sdm845.txt82 link-name = "PRI MI2S Playback";
/freebsd-14.2/contrib/netbsd-tests/bin/ps/
H A Dkeywords81 pri PRI
/freebsd-14.2/contrib/tcpdump/
H A Dconfigure.in805 # OK, we have inttypes.h, but does it define all the PRI[doxu]64 macros?
808 AC_MSG_CHECKING([[whether inttypes.h defines the PRI[doxu]64 macros]])
/freebsd-14.2/share/misc/
H A Diso3166199 PR PRI 630 Puerto Rico
H A Dpci_vendors7901 9011 5535-1P-PRI
7902 9013 5535-2P-PRI
7905 9031 5536-1P-PRI
7906 9033 5536-2P-PRI
15182 e015 Diva PRI PCI v2
15194 e01c PRI
15207 e01e 2PRI
15210 e020 4PRI
15509 001d DataFire RAS T1/E1/PRI
15542 00c9 Digi Neo 2 DB9 PRI
[all …]
/freebsd-14.2/tools/build/
H A Dcheckstyle9.pl1546 qr/%[-+ *.0-9]*([hljztL]|ll|hh)?(x|X|"\s*PRI[xX][^"]*"?)/;
/freebsd-14.2/contrib/tzdata/
H A Dafrica412 # check the time. PRI's The World. 2015-01-30 15:15 -05.
H A Deurope3281 # 25 RU-PRI Primorsky Krai
/freebsd-14.2/contrib/wpa/wpa_supplicant/
H A DChangeLog451 - do not allow 40 MHz co-ex PRI/SEC switch to force MCC