/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineInstrBundle.cpp | 311 PhysRegInfo PRI = {false, false, false, false, false, false, false, false}; in AnalyzePhysRegInBundle() local 318 PRI.Clobbered = true; in AnalyzePhysRegInBundle() 334 PRI.Read = true; in AnalyzePhysRegInBundle() 336 PRI.FullyRead = true; in AnalyzePhysRegInBundle() 338 PRI.Killed = true; in AnalyzePhysRegInBundle() 341 PRI.Defined = true; in AnalyzePhysRegInBundle() 343 PRI.FullyDefined = true; in AnalyzePhysRegInBundle() 350 if (PRI.FullyDefined || PRI.Clobbered) in AnalyzePhysRegInBundle() 351 PRI.DeadDef = true; in AnalyzePhysRegInBundle() 352 else if (PRI.Defined) in AnalyzePhysRegInBundle() [all …]
|
H A D | RDFRegisters.cpp | 247 return Units.anyCommon(PRI.getMaskUnits(RR.Reg)); in hasAliasOf() 249 for (MCRegUnitMaskIterator U(RR.Reg, &PRI.getTRI()); U.isValid(); ++U) { in hasAliasOf() 260 BitVector T(PRI.getMaskUnits(RR.Reg)); in hasCoverOf() 264 for (MCRegUnitMaskIterator U(RR.Reg, &PRI.getTRI()); U.isValid(); ++U) { in hasCoverOf() 275 Units |= PRI.getMaskUnits(RR.Reg); in insert() 279 for (MCRegUnitMaskIterator U(RR.Reg, &PRI.getTRI()); U.isValid(); ++U) { in insert() 293 return intersect(RegisterAggr(PRI).insert(RR)); in intersect() 302 return clear(RegisterAggr(PRI).insert(RR)); in clear() 311 RegisterAggr T(PRI); in intersectWith() 321 return RegisterAggr(PRI).insert(RR).clear(*this).makeRegRef(); in clearIn() [all …]
|
H A D | RDFLiveness.cpp | 150 if (RegisterAggr::isCoverOf(RR, RefRR, PRI)) in getAllReachingDefs() 181 if (!IsPhi && !PRI.alias(RefRR, TA.Addr->getRegRef(DFG))) in getAllReachingDefs() 321 RegisterAggr DefRRs(PRI); in getAllReachingDefsRecImpl() 384 if (!PRI.alias(R.Addr->getRegRef(DFG), RefRR)) in getNearestAliasedRef() 436 if (PRI.alias(RefRR, UR) && !DefRRs.hasCoverOf(UR)) in getAllReachedUses() 449 if (DefRRs.hasCoverOf(DR) || !PRI.alias(RefRR, DR)) in getAllReachedUses() 492 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 | 314 for (const MCWriteProcResEntry *PRI = STI->getWriteProcResBegin(SCDesc), in computeOutputLatency() local 315 *PRE = STI->getWriteProcResEnd(SCDesc); PRI != PRE; ++PRI) { in computeOutputLatency() 316 if (!SchedModel.getProcResource(PRI->ProcResourceIdx)->BufferSize) in computeOutputLatency()
|
H A D | RDFGraph.cpp | 654 : MF(mf), TII(tii), TRI(tri), PRI(tri, mf), MDT(mdt), MDF(mdf), TOI(toi), in DataFlowGraph() 655 LiveIns(PRI) { in DataFlowGraph() 979 return RegisterRef(PRI.getRegMaskId(Op.getRegMask()), LaneBitmask::getAll()); in makeRegRef() 989 if (PRI.alias(AR, BR)) in restrictRef() 1057 for (RegisterId A : PRI.getAliasSet(RR.Reg)) { in pushClobbers() 1112 for (RegisterId A : PRI.getAliasSet(RR.Reg)) { in pushDefs() 1272 if (PRI.alias(DR, UR)) in buildStmt() 1434 if (I != RR && RegisterAggr::isCoverOf(I, RR, PRI)) in buildPhis() 1460 if (PRI.alias(RR, MaxRefs[I])) in buildPhis() 1571 RegisterAggr Defs(PRI); in linkRefUp()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | RDFRegisters.h | 170 : Units(pri.getTRI().getNumRegUnits()), PRI(pri) {} in RegisterAggr() 183 const PhysicalRegisterInfo &PRI) { in isCoverOf() 184 return RegisterAggr(PRI).insert(RA).hasCoverOf(RB); in isCoverOf() 246 const PhysicalRegisterInfo &PRI; member
|
H A D | RDFLiveness.h | 80 : DFG(g), TRI(g.getTRI()), PRI(g.getPRI()), MDT(g.getDT()), 127 const PhysicalRegisterInfo &PRI;
|
H A D | RDFGraph.h | 664 const PhysicalRegisterInfo &getPRI() const { return PRI; } in getPRI() 868 const PhysicalRegisterInfo PRI; member
|
/netbsd-src/crypto/external/cpl/tpm-tools/dist/m4/ |
H A D | inttypes-pri.m4 | 9 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI* 28 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
/netbsd-src/external/gpl2/xcvs/dist/m4/ |
H A D | inttypes-pri.m4 | 9 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI* 28 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/ |
H A D | inttypes-pri.m4 | 11 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI* 30 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
/netbsd-src/external/gpl3/gdb.old/dist/config/ |
H A D | inttypes-pri.m4 | 11 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI* 30 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
/netbsd-src/external/gpl3/gcc/dist/config/ |
H A D | inttypes-pri.m4 | 11 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI* 30 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
/netbsd-src/external/gpl3/binutils/dist/config/ |
H A D | inttypes-pri.m4 | 11 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI* 30 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
/netbsd-src/external/gpl3/gcc.old/dist/config/ |
H A D | inttypes-pri.m4 | 11 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI* 30 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
/netbsd-src/external/gpl3/gdb/dist/config/ |
H A D | inttypes-pri.m4 | 11 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI* 30 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
/netbsd-src/external/gpl2/texinfo/dist/m4/ |
H A D | inttypes-pri.m4 | 11 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI* 30 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
/netbsd-src/external/gpl3/binutils.old/dist/config/ |
H A D | inttypes-pri.m4 | 11 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI* 30 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
/netbsd-src/external/gpl2/gmake/dist/config/ |
H A D | inttypes-pri.m4 | 11 # Define PRI_MACROS_BROKEN if <inttypes.h> exists and defines the PRI* 30 [Define if <inttypes.h> exists and defines unusable PRI* macros.])
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionalCompares.cpp | 355 PhysRegInfo PRI = AnalyzePhysRegInBundle(*I, AArch64::NZCV, TRI); in findConvertibleCompare() local 357 if (PRI.Read) { in findConvertibleCompare() 366 if (PRI.Defined || PRI.Clobbered) { in findConvertibleCompare()
|
/netbsd-src/tests/bin/ps/ |
H A D | keywords | 81 pri PRI
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | inttypes.m4 | 35 # Ensure that the PRI* and SCN* macros are defined appropriately.
|
/netbsd-src/share/man/tools/ |
H A D | sp.ignore | 690 PRI 1796 PRI
|
/netbsd-src/external/gpl3/gdb/dist/sim/bpf/ |
H A D | ChangeLog-2021 | 35 * bpf.c (bpfbf_exit): Use PRI 64 formats.
|
/netbsd-src/external/gpl3/gcc/dist/intl/ |
H A D | config.h.in | 211 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
|