Searched refs:stepBackward (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp44 void LiveRegUnits::stepBackward(const MachineInstr &MI) { function in class:LiveRegUnits
H A DStackMapLivenessAnalysis.cpp142 LiveRegs.stepBackward(*I);
H A DLivePhysRegs.cpp68 void LivePhysRegs::stepBackward(const MachineInstr &MI) { function in class:LivePhysRegs
78 /// on accurate kill flags. If possible use stepBackward() instead of this
250 LiveRegs.stepBackward(MI);
H A DBreakFalseDeps.cpp234 LiveRegSet.stepBackward(I);
H A DReachingDefAnalysis.cpp266 LiveRegs.stepBackward(*Last);
H A DRegisterScavenging.cpp265 LiveUnits.stepBackward(MI);
H A DBranchFolding.cpp376 LiveRegs.stepBackward(*I);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h120 void stepBackward(const MachineInstr &MI);
124 /// depends on accurate kill flags. If possible use stepBackward() instead of
H A DLiveRegUnits.h128 void stepBackward(const MachineInstr &MI);
H A DMachineOutliner.h151 [this](MachineInstr &MI) { LRU.stepBackward(MI); });
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp174 LiveRegs.stepBackward(*I);
H A DSystemZShortenInst.cpp337 LiveRegs.stepBackward(MI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp450 LiveRegs.stepBackward(*MI);
H A DX86FloatingPoint.cpp1725 LPR.stepBackward(MI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp377 LPR.stepBackward(*I);
H A DHexagonInstrInfo.cpp974 Regs.stepBackward(*I);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp506 Units.stepBackward(*I);
H A DAArch64FalkorHWPFFix.cpp717 for (auto I = MBB->rbegin(); I != MBB->rend(); LR.stepBackward(*I), ++I) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp670 UsedRegs.stepBackward(*--InstUpToMBBI);
704 UsedRegs.stepBackward(*PrevMBBI);
H A DARMConstantIslandPass.cpp894 LRs.stepBackward(LiveMI);
H A DARMLoadStoreOptimizer.cpp608 LiveRegs.stepBackward(*LiveRegPos);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp881 LiveRegs.stepBackward(*MBBI);

Completed in 366 milliseconds