/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstrBundle.cpp | 337 PhysRegInfo PRI = {false, false, false, false, false, false, false, false}; in AnalyzePhysRegInBundle() local 342 PRI.Clobbered = true; in AnalyzePhysRegInBundle() 358 PRI.Read = true; in AnalyzePhysRegInBundle() 360 PRI.FullyRead = true; in AnalyzePhysRegInBundle() 362 PRI.Killed = true; in AnalyzePhysRegInBundle() 365 PRI.Defined = true; in AnalyzePhysRegInBundle() 367 PRI.FullyDefined = true; in AnalyzePhysRegInBundle() 374 if (PRI.FullyDefined || PRI.Clobbered) in AnalyzePhysRegInBundle() 375 PRI.DeadDef = true; in AnalyzePhysRegInBundle() 376 else if (PRI.Defined) in AnalyzePhysRegInBundle() [all …]
|
H A D | RDFRegisters.cpp | 281 return Units.anyCommon(PRI.getMaskUnits(RR.Reg)); in print() 283 for (MCRegUnitMaskIterator U(RR.Reg, &PRI.getTRI()); U.isValid(); ++U) { in print() 294 BitVector T(PRI.getMaskUnits(RR.Reg)); in print() 298 for (MCRegUnitMaskIterator U(RR.Reg, &PRI.getTRI()); U.isValid(); ++U) { in print() 309 Units |= PRI.getMaskUnits(RR.Reg); in hasAliasOf() 313 for (MCRegUnitMaskIterator U(RR.Reg, &PRI.getTRI()); U.isValid(); ++U) { in hasCoverOf() 327 return intersect(RegisterAggr(PRI).insert(RR)); 336 return clear(RegisterAggr(PRI).insert(RR)); in insert() 345 RegisterAggr T(PRI); in insert() 355 return RegisterAggr(PRI) in intersect() [all...] |
H A D | RDFLiveness.cpp | 146 if (RegisterAggr::isCoverOf(RR, RefRR, PRI)) in getAllReachingDefs() 177 if (!IsPhi && !PRI.alias(RefRR, TA.Addr->getRegRef(DFG))) in getAllReachingDefs() 317 RegisterAggr DefRRs(PRI); in getAllReachingDefsRecImpl() 379 if (!PRI.alias(R.Addr->getRegRef(DFG), RefRR)) in getNearestAliasedRef() 431 if (PRI.alias(RefRR, UR) && !DefRRs.hasCoverOf(UR)) in getAllReachedUses() 444 if (DefRRs.hasCoverOf(DR) || !PRI.alias(RefRR, DR)) in getAllReachedUses() 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() [all …]
|
H A D | TargetSchedule.cpp | 298 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 D | RDFGraph.cpp | 642 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/usr.sbin/syslogd/tests/ |
H A D | syslogd_format_test_common.sh | 10 readonly PRI="<15>" 24 readonly REGEX_RFC3164_PAYLOAD="${PRI}${REGEX_RFC3164}$" 29 readonly REGEX_RFC3164_LEGACY_PAYLOAD="${PRI}${REGEX_RFC3164_LEGACY}$" 32 readonly REGEX_RFC5424="${PRI}${VERSION} ${TIMESPEC_RFC5424} ${HOSTNAME_REGEX} ${TAG} - - - ${MSG}"
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFRegisters.h | 206 : 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 D | RDFLiveness.h | 63 : DFG(g), TRI(g.getTRI()), PRI(g.getPRI()), MDT(g.getDT()), 113 const PhysicalRegisterInfo &PRI;
|
H A D | RDFGraph.h | 697 const PhysicalRegisterInfo &getPRI() const { return PRI; } in getPRI() 893 const PhysicalRegisterInfo PRI; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFCopy.cpp | 171 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/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionalCompares.cpp | 353 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/sys/contrib/device-tree/Bindings/sound/ |
H A D | qcom,sdm845.txt | 82 link-name = "PRI MI2S Playback";
|
/freebsd/contrib/netbsd-tests/bin/ps/ |
H A D | keywords | 81 pri PRI
|
/freebsd/contrib/tcpdump/ |
H A D | configure.in | 805 # 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/share/misc/ |
H A D | iso3166 | 199 PR PRI 630 Puerto Rico
|
H A D | pci_vendors | 7994 9011 5535-1P-PRI 7995 9013 5535-2P-PRI 7998 9031 5536-1P-PRI 7999 9033 5536-2P-PRI 15312 e014 Diva Server PRI-30M PCI 15313 e015 Diva PRI PCI v2 15320 e019 Diva Server Voice PRI Rev 2 15321 1133 e019 Diva Server Voice PRI 2.0 PCI 15325 e01c PRI 15326 1133 1c01 Diva PRI/E1/T1-8 PCI v3 [all …]
|
/freebsd/contrib/tzdata/ |
H A D | africa | 412 # check the time. PRI's The World. 2015-01-30 15:15 -05.
|
H A D | europe | 3281 # 25 RU-PRI Primorsky Krai
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ChangeLog | 451 - do not allow 40 MHz co-ex PRI/SEC switch to force MCC
|