Home
last modified time | relevance | path

Searched refs:stepBackward (Results 1 – 25 of 32) sorted by relevance

12

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp68 void LivePhysRegs::stepBackward(const MachineInstr &MI) { in stepBackward() function in LivePhysRegs
256 LiveRegs.stepBackward(MI); in computeLiveIns()
H A DDeadMachineInstructionElim.cpp163 LivePhysRegs.stepBackward(MI); in eliminateDeadMI()
H A DStackMapLivenessAnalysis.cpp141 LiveRegs.stepBackward(MI); in calculateLiveness()
H A DLiveRegUnits.cpp44 void LiveRegUnits::stepBackward(const MachineInstr &MI) { in stepBackward() function in LiveRegUnits
H A DBreakFalseDeps.cpp252 LiveRegSet.stepBackward(I); in processUndefReads()
H A DRegisterScavenging.cpp84 LiveUnits.stepBackward(MI); in backward()
H A DReachingDefAnalysis.cpp483 LiveRegs.stepBackward(Last); in isRegUsedAfter()
H A DMachineOutliner.cpp782 CandLiveIns.stepBackward(MI); in createOutlinedFunction()
H A DMachineBasicBlock.cpp1044 LiveRegs.stepBackward(*I); in splitAt()
H A DBranchFolding.cpp373 LiveRegs.stepBackward(*I); in replaceTailWithBranchTo()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegUnits.h127 void stepBackward(const MachineInstr &MI);
H A DMachineOutliner.h91 FromEndOfBlockToStartOfSeq.stepBackward(MI); in initFromEndOfBlockToStartOfSeq()
H A DLivePhysRegs.h123 void stepBackward(const MachineInstr &MI);
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerTileCopy.cpp92 UsedRegs.stepBackward(MI); in runOnMachineFunction()
H A DX86FixupBWInsts.cpp454 LiveUnits.stepBackward(MI); in processBasicBlock()
H A DX86FloatingPoint.cpp1788 LPR.stepBackward(MI); in setKillFlags()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp67 UsedRegs.stepBackward(*--InstUpToI); in copyPhysReg()
H A DThumb1FrameLowering.cpp703 UsedRegs.stepBackward(*--InstUpToMBBI); in emitPopSpecialFixUp()
733 UsedRegs.stepBackward(*PrevMBBI); in emitPopSpecialFixUp()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostSelectOptimize.cpp294 LRU.stepBackward(II); in optimizeNZCVDefs()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp167 LiveRegs.stepBackward(*I); in expandCondMove()
H A DSystemZShortenInst.cpp380 LiveRegs.stepBackward(MI); in processBlock()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp365 LPR.stepBackward(I); in genMuxInBlock()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp505 Units.stepBackward(*I); in scavengeRegister()
H A DAArch64FalkorHWPFFix.cpp715 for (auto I = MBB->rbegin(); I != MBB->rend(); LR.stepBackward(*I), ++I) { in runOnLoop()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp396 LR.stepBackward(*A); in isRegisterInUseBetween()

12