Home
last modified time | relevance | path

Searched refs:RPT (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp65 bool checkPressure(const MachineInstr &MI, GCNDownwardRPTracker &RPT);
68 GCNDownwardRPTracker &RPT);
188 GCNDownwardRPTracker &RPT) { in checkPressure() argument
193 RPT.advanceToNext(); in checkPressure()
194 GCNRegPressure MaxPressure = RPT.moveMaxPressure(); in checkPressure()
246 GCNDownwardRPTracker &RPT) { in processRegUses() argument
250 if (!checkPressure(MI, RPT)) in processRegUses()
279 GCNDownwardRPTracker RPT(*LIS); in runOnMachineFunction() local
293 if (!RPT.getNext().isValid()) in runOnMachineFunction()
294 RPT.reset(MI); in runOnMachineFunction()
[all …]
H A DGCNRegPressure.cpp677 GCNDownwardRPTracker RPT(LIS); in runOnMachineFunction() local
678 RPT.reset(MBB.front()); in runOnMachineFunction()
680 LiveIn = RPT.getLiveRegs(); in runOnMachineFunction()
682 while (!RPT.advanceBeforeNext()) { in runOnMachineFunction()
683 GCNRegPressure RPBeforeMI = RPT.getPressure(); in runOnMachineFunction()
684 RPT.advanceToNext(); in runOnMachineFunction()
685 RP.emplace_back(RPBeforeMI, RPT.getPressure()); in runOnMachineFunction()
688 LiveOut = RPT.getLiveRegs(); in runOnMachineFunction()
689 RPAtMBBEnd = RPT.getPressure(); in runOnMachineFunction()
692 GCNUpwardRPTracker RPT(LIS); in runOnMachineFunction() local
[all …]
H A DGCNSchedStrategy.cpp1521 GCNDownwardRPTracker RPT(*LIS); in sinkTriviallyRematInsts() local
1524 RPT.reset(*NonDbgMI, &NewLiveIns[Idx]); in sinkTriviallyRematInsts()
1525 RPT.advance(NewRegions[Idx].second); in sinkTriviallyRematInsts()
1526 NewPressure[Idx] = RPT.moveMaxPressure(); in sinkTriviallyRematInsts()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6767 void bumpCrossIterationPressure(RegPressureTracker &RPT,
6835 void ARMPipelinerLoopInfo::bumpCrossIterationPressure(RegPressureTracker &RPT, in bumpCrossIterationPressure() argument
6841 RPT.increaseRegPressure(Register(N.first), LaneBitmask::getNone(), in bumpCrossIterationPressure()
6848 RPT.decreaseRegPressure(Register(N.first), LaneBitmask::getAll(), in bumpCrossIterationPressure()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12391 const PointerType *RPT = RHSType->getAs<PointerType>(); in CheckCompareOperands() local
12392 if (LPT || RPT) { in CheckCompareOperands()
12394 bool RPtrToVoid = RPT ? RPT->getPointeeType()->isVoidType() : false; in CheckCompareOperands()
12410 RPT ? CK_BitCast :CK_CPointerToObjCPointerCast); in CheckCompareOperands()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in5287 @Article{Gordon:1971:RPT,
5940 note = "See \cite{Gordon:1971:RPT}.",